ArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArray BrainModular BrainModular Users Forum 2013-04-14T13:11:44+02:00 https://brainmodular.com/forums/app.php/feed/topic/2430 2013-04-14T13:11:44+02:00 2013-04-14T13:11:44+02:00 https://brainmodular.com/forums/viewtopic.php?t=2430&p=25924#p25924 <![CDATA[Piano roll, randomization,note duration]]> even after 2 hours of investigation, i can't find the problem.
so you should use the first one i've uploaded.

about the 4 bar random action, it only depends on the script and i'm not able.

Statistics: Posted by Fléau — 14 Apr 2013, 13:11


]]>
2013-04-09T09:37:49+02:00 2013-04-09T09:37:49+02:00 https://brainmodular.com/forums/viewtopic.php?t=2430&p=25854#p25854 <![CDATA[Piano roll, randomization,note duration]]>
The patch is open but i can't randomize note above C0 ? No randomization possible in C1 and over ?

Do you think it's possbile to have random action within 4 bars ?

Statistics: Posted by noise2sine — 09 Apr 2013, 09:37


]]>
2013-04-08T15:33:14+02:00 2013-04-08T15:33:14+02:00 https://brainmodular.com/forums/viewtopic.php?t=2430&p=25842#p25842 <![CDATA[Piano roll, randomization,note duration]]> another way to do it (not in real time, less cpu) :
http://www.sensomusic.com/forums/uploads.php?file=events05.wkp

Statistics: Posted by Fléau — 08 Apr 2013, 15:33


]]>
2013-03-31T23:46:53+02:00 2013-03-31T23:46:53+02:00 https://brainmodular.com/forums/viewtopic.php?t=2430&p=25784#p25784 <![CDATA[Piano roll, randomization,note duration]]> when I was trying to run fléaus patch, the dec2bin.usr module was missing
download it here and install to your library:

decimal 2 binary

and a quick test showed, that it seems to be a great work!
Very nice idea with the dec 2 bin module for storing the scales!

Statistics: Posted by percuson — 31 Mar 2013, 23:46


]]>
2013-03-31T12:44:03+02:00 2013-03-31T12:44:03+02:00 https://brainmodular.com/forums/viewtopic.php?t=2430&p=25779#p25779 <![CDATA[Piano roll, randomization,note duration]]>
First , really thank you for your attention !
@noise2sine:
I think i can patch it,
would you prefer to randomize notes from a chosen scale
or from a scale made from initial notes?
(how many notes in general? more than one octave?)
Actually both are quite interesting . it can be good to set a scale and then using the random possibilities.But at the same time it can be really cool to to write notes in the piano roll and beeing able to randomize them. I think around seven note it's cool.i don't mind about octave possbililities.

Do you think it will be possible to have randomization for 2 bars ?

I didn't manage to use your resacler :(

The last patch is really cool and very useful

really thank you to all of you for your help

Statistics: Posted by noise2sine — 31 Mar 2013, 12:44


]]>
2013-03-29T18:04:25+02:00 2013-03-29T18:04:25+02:00 https://brainmodular.com/forums/viewtopic.php?t=2430&p=25776#p25776 <![CDATA[Piano roll, randomization,note duration]]> http://www.sensomusic.com/forums/uploads.php?file=events04.wkp
but i think it would be better and more efficient to randomize only scaled notes.

Statistics: Posted by Fléau — 29 Mar 2013, 17:04


]]>
2013-03-29T17:37:10+02:00 2013-03-29T17:37:10+02:00 https://brainmodular.com/forums/viewtopic.php?t=2430&p=25775#p25775 <![CDATA[Piano roll, randomization,note duration]]> but not filtering the randomized notes:
randomize (rnd 1 to 7 for ex)and remap according to the scale array then add the octave.
(remapping non authorised notes is a bit tricky)

i use just a combobox and the 'dec to bin' module to store a lot of scale.
take a look at :
harmo

after a quick test on your script,
the randomize starts button apply to ALL the pianoroll array, not only the loop.


@ noise2sine:
you didn't managed to use my note scaler patch?

Statistics: Posted by Fléau — 29 Mar 2013, 16:37


]]>
2013-03-29T16:10:30+02:00 2013-03-29T16:10:30+02:00 https://brainmodular.com/forums/viewtopic.php?t=2430&p=25774#p25774 <![CDATA[Piano roll, randomization,note duration]]> by wayting fleau if you wanna try the patch idea.

the trick i would use is make a 12*12 mx, on input apply a div 12 so you get the octave number.
ie if you get note 26, div 12 will give ya 2, the note to be filtered is 26 - (12*2) = 2 or (26 mod 12) , then the mx will remap to wanted note/scale, and on output you keep the new note, ie 4 if you offseted of +2, then you you re-add input 'octave) so you will get the new note to be 4+24 =28

Statistics: Posted by 23fx23 — 29 Mar 2013, 15:10


]]>
2013-03-29T15:52:59+02:00 2013-03-29T15:52:59+02:00 https://brainmodular.com/forums/viewtopic.php?t=2430&p=25773#p25773 <![CDATA[Piano roll, randomization,note duration]]> i may have lost it during format aaf..im so dumb i should have posted it as soon as it was done checking my external drives but im affraid i lost it

Statistics: Posted by 23fx23 — 29 Mar 2013, 14:52


]]>
2013-03-29T15:32:31+02:00 2013-03-29T15:32:31+02:00 https://brainmodular.com/forums/viewtopic.php?t=2430&p=25772#p25772 <![CDATA[Piano roll, randomization,note duration]]> Statistics: Posted by 23fx23 — 29 Mar 2013, 14:32


]]>
2013-03-29T13:41:29+02:00 2013-03-29T13:41:29+02:00 https://brainmodular.com/forums/viewtopic.php?t=2430&p=25771#p25771 <![CDATA[Piano roll, randomization,note duration]]>
@noise2sine:
I think i can patch it,
would you prefer to randomize notes from a chosen scale
or from a scale made from initial notes?
(how many notes in general? more than one octave?)

@23fx23:
i did this by the past with a get matrix column
but matter comes when you have a huge pianoroll array
and you want to filter events before startposition and after endposition,
(60000 makes 5*12000 arrays) becomes really painfull for the CPU.
Could it be possible that you modify the script with an 'extract sub array'
based on that:?
Ls:= getvalue(startpos);
Le:=getvalue(endpos);

Statistics: Posted by Fléau — 29 Mar 2013, 12:41


]]>
2013-03-29T10:24:42+02:00 2013-03-29T10:24:42+02:00 https://brainmodular.com/forums/viewtopic.php?t=2430&p=25768#p25768 <![CDATA[Piano roll, randomization,note duration]]>
Any fresh news about this request ? :)

Statistics: Posted by noise2sine — 29 Mar 2013, 09:24


]]>
2012-12-13T14:39:58+02:00 2012-12-13T14:39:58+02:00 https://brainmodular.com/forums/viewtopic.php?t=2430&p=25065#p25065 <![CDATA[Piano roll, randomization,note duration]]> ive worked hard on a 'scale' patch matrix based to allow to filter different scales, sadly i don't know what ive messed, i lost the file during backups:(
anyway, will script it back, and will have a look for the more than one bar thing.
can't promise you before xmas but will do my best. cheerz

Statistics: Posted by 23fx23 — 13 Dec 2012, 13:39


]]>
2012-12-13T10:09:27+02:00 2012-12-13T10:09:27+02:00 https://brainmodular.com/forums/viewtopic.php?t=2430&p=25062#p25062 <![CDATA[Piano roll, randomization,note duration]]>
I presume you are really busy, i just wanted to mention that your patch you have made is really great, and i didn't find other patch or plug doing this kind of thing. for now it needs to be improved and i suppose you are really busy.
My only request would be to be able to use the random note duration on more than one bar. Actually it's just working on just one bar. If can find time for fixing that, i would be very happy.

Would you think Hollyhock would do that kind of trick ?

Anyway thanks again for your attention

Statistics: Posted by noise2sine — 13 Dec 2012, 09:09


]]>
2012-11-16T12:01:04+02:00 2012-11-16T12:01:04+02:00 https://brainmodular.com/forums/viewtopic.php?t=2430&p=24816#p24816 <![CDATA[Piano roll, randomization,note duration]]> Statistics: Posted by noise2sine — 16 Nov 2012, 11:01


]]>
2012-11-16T11:20:50+02:00 2012-11-16T11:20:50+02:00 https://brainmodular.com/forums/viewtopic.php?t=2430&p=24815#p24815 <![CDATA[Piano roll, randomization,note duration]]> Statistics: Posted by 23fx23 — 16 Nov 2012, 10:20


]]>
2012-11-15T10:42:48+02:00 2012-11-15T10:42:48+02:00 https://brainmodular.com/forums/viewtopic.php?t=2430&p=24806#p24806 <![CDATA[Piano roll, randomization,note duration]]>
B C# D E F# G# A B and after pressing the randomize note BUTTON we can have for example :

G# E A F# B C# D D

hard to do ?

Statistics: Posted by noise2sine — 15 Nov 2012, 09:42


]]>
2012-11-14T19:01:28+02:00 2012-11-14T19:01:28+02:00 https://brainmodular.com/forums/viewtopic.php?t=2430&p=24803#p24803 <![CDATA[Piano roll, randomization,note duration]]>
the quantisize random start should be easy to implement, i just need to round values in the script so that it falls on integer beat, will try to have a look tonight when im back from work..by waiting you could test to just add a round or trunc module after the start array where you press randomize, should work.

Statistics: Posted by 23fx23 — 14 Nov 2012, 18:01


]]>
2012-11-14T12:35:19+02:00 2012-11-14T12:35:19+02:00 https://brainmodular.com/forums/viewtopic.php?t=2430&p=24801#p24801 <![CDATA[Piano roll, randomization,note duration]]>
Randomizing duration works fine to me .

The only request i could mention would be the randomize starts, when i'm pressing it some of the values don't correspond to a quantisation value.

Thanks again

Statistics: Posted by noise2sine — 14 Nov 2012, 11:35


]]>
2012-11-14T12:13:11+02:00 2012-11-14T12:13:11+02:00 https://brainmodular.com/forums/viewtopic.php?t=2430&p=24800#p24800 <![CDATA[Piano roll, randomization,note duration]]> ive worked on a 'scale' plugin matrix based to allow to filter some notes or not, i will try to implement it for it to work with piano roll, still having reflexion on how to do kind of quarter/1/8th/1/16, triplet or any lenght fill/convert thing, will let ya know and upload if find something cool..

Statistics: Posted by 23fx23 — 14 Nov 2012, 11:13


]]>
2012-11-14T11:26:54+02:00 2012-11-14T11:26:54+02:00 https://brainmodular.com/forums/viewtopic.php?t=2430&p=24798#p24798 <![CDATA[Piano roll, randomization,note duration]]>
Yes it's working really fine ! It's exacty what i needed .


Thanks again

Statistics: Posted by noise2sine — 14 Nov 2012, 10:26


]]>
2012-11-12T23:50:20+02:00 2012-11-12T23:50:20+02:00 https://brainmodular.com/forums/viewtopic.php?t=2430&p=24790#p24790 <![CDATA[Piano roll, randomization,note duration]]> Statistics: Posted by noise2sine — 12 Nov 2012, 22:50


]]>
2012-11-12T23:48:53+02:00 2012-11-12T23:48:53+02:00 https://brainmodular.com/forums/viewtopic.php?t=2430&p=24789#p24789 <![CDATA[Piano roll, randomization,note duration]]> Thanks to share !

Statistics: Posted by nay-seven — 12 Nov 2012, 22:48


]]>
2012-11-12T23:13:55+02:00 2012-11-12T23:13:55+02:00 https://brainmodular.com/forums/viewtopic.php?t=2430&p=24788#p24788 <![CDATA[Piano roll, randomization,note duration]]>
here i made two little scripts that could let you experiment things. one demultiplex the datas out of events to separate arrays, and one do the reverse, remultiplex all datas to the events. that mean in between you can manipulate the arrays to do various things like random, rescale, shift ect... ive made a basic wksp with an exemple to randomize starts, length, velocity and note.
maybe can be a starting point for your experiences ;) hope it helps cheerz

http://sensomusic.com/forums/uploads.ph ... ents03.wkp

Statistics: Posted by 23fx23 — 12 Nov 2012, 22:13


]]>
2012-11-12T13:00:00+02:00 2012-11-12T13:00:00+02:00 https://brainmodular.com/forums/viewtopic.php?t=2430&p=24785#p24785 <![CDATA[Piano roll, randomization,note duration]]>
Anymore ideas about this patch request ? It would be an amzing xmas gift !

any suggestion would be great !

Cheers

Statistics: Posted by noise2sine — 12 Nov 2012, 12:00


]]>
BrainModular BrainModular Users Forum 2013-04-14T13:11:44+02:00 https://brainmodular.com/forums/app.php/feed/topic/2430 2013-04-14T13:11:44+02:00 2013-04-14T13:11:44+02:00 https://brainmodular.com/forums/viewtopic.php?t=2430&p=25924#p25924 <![CDATA[Piano roll, randomization,note duration]]> even after 2 hours of investigation, i can't find the problem.
so you should use the first one i've uploaded.

about the 4 bar random action, it only depends on the script and i'm not able.

Statistics: Posted by Fléau — 14 Apr 2013, 13:11


]]>
2013-04-09T09:37:49+02:00 2013-04-09T09:37:49+02:00 https://brainmodular.com/forums/viewtopic.php?t=2430&p=25854#p25854 <![CDATA[Piano roll, randomization,note duration]]>
The patch is open but i can't randomize note above C0 ? No randomization possible in C1 and over ?

Do you think it's possbile to have random action within 4 bars ?

Statistics: Posted by noise2sine — 09 Apr 2013, 09:37


]]>
2013-04-08T15:33:14+02:00 2013-04-08T15:33:14+02:00 https://brainmodular.com/forums/viewtopic.php?t=2430&p=25842#p25842 <![CDATA[Piano roll, randomization,note duration]]> another way to do it (not in real time, less cpu) :
http://www.sensomusic.com/forums/uploads.php?file=events05.wkp

Statistics: Posted by Fléau — 08 Apr 2013, 15:33


]]>
2013-03-31T23:46:53+02:00 2013-03-31T23:46:53+02:00 https://brainmodular.com/forums/viewtopic.php?t=2430&p=25784#p25784 <![CDATA[Piano roll, randomization,note duration]]> when I was trying to run fléaus patch, the dec2bin.usr module was missing
download it here and install to your library:

decimal 2 binary

and a quick test showed, that it seems to be a great work!
Very nice idea with the dec 2 bin module for storing the scales!

Statistics: Posted by percuson — 31 Mar 2013, 23:46


]]>
2013-03-31T12:44:03+02:00 2013-03-31T12:44:03+02:00 https://brainmodular.com/forums/viewtopic.php?t=2430&p=25779#p25779 <![CDATA[Piano roll, randomization,note duration]]>
First , really thank you for your attention !
@noise2sine:
I think i can patch it,
would you prefer to randomize notes from a chosen scale
or from a scale made from initial notes?
(how many notes in general? more than one octave?)
Actually both are quite interesting . it can be good to set a scale and then using the random possibilities.But at the same time it can be really cool to to write notes in the piano roll and beeing able to randomize them. I think around seven note it's cool.i don't mind about octave possbililities.

Do you think it will be possible to have randomization for 2 bars ?

I didn't manage to use your resacler :(

The last patch is really cool and very useful

really thank you to all of you for your help

Statistics: Posted by noise2sine — 31 Mar 2013, 12:44


]]>
2013-03-29T18:04:25+02:00 2013-03-29T18:04:25+02:00 https://brainmodular.com/forums/viewtopic.php?t=2430&p=25776#p25776 <![CDATA[Piano roll, randomization,note duration]]> http://www.sensomusic.com/forums/uploads.php?file=events04.wkp
but i think it would be better and more efficient to randomize only scaled notes.

Statistics: Posted by Fléau — 29 Mar 2013, 17:04


]]>
2013-03-29T17:37:10+02:00 2013-03-29T17:37:10+02:00 https://brainmodular.com/forums/viewtopic.php?t=2430&p=25775#p25775 <![CDATA[Piano roll, randomization,note duration]]> but not filtering the randomized notes:
randomize (rnd 1 to 7 for ex)and remap according to the scale array then add the octave.
(remapping non authorised notes is a bit tricky)

i use just a combobox and the 'dec to bin' module to store a lot of scale.
take a look at :
harmo

after a quick test on your script,
the randomize starts button apply to ALL the pianoroll array, not only the loop.


@ noise2sine:
you didn't managed to use my note scaler patch?

Statistics: Posted by Fléau — 29 Mar 2013, 16:37


]]>
2013-03-29T16:10:30+02:00 2013-03-29T16:10:30+02:00 https://brainmodular.com/forums/viewtopic.php?t=2430&p=25774#p25774 <![CDATA[Piano roll, randomization,note duration]]> by wayting fleau if you wanna try the patch idea.

the trick i would use is make a 12*12 mx, on input apply a div 12 so you get the octave number.
ie if you get note 26, div 12 will give ya 2, the note to be filtered is 26 - (12*2) = 2 or (26 mod 12) , then the mx will remap to wanted note/scale, and on output you keep the new note, ie 4 if you offseted of +2, then you you re-add input 'octave) so you will get the new note to be 4+24 =28

Statistics: Posted by 23fx23 — 29 Mar 2013, 15:10


]]>
2013-03-29T15:52:59+02:00 2013-03-29T15:52:59+02:00 https://brainmodular.com/forums/viewtopic.php?t=2430&p=25773#p25773 <![CDATA[Piano roll, randomization,note duration]]> i may have lost it during format aaf..im so dumb i should have posted it as soon as it was done checking my external drives but im affraid i lost it

Statistics: Posted by 23fx23 — 29 Mar 2013, 14:52


]]>
2013-03-29T15:32:31+02:00 2013-03-29T15:32:31+02:00 https://brainmodular.com/forums/viewtopic.php?t=2430&p=25772#p25772 <![CDATA[Piano roll, randomization,note duration]]> Statistics: Posted by 23fx23 — 29 Mar 2013, 14:32


]]>
2013-03-29T13:41:29+02:00 2013-03-29T13:41:29+02:00 https://brainmodular.com/forums/viewtopic.php?t=2430&p=25771#p25771 <![CDATA[Piano roll, randomization,note duration]]>
@noise2sine:
I think i can patch it,
would you prefer to randomize notes from a chosen scale
or from a scale made from initial notes?
(how many notes in general? more than one octave?)

@23fx23:
i did this by the past with a get matrix column
but matter comes when you have a huge pianoroll array
and you want to filter events before startposition and after endposition,
(60000 makes 5*12000 arrays) becomes really painfull for the CPU.
Could it be possible that you modify the script with an 'extract sub array'
based on that:?
Ls:= getvalue(startpos);
Le:=getvalue(endpos);

Statistics: Posted by Fléau — 29 Mar 2013, 12:41


]]>
2013-03-29T10:24:42+02:00 2013-03-29T10:24:42+02:00 https://brainmodular.com/forums/viewtopic.php?t=2430&p=25768#p25768 <![CDATA[Piano roll, randomization,note duration]]>
Any fresh news about this request ? :)

Statistics: Posted by noise2sine — 29 Mar 2013, 09:24


]]>
2012-12-13T14:39:58+02:00 2012-12-13T14:39:58+02:00 https://brainmodular.com/forums/viewtopic.php?t=2430&p=25065#p25065 <![CDATA[Piano roll, randomization,note duration]]> ive worked hard on a 'scale' patch matrix based to allow to filter different scales, sadly i don't know what ive messed, i lost the file during backups:(
anyway, will script it back, and will have a look for the more than one bar thing.
can't promise you before xmas but will do my best. cheerz

Statistics: Posted by 23fx23 — 13 Dec 2012, 13:39


]]>
2012-12-13T10:09:27+02:00 2012-12-13T10:09:27+02:00 https://brainmodular.com/forums/viewtopic.php?t=2430&p=25062#p25062 <![CDATA[Piano roll, randomization,note duration]]>
I presume you are really busy, i just wanted to mention that your patch you have made is really great, and i didn't find other patch or plug doing this kind of thing. for now it needs to be improved and i suppose you are really busy.
My only request would be to be able to use the random note duration on more than one bar. Actually it's just working on just one bar. If can find time for fixing that, i would be very happy.

Would you think Hollyhock would do that kind of trick ?

Anyway thanks again for your attention

Statistics: Posted by noise2sine — 13 Dec 2012, 09:09


]]>
2012-11-16T12:01:04+02:00 2012-11-16T12:01:04+02:00 https://brainmodular.com/forums/viewtopic.php?t=2430&p=24816#p24816 <![CDATA[Piano roll, randomization,note duration]]> Statistics: Posted by noise2sine — 16 Nov 2012, 11:01


]]>
2012-11-16T11:20:50+02:00 2012-11-16T11:20:50+02:00 https://brainmodular.com/forums/viewtopic.php?t=2430&p=24815#p24815 <![CDATA[Piano roll, randomization,note duration]]> Statistics: Posted by 23fx23 — 16 Nov 2012, 10:20


]]>
2012-11-15T10:42:48+02:00 2012-11-15T10:42:48+02:00 https://brainmodular.com/forums/viewtopic.php?t=2430&p=24806#p24806 <![CDATA[Piano roll, randomization,note duration]]>
B C# D E F# G# A B and after pressing the randomize note BUTTON we can have for example :

G# E A F# B C# D D

hard to do ?

Statistics: Posted by noise2sine — 15 Nov 2012, 09:42


]]>
2012-11-14T19:01:28+02:00 2012-11-14T19:01:28+02:00 https://brainmodular.com/forums/viewtopic.php?t=2430&p=24803#p24803 <![CDATA[Piano roll, randomization,note duration]]>
the quantisize random start should be easy to implement, i just need to round values in the script so that it falls on integer beat, will try to have a look tonight when im back from work..by waiting you could test to just add a round or trunc module after the start array where you press randomize, should work.

Statistics: Posted by 23fx23 — 14 Nov 2012, 18:01


]]>
2012-11-14T12:35:19+02:00 2012-11-14T12:35:19+02:00 https://brainmodular.com/forums/viewtopic.php?t=2430&p=24801#p24801 <![CDATA[Piano roll, randomization,note duration]]>
Randomizing duration works fine to me .

The only request i could mention would be the randomize starts, when i'm pressing it some of the values don't correspond to a quantisation value.

Thanks again

Statistics: Posted by noise2sine — 14 Nov 2012, 11:35


]]>
2012-11-14T12:13:11+02:00 2012-11-14T12:13:11+02:00 https://brainmodular.com/forums/viewtopic.php?t=2430&p=24800#p24800 <![CDATA[Piano roll, randomization,note duration]]> ive worked on a 'scale' plugin matrix based to allow to filter some notes or not, i will try to implement it for it to work with piano roll, still having reflexion on how to do kind of quarter/1/8th/1/16, triplet or any lenght fill/convert thing, will let ya know and upload if find something cool..

Statistics: Posted by 23fx23 — 14 Nov 2012, 11:13


]]>
2012-11-14T11:26:54+02:00 2012-11-14T11:26:54+02:00 https://brainmodular.com/forums/viewtopic.php?t=2430&p=24798#p24798 <![CDATA[Piano roll, randomization,note duration]]>
Yes it's working really fine ! It's exacty what i needed .


Thanks again

Statistics: Posted by noise2sine — 14 Nov 2012, 10:26


]]>
2012-11-12T23:50:20+02:00 2012-11-12T23:50:20+02:00 https://brainmodular.com/forums/viewtopic.php?t=2430&p=24790#p24790 <![CDATA[Piano roll, randomization,note duration]]> Statistics: Posted by noise2sine — 12 Nov 2012, 22:50


]]>
2012-11-12T23:48:53+02:00 2012-11-12T23:48:53+02:00 https://brainmodular.com/forums/viewtopic.php?t=2430&p=24789#p24789 <![CDATA[Piano roll, randomization,note duration]]> Thanks to share !

Statistics: Posted by nay-seven — 12 Nov 2012, 22:48


]]>
2012-11-12T23:13:55+02:00 2012-11-12T23:13:55+02:00 https://brainmodular.com/forums/viewtopic.php?t=2430&p=24788#p24788 <![CDATA[Piano roll, randomization,note duration]]>
here i made two little scripts that could let you experiment things. one demultiplex the datas out of events to separate arrays, and one do the reverse, remultiplex all datas to the events. that mean in between you can manipulate the arrays to do various things like random, rescale, shift ect... ive made a basic wksp with an exemple to randomize starts, length, velocity and note.
maybe can be a starting point for your experiences ;) hope it helps cheerz

http://sensomusic.com/forums/uploads.ph ... ents03.wkp

Statistics: Posted by 23fx23 — 12 Nov 2012, 22:13


]]>
2012-11-12T13:00:00+02:00 2012-11-12T13:00:00+02:00 https://brainmodular.com/forums/viewtopic.php?t=2430&p=24785#p24785 <![CDATA[Piano roll, randomization,note duration]]>
Anymore ideas about this patch request ? It would be an amzing xmas gift !

any suggestion would be great !

Cheers

Statistics: Posted by noise2sine — 12 Nov 2012, 12:00


]]>