Page 4 of 4
Re: Expanding Mark Egloff's Step Sequencer...NEED HELP.
Posted: Wed Jul 20, 2011 4:35 pm
by JuanSOLO
Mark Egloff wrote:...It's easy to fix (with our beloved "deferlow"-object in front of jit.cellblock)...
Which jitcellblock did you put the deferlow in front of?
Re: Expanding Mark Egloff's Step Sequencer...NEED HELP.
Posted: Wed Jul 20, 2011 4:50 pm
by JuanSOLO
Got it, it's the jitCellBlock on the right, inside the "p Grid_layer" thats inside the "p update_clip_stop_led" thats inside the initilaization.
Re: Expanding Mark Egloff's Step Sequencer...NEED HELP.
Posted: Wed Jul 20, 2011 8:51 pm
by JuanSOLO
Mark Egloff wrote:
In hindsight, translating the velocity values into internal LED-values was a bad design decision. Instead, I should have worked with the real velocity values and translate them in to APC-LED-Format right before the calls are sent into the APC. If I'll ever release a v2 of the Step-Seq, I will try to fix this.
Cheers,
Mark
I will contribute funds to see this feature added in a new update if your interested, PM me a dollar amount that you would consider. I am at my wits end trying to implement velocity.
Re: Expanding Mark Egloff's Step Sequencer...NEED HELP.
Posted: Sat Feb 23, 2013 10:31 am
by M-bition
I am trying to learn this great script for live performances. So I will be using the shift button in this script (to copy-paste etc) a lot.
The problem is that this button is the same as the "stop all clips button". Is it possible to deactivate/remove this button or function in ableton
but still be able to use the shift button ?.
Accidentally pressing the "stop all clips button" during a live performance is not really what i want

and i do not need it anyway.
remapping the button removes shift functionality afaik
Re: Expanding Mark Egloff's Step Sequencer...NEED HELP.
Posted: Sat Feb 23, 2013 6:34 pm
by JuanSOLO
you should try to make a toggle that you can hard map the stop all clips button too.
You need to go into the 'p Functions' sub patch, it looks like this inside,
the
r ---clip_stop_buttons
and
if $i1 == 8 then $i1
can be deleted and replaced with an "inlet"
Now go back to the main patch
create a toggle and add it to the presentation.
patch the toggle to the inlet you created in that sub patch.
Now mapping the stop all clips button to that toggle should turn the stop all clips btn to a permanent function toggle for the step sequencer.
There's other things you could do too, but that one is the easiest.
Re: Expanding Mark Egloff's Step Sequencer...NEED HELP.
Posted: Sat Feb 23, 2013 10:28 pm
by M-bition
Thanks ! Good to know there is an "easy" solution. I have no idea how to do this but i'll give it a shot
Re: Expanding Mark Egloff's Step Sequencer...NEED HELP.
Posted: Tue Feb 26, 2013 6:25 am
by M-bition
I tried but no luck. Probably because I have no clue what I am doing and I am thinking the patch is locked....
Any other "easy"solutions

?
Re: Expanding Mark Egloff's Step Sequencer...NEED HELP.
Posted: Tue Feb 26, 2013 6:57 am
by JuanSOLO
Unlock it, or "unfreeze it"