Page 1 of 3

[Share] Floating Step Sequencer (Version 4)

Posted: Sun Nov 15, 2009 1:30 am
by jon_moore
Rebuilt the step sequencer so that it appears in a floating window (provides a less constricted user experience). You can easily resize the window by opening the 'Floating Step Sequencer' patcher and adjusting to suit. The dimensions of the floating window are controlled by the 'thispatcher' element.

Ensure you place this patch in the same folder as the existing step sequencer as it has to reference the same external JS script to function (provides the algorithm for the swing function).

I'm updating this on a daily basis and the following download link will always be the latest (Reading through the thread you can see the modifications made with each iteration)

http://www.divshare.com/direct/9552186-79a.amxd (I've upgraded this link to version 4 30/11/09)

JM

http://leftside-wobble.blogspot.com/

Re: [Share] Floating Step Sequencer

Posted: Sun Nov 15, 2009 4:58 pm
by jon_moore
Added new functionality: You're now able to select the number of steps in each sequence (1-64).

As before place in the same folder as the standard step sequencer.

See first post for latest download link

Image

JM

http://leftside-wobble.blogspot.com/

Re: [Share] Floating Step Sequencer (new functionality added)

Posted: Sun Nov 15, 2009 7:25 pm
by dooZ
wow, speechless. thanks so much, I'm glad to see the floating window capability in M4L.

does this mean you can make any device float like a VST ?

Re: [Share] Floating Step Sequencer (new functionality added)

Posted: Sun Nov 15, 2009 8:35 pm
by jon_moore
dooZ wrote:wow, speechless. thanks so much, I'm glad to see the floating window capability in M4L.

does this mean you can make any device float like a VST ?
Yes, any device you create can function as a floating window so your not limited by the real estate of the device area.

JM

http://leftside-wobble.blogspot.com/

Re: [Share] Floating Step Sequencer (new functionality added)

Posted: Sun Nov 15, 2009 8:40 pm
by jon_moore
Version 3 is now ready for download.

I've now added the capability to select a CC value such as Mod Wheel, Pitch Bend etc - hacked the code from Nico's sequencer, cheers mate ;)

See first post for latest download link

Image

JM

http://leftside-wobble.blogspot.com/

Re: [Share] Floating Step Sequencer (Version 3)

Posted: Mon Nov 16, 2009 11:26 am
by Friedrich
Thanx, Jon. When I download your updated version, I get the 'standard' step sequencer.
Could it be that you uploaded the wrong file, or am I doing something totally wrong ?

Best,
Bert

Re: [Share] Floating Step Sequencer (Version 3)

Posted: Mon Nov 16, 2009 11:31 am
by jon_moore
Friedrich wrote:Thanx, Jon. When I download your updated version, I get the 'standard' step sequencer.
Could it be that you uploaded the wrong file, or am I doing something totally wrong ?

Best,
Bert
Sorry about that. It's now corrected

JM

http://leftside-wobble.blogspot.com/

Re: [Share] Floating Step Sequencer (new functionality added)

Posted: Mon Nov 16, 2009 2:01 pm
by [nis]
Looks good, Jon. Thanks.

jon_moore wrote: I've now added the capability to select a CC value such as Mod Wheel, Pitch Bend etc - hacked the code from Nico's sequencer, cheers mate ;)
Ha! It took me a while to hack all the names into the inspector. I wish it would be possible to add menu items to live.menu as easily as in the umenu object.

Best,
n.

Re: [Share] Floating Step Sequencer (Version 4)

Posted: Mon Nov 16, 2009 5:36 pm
by jon_moore
Just uploaded version 4 which now has the ability to copy and paste sequences (great for when you want chain sequence iterations together and fire each sequence off via midi).

See first post for latest download link

Image

JM

http://leftside-wobble.blogspot.com/

Re: [Share] Floating Step Sequencer (Version 4)

Posted: Tue Nov 17, 2009 11:46 pm
by hubleton
This is stellar. Thanks for sharing :D

Re: [Share] Floating Step Sequencer (Version 4)

Posted: Wed Nov 18, 2009 12:20 am
by jon_moore
Glad you find it useful.

Re: [Share] Floating Step Sequencer (Version 4)

Posted: Thu Nov 19, 2009 6:10 am
by jackaperkins
Just chiming in to say I was wondering about floating windows, and thanks for sharing your work! This is excellent!

Re: [Share] Floating Step Sequencer (Version 4)

Posted: Thu Nov 19, 2009 11:57 pm
by DarwinGrosse
Very nice work, Jon.

[ddg]

Re: [Share] Floating Step Sequencer (Version 4)

Posted: Sun Nov 29, 2009 6:08 pm
by Friedrich
Hey Jon,

Thanx, it gets better with every update!

Two questions:
Although I placed yr seq in the same folder as the 'original' I can't get the swing function to work. What do I do wrong ?

The copy/paste function; how is it supposed to work ? I have no succes by just selecting
the numbers in the two pulldownlists.
EDIT: forget the second question, sorry: it works, excellent!

Can you shine some light on this please :-) ?
Thnx again,
Best,
Bert

Re: [Share] Floating Step Sequencer (Version 4)

Posted: Sun Nov 29, 2009 6:20 pm
by jon_moore
Friedrich wrote:Hey John,

Thanx, it gets better with evey update!

Two questions:
Although I placed yr seq in the same folder as the 'original' I can't get the swing function to work. What do I do wrong ?

The copy/paste function; how is it supposed to work ? I have no succes by just selecting
the numbers in the two pulldownlists.

Can you shine some light on this please :-) ?
Thnx again,
Best,
Bert
There might be a problem with your installation because the swing function looks for the same external JavaScript file as the bundled sequencer device. As for the copy / paste function, you click on the number of the source sequence you wish to copy and then click on the number of the destination sequence you wish to paste into. The device has been downloaded approx 200 times (version 4) and your the first to mention a problem. I'll look into it though and see if there are any gremlins in the patch (it's been tested across both Mac & PC).