If you have a problem or need to report a bug please email : support@dsprobotics.com
There are 3 sections to this support area:
DOWNLOADS: access to product manuals, support files and drivers
HELP & INFORMATION: tutorials and example files for learning or finding pre-made modules for your projects
USER FORUMS: meet with other users and exchange ideas, you can also get help and assistance here
NEW REGISTRATIONS - please contact us if you wish to register on the forum
Users are reminded of the forum rules they sign up to which prohibits any activity that violates any laws including posting material covered by copyright
pattern sequencer; possible with Ruby?
Re: pattern sequencer; possible with Ruby?
trogluddite wrote:So I think most folks will get best performance out of whichever system they are most comfortable with - 'green' has an advantage there just because it's been around longer, so the 'best practices' are more established.
First of all, thank you for taking the time to answer in great detail. It's the first time that I feel informed. I'm not insecure anymore. I will keep designing in green - for exactly the reason you pointed out. I know that much can be done so much easier using ruby and I'm sure to hop on the train when there is an even more sophisticated connection between FS and ruby. Meanwhile I'm glad that you took away my doubts about "green designing". (It almost feels like a relief )
"There lies the dog buried" (German saying translated literally)
- tulamide
- Posts: 2714
- Joined: Sat Jun 21, 2014 2:48 pm
- Location: Germany
Re: pattern sequencer; possible with Ruby?
kortezzzz wrote: that's why every time I copy -paste a module or make a new module from
these ruby codes, I get candied. possible?...
I havn't initialized anything in the seqs, that might be it.
Switches and buttons in the fsm's were made quickly, and are not finished.
You've done well to replace them with your own...
trogluddite wrote:Send GDI as many object to draw in one go, then redraw all at once
That's where ruby wins for me big time...goodbye green
BV MUSIC SYDNEY AUSTRALIA..Songwriting and Software development
Headquartershttps://www.bvmusicsydneyaustralia.com/
Spotifyhttps://open.spotify.com/artist/7JO8QM40mVmHb7pAwKPJi0
Donatationhttps://www.paypal.com/donate/?hosted_button_id=HEUR8R7K8GZ4L
Headquartershttps://www.bvmusicsydneyaustralia.com/
Spotifyhttps://open.spotify.com/artist/7JO8QM40mVmHb7pAwKPJi0
Donatationhttps://www.paypal.com/donate/?hosted_button_id=HEUR8R7K8GZ4L
- billv
- Posts: 1157
- Joined: Tue Aug 31, 2010 3:34 pm
- Location: Australia
Re: pattern sequencer; possible with Ruby?
I havn't initialized anything in the seqs, that might be it.
Yeah, but maybe that's how ruby behaves with minimizing. I don't know...
Tried to add the 3\4 feature in it. It responds ok, but couldn't synchronize the timer to the beat. It has kind of small delay before it restarts the beat. another thing, couldn't find any string nor float outputs for saving the on-offs presets. Am I missing it?
- Attachments
-
- a-billv_seq_edit_by_kortezzzz_3 .fsm
- (185.16 KiB) Downloaded 809 times
-
kortezzzz - Posts: 763
- Joined: Tue Mar 19, 2013 4:21 pm
Re: pattern sequencer; possible with Ruby?
Switches not finished. Save via array....check preset module in first seq.Will check fsm when I get home.
BV MUSIC SYDNEY AUSTRALIA..Songwriting and Software development
Headquartershttps://www.bvmusicsydneyaustralia.com/
Spotifyhttps://open.spotify.com/artist/7JO8QM40mVmHb7pAwKPJi0
Donatationhttps://www.paypal.com/donate/?hosted_button_id=HEUR8R7K8GZ4L
Headquartershttps://www.bvmusicsydneyaustralia.com/
Spotifyhttps://open.spotify.com/artist/7JO8QM40mVmHb7pAwKPJi0
Donatationhttps://www.paypal.com/donate/?hosted_button_id=HEUR8R7K8GZ4L
- billv
- Posts: 1157
- Joined: Tue Aug 31, 2010 3:34 pm
- Location: Australia
Re: pattern sequencer; possible with Ruby?
On second thought...what beat are you trying to sync to..?
Thats what I didnt like about a timer for each note with
the alt design...I think I got that wrong...
all notes are independent time frames...not needed..
I cant remember daw giving this control. .seems like
overkill...
I looked at this last night. Everthing needs to be
bussed into one timer, while retaining all individual
controls within the timer.
This is a nasty nasty job, that reqires some serious
looping skills.
I prepared the idea a bit last night by renaming all
the input arrays..so as to get a better idea of whats
required and how to go about it.
Will take me a long time to work it out...if I ever do..
Seq 1 is looking a little more user-friendly ATM.
Thats what I didnt like about a timer for each note with
the alt design...I think I got that wrong...
all notes are independent time frames...not needed..
I cant remember daw giving this control. .seems like
overkill...
I looked at this last night. Everthing needs to be
bussed into one timer, while retaining all individual
controls within the timer.
This is a nasty nasty job, that reqires some serious
looping skills.
I prepared the idea a bit last night by renaming all
the input arrays..so as to get a better idea of whats
required and how to go about it.
Will take me a long time to work it out...if I ever do..
Seq 1 is looking a little more user-friendly ATM.
BV MUSIC SYDNEY AUSTRALIA..Songwriting and Software development
Headquartershttps://www.bvmusicsydneyaustralia.com/
Spotifyhttps://open.spotify.com/artist/7JO8QM40mVmHb7pAwKPJi0
Donatationhttps://www.paypal.com/donate/?hosted_button_id=HEUR8R7K8GZ4L
Headquartershttps://www.bvmusicsydneyaustralia.com/
Spotifyhttps://open.spotify.com/artist/7JO8QM40mVmHb7pAwKPJi0
Donatationhttps://www.paypal.com/donate/?hosted_button_id=HEUR8R7K8GZ4L
- billv
- Posts: 1157
- Joined: Tue Aug 31, 2010 3:34 pm
- Location: Australia
Re: pattern sequencer; possible with Ruby?
OK, got the point. it seems as a real nasty job as we have to sum all the seqs to one timer that should probably have 16 step, note, duration,velocity and tempo inputs just to switch from 1\16 to 1\12... boy, that's exhausting
Agreed. Lets stop here and enjoy a bit from what already achieved. Maybe other folks will find it interesting too and grant some help. Thanks for your effort buddy.
Will take me a long time to work it out...if I ever do..
Agreed. Lets stop here and enjoy a bit from what already achieved. Maybe other folks will find it interesting too and grant some help. Thanks for your effort buddy.
-
kortezzzz - Posts: 763
- Joined: Tue Mar 19, 2013 4:21 pm
Re: pattern sequencer; possible with Ruby?
kortezzzz wrote:real nasty job
Its only I'm not looking at it the right way.
I'm breaking the job down...it's looking more possible...
kortezzzz wrote:Thanks for your effort buddy.
No worries mate.
kortezzzz wrote:Lets stop here
Shit man..i havn't even started yet....
I'll drop finished seqs in examples when there good enough..keep an eye out..
Thanks for all your input.
BV MUSIC SYDNEY AUSTRALIA..Songwriting and Software development
Headquartershttps://www.bvmusicsydneyaustralia.com/
Spotifyhttps://open.spotify.com/artist/7JO8QM40mVmHb7pAwKPJi0
Donatationhttps://www.paypal.com/donate/?hosted_button_id=HEUR8R7K8GZ4L
Headquartershttps://www.bvmusicsydneyaustralia.com/
Spotifyhttps://open.spotify.com/artist/7JO8QM40mVmHb7pAwKPJi0
Donatationhttps://www.paypal.com/donate/?hosted_button_id=HEUR8R7K8GZ4L
- billv
- Posts: 1157
- Joined: Tue Aug 31, 2010 3:34 pm
- Location: Australia
Re: pattern sequencer; possible with Ruby?
:lol: Shit man..i havn't even started yet....
I'll drop finished seqs in examples when there good enough..keep an eye out..
Thanks for all your input.
I meant to the 1 note seq, not the first one. Anyway, seem there is something to wait for in the horizon
Cheers!
-
kortezzzz - Posts: 763
- Joined: Tue Mar 19, 2013 4:21 pm
Re: pattern sequencer; possible with Ruby?
hey, i have something for you which is maybe helpful here, it is a note sequence where you can set the notelength with the mouse, notes are created with doubleclick and deleted with rightclick, the length can be set with normal left drag.
notes are always created on a quantized grid (quantization is setable) and the lenght can be set free or also snapped to quantization..
it is just the basic drawing with the mouse actions, so no presets included yet and also no useful notearray output yet which could be generated from the noteAreas for example... it also is just for one note atm like yours is structured too
after i have not very much time atm to finish a complete sequencer i thought i will post this here, maybe you can use it for your sequencer
hope it helps
notes are always created on a quantized grid (quantization is setable) and the lenght can be set free or also snapped to quantization..
it is just the basic drawing with the mouse actions, so no presets included yet and also no useful notearray output yet which could be generated from the noteAreas for example... it also is just for one note atm like yours is structured too
after i have not very much time atm to finish a complete sequencer i thought i will post this here, maybe you can use it for your sequencer
hope it helps
- Attachments
-
- notesequence001.fsm
- (8.09 KiB) Downloaded 880 times
-
Nubeat7 - Posts: 1347
- Joined: Sat Apr 14, 2012 9:59 am
- Location: Vienna
Re: pattern sequencer; possible with Ruby?
after i have not very much time atm to finish a complete sequencer i thought i will post this here, maybe you can use it for your sequencer
Hi Nubeat, thanks for the example. Interesting method, but seem that the left button functions (a part from double click for adding drawing) do not work here. any suggestions?
-
kortezzzz - Posts: 763
- Joined: Tue Mar 19, 2013 4:21 pm
Who is online
Users browsing this forum: No registered users and 79 guests