I would recommend using the encoders at the top to let the user specify the length for each corresponding button below. But maybe others can suggest another way around this?
ps. Not all of us make music which strictly adheres to 4/4 conventions
There are two ways around this with Push:justin wrote:Currently the fixed length button lets you specify the length of the recorded clips by pressing the corresponding buttons below the text display area. However, there is no way for the user to specify length beyond the options provided (1 beat, 2 beat, 1 bar, 2 bar, 4 bar). For instance, I wanted 6 bars and the only way i could do that was to go back to the mouse and create a clip while manually specifying its length in Live. It's not a big deal, but it would be nice to be able to do that directly on Push.
I would recommend using the encoders at the top to let the user specify the length for each corresponding button below. But maybe others can suggest another way around this?
Thanks, but i know how to get around it already. My point is this should be possible with Push, without having to use keyboard / mouse.Because789 wrote: There are two ways around this with Push:
a) don't use the fixed lengh button
b) use the fixed lengh button, record your 6 bars into an 8 bar clip, press Clip and adjust the clip lengh to 6 bars
You can adjust the clip length before recording, enable Fixed Length (it doesn't matter which length), press Record and a new clip is created, press Clip and adjust length, then play your stuff into your 6 bar loop.justin wrote:However, its still not ideal as you would have to stop the clip and re-adjust after recording.
Well despite all the workarounds i still think its worth having, so i may have to look into the scripts when i get some free time.lo.key wrote:or, indeed, create a number of empty 6 bar clips beforehand, and play into them with overdub. ;D Or else dive into the python script, it must be in there somewhere ;|
If you wanna take this road, check out: SessionRecordingComponent.pyjustin wrote:Well despite all the workarounds i still think its worth having, so i may have to look into the scripts when i get some free time.
Thanks for that!Because789 wrote: If you wanna take this road, check out: SessionRecordingComponent.py
It might be enough to mess around with LAUNCH_QUANTIZATION and LENGTH_OPTION_NAMES, but that's just a guess. Good luck...
Agreed.justin wrote: ↑Fri Aug 16, 2013 11:59 amCurrently the fixed length button lets you specify the length of the recorded clips by pressing the corresponding buttons below the text display area. However, there is no way for the user to specify length beyond the options provided (1 beat, 2 beat, 1 bar, 2 bar, 4 bar). For instance, I wanted 6 bars and the only way i could do that was to go back to the mouse and create a clip while manually specifying its length in Live. It's not a big deal, but it would be nice to be able to do that directly on Push.
I would recommend using the encoders at the top to let the user specify the length for each corresponding button below. But maybe others can suggest another way around this?
ps. Not all of us make music which strictly adheres to 4/4 conventions.