ArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArray BrainModular BrainModular Users Forum 2008-09-22T00:11:05+02:00 https://brainmodular.org/forums/app.php/feed/topic/1008 2008-09-22T00:11:05+02:00 2008-09-22T00:11:05+02:00 https://brainmodular.org/forums/viewtopic.php?t=1008&p=5379#p5379 <![CDATA[About the 4.0 version]]>
Here is the c-code for all the distributions mentioned in Dodge and Jerse

http://sig.sapp.org/src/sig/Distribution.cpp

from Craig Sapp - there is alot of useful code there and elsewhere on his site

Greg

Statistics: Posted by gregh — 22 Sep 2008, 00:11


]]>
2008-09-21T20:20:17+02:00 2008-09-21T20:20:17+02:00 https://brainmodular.org/forums/viewtopic.php?t=1008&p=5378#p5378 <![CDATA[About the 4.0 version]]>
Hi, what random distributions(s) do you have available in Usine? I ask this because my favourite is the beta distribution as you can control it to give a very wide range of shapes to draw values from.
greg
actually two distributions:
- uniform (data/random module)
- user drawn distribution (data/random law distribution); with this one you can create your own.

but any distribution can be easily implemented as scripts.
feel free to post your favorites equations!

Statistics: Posted by senso — 21 Sep 2008, 20:20


]]>
2008-09-21T16:10:04+02:00 2008-09-21T16:10:04+02:00 https://brainmodular.org/forums/viewtopic.php?t=1008&p=5374#p5374 <![CDATA[About the 4.0 version]]> greg

Statistics: Posted by gregh — 21 Sep 2008, 16:10


]]>
2008-09-21T14:04:57+02:00 2008-09-21T14:04:57+02:00 https://brainmodular.org/forums/viewtopic.php?t=1008&p=5373#p5373 <![CDATA[About the 4.0 version]]>
connect a random generator to the ppQPos
connect a create Midi message to the midi input.
activate the Rec.

randoms notes will be recorded at random positions.
fun!

Statistics: Posted by senso — 21 Sep 2008, 14:04


]]>
2008-09-21T11:19:07+02:00 2008-09-21T11:19:07+02:00 https://brainmodular.org/forums/viewtopic.php?t=1008&p=5372#p5372 <![CDATA[About the 4.0 version]]>
Also for the pianoroll input array, things are more complexes because we need, at least 4 array inlets
1) midi message
2) midi data1
3) midi data2
3) time position of the midi msg
actually it's an hard job to implement, perhaps in futures version, but not very soon!
thanks a lot for your reply senso. I understand much better now, and taking rescaling in account there is no problem at all for all non-pianoRoll modules.

for the piano roll: I see there are much more array inlets needed, if you want to access the CC curves, even more. I'll be patient to wait...
just a thought:
- only allow note events (no array inlet for event type)
- G. Mazzola seperates 4 dimensions of a sound: startTime/gate/noteOn (time pos1), length/noteOff (time pos2), pitch (midi data1), velocity (midi data2).
- imagine you would control these 4 array inlets via different data and midi generators or feed back e.g. piano roll startTimes to a seqSwitch module :)

other opinions about 'multidimensional' composing?

Statistics: Posted by amiga909 — 21 Sep 2008, 11:19


]]>
2008-09-21T10:36:09+02:00 2008-09-21T10:36:09+02:00 https://brainmodular.org/forums/viewtopic.php?t=1008&p=5371#p5371 <![CDATA[About the 4.0 version]]>
1. would it possible to have the array common for all midi and data constructs? I am aware the piano roll would need far more information and sysex is quite another story again.. but maybe its possible to have better translations than we have now?
Array's are totally compatible each other but you have to respect scales:
the StepMidi sends data's from 0 to 127. So if you connect a stepMidi to a SeqLine you have to change the Max parameter of the SeqLine to 127 or divide StepMidi data's by 127.
The only exception is the mapper curve which can receive only data's from 0 to 1, (for that you have to set the type of curves to 'user draw')

Also for the pianoroll input array, things are more complexes because we need, at least 4 array inlets
1) midi message
2) midi data1
3) midi data2
3) time position of the midi msg

actually it's an hard job to implement, perhaps in futures version, but not very soon!

Statistics: Posted by senso — 21 Sep 2008, 10:36


]]>
2008-09-20T21:58:10+02:00 2008-09-20T21:58:10+02:00 https://brainmodular.org/forums/viewtopic.php?t=1008&p=5370#p5370 <![CDATA[About the 4.0 version]]>
[about the question: live midi input per keyboard works]

made a test regarding with a idea for the piano roll
ImageImage


1. would it possible to have the array common for all midi and data constructs? I am aware the piano roll would need far more information and sysex is quite another story again.. but maybe its possible to have better translations than we have now?

edit: dark green cases: did rescale the values and it works now :) (dark green -> light green)

2. btw. I believe the piano roll GUI is buggy: for example 'clear' needs to close and reopen the window..

Statistics: Posted by amiga909 — 20 Sep 2008, 21:58


]]>
2008-09-20T11:35:48+02:00 2008-09-20T11:35:48+02:00 https://brainmodular.org/forums/viewtopic.php?t=1008&p=5367#p5367 <![CDATA[About the 4.0 version]]> :)

Perfect!!

Statistics: Posted by noise2sine — 20 Sep 2008, 11:35


]]>
2008-09-20T00:42:28+02:00 2008-09-20T00:42:28+02:00 https://brainmodular.org/forums/viewtopic.php?t=1008&p=5366#p5366 <![CDATA[About the 4.0 version]]>

it could be for the 4.01 if we have the 4.0 sooner

hehe

Statistics: Posted by martignasse — 20 Sep 2008, 00:42


]]>
2008-09-19T14:31:37+02:00 2008-09-19T14:31:37+02:00 https://brainmodular.org/forums/viewtopic.php?t=1008&p=5363#p5363 <![CDATA[About the 4.0 version]]> If it's not in the 4.0 I'll implement in the first following update something like the 4.01?

Statistics: Posted by senso — 19 Sep 2008, 14:31


]]>
2008-09-19T12:00:44+02:00 2008-09-19T12:00:44+02:00 https://brainmodular.org/forums/viewtopic.php?t=1008&p=5361#p5361 <![CDATA[About the 4.0 version]]> Statistics: Posted by martignasse — 19 Sep 2008, 12:00


]]>
2008-09-19T11:52:28+02:00 2008-09-19T11:52:28+02:00 https://brainmodular.org/forums/viewtopic.php?t=1008&p=5360#p5360 <![CDATA[About the 4.0 version]]>
Will it be possible in the 4.0 version to record in the piano roll Midi datas, and being able to export them as Midi files ?


Thank u

Statistics: Posted by noise2sine — 19 Sep 2008, 11:52


]]>
BrainModular BrainModular Users Forum 2008-09-22T00:11:05+02:00 https://brainmodular.org/forums/app.php/feed/topic/1008 2008-09-22T00:11:05+02:00 2008-09-22T00:11:05+02:00 https://brainmodular.org/forums/viewtopic.php?t=1008&p=5379#p5379 <![CDATA[About the 4.0 version]]>
Here is the c-code for all the distributions mentioned in Dodge and Jerse

http://sig.sapp.org/src/sig/Distribution.cpp

from Craig Sapp - there is alot of useful code there and elsewhere on his site

Greg

Statistics: Posted by gregh — 22 Sep 2008, 00:11


]]>
2008-09-21T20:20:17+02:00 2008-09-21T20:20:17+02:00 https://brainmodular.org/forums/viewtopic.php?t=1008&p=5378#p5378 <![CDATA[About the 4.0 version]]>
Hi, what random distributions(s) do you have available in Usine? I ask this because my favourite is the beta distribution as you can control it to give a very wide range of shapes to draw values from.
greg
actually two distributions:
- uniform (data/random module)
- user drawn distribution (data/random law distribution); with this one you can create your own.

but any distribution can be easily implemented as scripts.
feel free to post your favorites equations!

Statistics: Posted by senso — 21 Sep 2008, 20:20


]]>
2008-09-21T16:10:04+02:00 2008-09-21T16:10:04+02:00 https://brainmodular.org/forums/viewtopic.php?t=1008&p=5374#p5374 <![CDATA[About the 4.0 version]]> greg

Statistics: Posted by gregh — 21 Sep 2008, 16:10


]]>
2008-09-21T14:04:57+02:00 2008-09-21T14:04:57+02:00 https://brainmodular.org/forums/viewtopic.php?t=1008&p=5373#p5373 <![CDATA[About the 4.0 version]]>
connect a random generator to the ppQPos
connect a create Midi message to the midi input.
activate the Rec.

randoms notes will be recorded at random positions.
fun!

Statistics: Posted by senso — 21 Sep 2008, 14:04


]]>
2008-09-21T11:19:07+02:00 2008-09-21T11:19:07+02:00 https://brainmodular.org/forums/viewtopic.php?t=1008&p=5372#p5372 <![CDATA[About the 4.0 version]]>
Also for the pianoroll input array, things are more complexes because we need, at least 4 array inlets
1) midi message
2) midi data1
3) midi data2
3) time position of the midi msg
actually it's an hard job to implement, perhaps in futures version, but not very soon!
thanks a lot for your reply senso. I understand much better now, and taking rescaling in account there is no problem at all for all non-pianoRoll modules.

for the piano roll: I see there are much more array inlets needed, if you want to access the CC curves, even more. I'll be patient to wait...
just a thought:
- only allow note events (no array inlet for event type)
- G. Mazzola seperates 4 dimensions of a sound: startTime/gate/noteOn (time pos1), length/noteOff (time pos2), pitch (midi data1), velocity (midi data2).
- imagine you would control these 4 array inlets via different data and midi generators or feed back e.g. piano roll startTimes to a seqSwitch module :)

other opinions about 'multidimensional' composing?

Statistics: Posted by amiga909 — 21 Sep 2008, 11:19


]]>
2008-09-21T10:36:09+02:00 2008-09-21T10:36:09+02:00 https://brainmodular.org/forums/viewtopic.php?t=1008&p=5371#p5371 <![CDATA[About the 4.0 version]]>
1. would it possible to have the array common for all midi and data constructs? I am aware the piano roll would need far more information and sysex is quite another story again.. but maybe its possible to have better translations than we have now?
Array's are totally compatible each other but you have to respect scales:
the StepMidi sends data's from 0 to 127. So if you connect a stepMidi to a SeqLine you have to change the Max parameter of the SeqLine to 127 or divide StepMidi data's by 127.
The only exception is the mapper curve which can receive only data's from 0 to 1, (for that you have to set the type of curves to 'user draw')

Also for the pianoroll input array, things are more complexes because we need, at least 4 array inlets
1) midi message
2) midi data1
3) midi data2
3) time position of the midi msg

actually it's an hard job to implement, perhaps in futures version, but not very soon!

Statistics: Posted by senso — 21 Sep 2008, 10:36


]]>
2008-09-20T21:58:10+02:00 2008-09-20T21:58:10+02:00 https://brainmodular.org/forums/viewtopic.php?t=1008&p=5370#p5370 <![CDATA[About the 4.0 version]]>
[about the question: live midi input per keyboard works]

made a test regarding with a idea for the piano roll
ImageImage


1. would it possible to have the array common for all midi and data constructs? I am aware the piano roll would need far more information and sysex is quite another story again.. but maybe its possible to have better translations than we have now?

edit: dark green cases: did rescale the values and it works now :) (dark green -> light green)

2. btw. I believe the piano roll GUI is buggy: for example 'clear' needs to close and reopen the window..

Statistics: Posted by amiga909 — 20 Sep 2008, 21:58


]]>
2008-09-20T11:35:48+02:00 2008-09-20T11:35:48+02:00 https://brainmodular.org/forums/viewtopic.php?t=1008&p=5367#p5367 <![CDATA[About the 4.0 version]]> :)

Perfect!!

Statistics: Posted by noise2sine — 20 Sep 2008, 11:35


]]>
2008-09-20T00:42:28+02:00 2008-09-20T00:42:28+02:00 https://brainmodular.org/forums/viewtopic.php?t=1008&p=5366#p5366 <![CDATA[About the 4.0 version]]>

it could be for the 4.01 if we have the 4.0 sooner

hehe

Statistics: Posted by martignasse — 20 Sep 2008, 00:42


]]>
2008-09-19T14:31:37+02:00 2008-09-19T14:31:37+02:00 https://brainmodular.org/forums/viewtopic.php?t=1008&p=5363#p5363 <![CDATA[About the 4.0 version]]> If it's not in the 4.0 I'll implement in the first following update something like the 4.01?

Statistics: Posted by senso — 19 Sep 2008, 14:31


]]>
2008-09-19T12:00:44+02:00 2008-09-19T12:00:44+02:00 https://brainmodular.org/forums/viewtopic.php?t=1008&p=5361#p5361 <![CDATA[About the 4.0 version]]> Statistics: Posted by martignasse — 19 Sep 2008, 12:00


]]>
2008-09-19T11:52:28+02:00 2008-09-19T11:52:28+02:00 https://brainmodular.org/forums/viewtopic.php?t=1008&p=5360#p5360 <![CDATA[About the 4.0 version]]>
Will it be possible in the 4.0 version to record in the piano roll Midi datas, and being able to export them as Midi files ?


Thank u

Statistics: Posted by noise2sine — 19 Sep 2008, 11:52


]]>