ArrayArrayArrayArrayArrayArrayArrayArrayArrayArray BrainModular BrainModular Users Forum 2012-07-04T21:45:40+02:00 https://brainmodular.com/forums/app.php/feed/topic/3478 2012-07-04T21:45:40+02:00 2012-07-04T21:45:40+02:00 https://brainmodular.com/forums/viewtopic.php?t=3478&p=23807#p23807 <![CDATA[Always newbie's question]]> i didn't think that the name of the fader influence its capabilities
but just wonder why code 2 i know now
and i understand for code 224 i didn't do the parallel with
the implamentation index like for aftertouch
thanx for all
good evening ;)

Statistics: Posted by waolelaid — 04 Jul 2012, 21:45


]]>
2012-07-04T08:42:13+02:00 2012-07-04T08:42:13+02:00 https://brainmodular.com/forums/viewtopic.php?t=3478&p=23799#p23799 <![CDATA[Always newbie's question]]> midi out module, as you need.

The code 224 in the create midi module is translated in Usine by his name "pitch bend" , you can see this code 224 in a midi in module if you use an hardware midi keyboard with a pitchbend wheel .

I've made a quick test with some VSTi and all accept the code 2 message as a full range 0 to 127, code 1 also send pitch bend but not recognized here , maybe depends of the VSTi used or hardware synthesizer .

about the name of the fader, you're right but it's only because i first create it from the code 1 inlet, so it take his name...;-)
but the name of a fader don't influence his capabilities

Statistics: Posted by nay-seven — 04 Jul 2012, 08:42


]]>
2012-07-04T05:57:54+02:00 2012-07-04T05:57:54+02:00 https://brainmodular.com/forums/viewtopic.php?t=3478&p=23798#p23798 <![CDATA[Always newbie's question]]> and in the "Appendix II :midi implementation" i found
PITCH BEND code number 224 data 1value (low part) data 2 value (hi part)
and it is not in the picture you post so what does feature this code number
if it's not necessary i tried with this code and can't do anything
another one in the picture the fader is on code one and enters in code 2
and in the create midi code one is empty and is at 0 how can i guess this
thanx again for the screenshot
have a good day :D

Statistics: Posted by waolelaid — 04 Jul 2012, 05:57


]]>
2012-07-03T22:30:46+02:00 2012-07-03T22:30:46+02:00 https://brainmodular.com/forums/viewtopic.php?t=3478&p=23795#p23795 <![CDATA[Always newbie's question]]> 2 versions , second one use a range fader to let you set the range action of your main fader :
Image

Statistics: Posted by nay-seven — 03 Jul 2012, 22:30


]]>
2012-07-03T19:43:43+02:00 2012-07-03T19:43:43+02:00 https://brainmodular.com/forums/viewtopic.php?t=3478&p=23794#p23794 <![CDATA[Always newbie's question]]> a pitch bend or a pitch wheel with a fader but
i don't understand how to do i don't find which
code i must use in fact i understand nothing
if somebody can make me a little picture
thanks in advance :D

Statistics: Posted by waolelaid — 03 Jul 2012, 19:43


]]>
2012-06-03T06:37:58+02:00 2012-06-03T06:37:58+02:00 https://brainmodular.com/forums/viewtopic.php?t=3478&p=23562#p23562 <![CDATA[Always newbie's question]]> i print it right now to have it under my hand
i've a bird brain
have a good day ;)

Statistics: Posted by waolelaid — 03 Jun 2012, 06:37


]]>
2012-06-02T21:07:13+02:00 2012-06-02T21:07:13+02:00 https://brainmodular.com/forums/viewtopic.php?t=3478&p=23559#p23559 <![CDATA[Always newbie's question]]> Image

Statistics: Posted by nay-seven — 02 Jun 2012, 21:07


]]>
2012-06-02T19:53:06+02:00 2012-06-02T19:53:06+02:00 https://brainmodular.com/forums/viewtopic.php?t=3478&p=23557#p23557 <![CDATA[Always newbie's question]]> before asked i've tried but made 2 mistakes
first forgot the "has change" and the second was
the code i put 33 in code 1 i always confuse between lsb and msb
so if i understand i must use msb
another thing when it is for note on /note off i must use 2 "create midi message"
to do like in a midi editor but without the position of ticks and their durations
tell me if i'm wrong !
i'm reading a lot to understand
thanx again
wish you a good week end ;)

Statistics: Posted by waolelaid — 02 Jun 2012, 19:53


]]>
2012-06-02T09:19:52+02:00 2012-06-02T09:19:52+02:00 https://brainmodular.com/forums/viewtopic.php?t=3478&p=23551#p23551 <![CDATA[Always newbie's question]]> Image

_Here the midi channel is set to channel 1

_We want to create a Midi message which is a Control Change type

_The code 1 inlet is the control change number, in the midi chart, the mod wheel is the control change 1

_The code 2 inlet is the value of this controller, in midi world, value are 0 to 127, so we add a fader with this min/max values

_The create inlet is in the button family, so we had a has changed module, this way, each time you use the fader , the has changed module send an 1 impulse and create the midi message

;)

Statistics: Posted by nay-seven — 02 Jun 2012, 09:19


]]>
2012-06-02T05:38:07+02:00 2012-06-02T05:38:07+02:00 https://brainmodular.com/forums/viewtopic.php?t=3478&p=23550#p23550 <![CDATA[Always newbie's question]]> how can i make one controled by a fader
i don't understand how to do with a "create midi message"
module i don't understand how it works even when i read the
modules reference
thanx for your answer

Statistics: Posted by waolelaid — 02 Jun 2012, 05:38


]]>
BrainModular BrainModular Users Forum 2012-07-04T21:45:40+02:00 https://brainmodular.com/forums/app.php/feed/topic/3478 2012-07-04T21:45:40+02:00 2012-07-04T21:45:40+02:00 https://brainmodular.com/forums/viewtopic.php?t=3478&p=23807#p23807 <![CDATA[Always newbie's question]]> i didn't think that the name of the fader influence its capabilities
but just wonder why code 2 i know now
and i understand for code 224 i didn't do the parallel with
the implamentation index like for aftertouch
thanx for all
good evening ;)

Statistics: Posted by waolelaid — 04 Jul 2012, 21:45


]]>
2012-07-04T08:42:13+02:00 2012-07-04T08:42:13+02:00 https://brainmodular.com/forums/viewtopic.php?t=3478&p=23799#p23799 <![CDATA[Always newbie's question]]> midi out module, as you need.

The code 224 in the create midi module is translated in Usine by his name "pitch bend" , you can see this code 224 in a midi in module if you use an hardware midi keyboard with a pitchbend wheel .

I've made a quick test with some VSTi and all accept the code 2 message as a full range 0 to 127, code 1 also send pitch bend but not recognized here , maybe depends of the VSTi used or hardware synthesizer .

about the name of the fader, you're right but it's only because i first create it from the code 1 inlet, so it take his name...;-)
but the name of a fader don't influence his capabilities

Statistics: Posted by nay-seven — 04 Jul 2012, 08:42


]]>
2012-07-04T05:57:54+02:00 2012-07-04T05:57:54+02:00 https://brainmodular.com/forums/viewtopic.php?t=3478&p=23798#p23798 <![CDATA[Always newbie's question]]> and in the "Appendix II :midi implementation" i found
PITCH BEND code number 224 data 1value (low part) data 2 value (hi part)
and it is not in the picture you post so what does feature this code number
if it's not necessary i tried with this code and can't do anything
another one in the picture the fader is on code one and enters in code 2
and in the create midi code one is empty and is at 0 how can i guess this
thanx again for the screenshot
have a good day :D

Statistics: Posted by waolelaid — 04 Jul 2012, 05:57


]]>
2012-07-03T22:30:46+02:00 2012-07-03T22:30:46+02:00 https://brainmodular.com/forums/viewtopic.php?t=3478&p=23795#p23795 <![CDATA[Always newbie's question]]> 2 versions , second one use a range fader to let you set the range action of your main fader :
Image

Statistics: Posted by nay-seven — 03 Jul 2012, 22:30


]]>
2012-07-03T19:43:43+02:00 2012-07-03T19:43:43+02:00 https://brainmodular.com/forums/viewtopic.php?t=3478&p=23794#p23794 <![CDATA[Always newbie's question]]> a pitch bend or a pitch wheel with a fader but
i don't understand how to do i don't find which
code i must use in fact i understand nothing
if somebody can make me a little picture
thanks in advance :D

Statistics: Posted by waolelaid — 03 Jul 2012, 19:43


]]>
2012-06-03T06:37:58+02:00 2012-06-03T06:37:58+02:00 https://brainmodular.com/forums/viewtopic.php?t=3478&p=23562#p23562 <![CDATA[Always newbie's question]]> i print it right now to have it under my hand
i've a bird brain
have a good day ;)

Statistics: Posted by waolelaid — 03 Jun 2012, 06:37


]]>
2012-06-02T21:07:13+02:00 2012-06-02T21:07:13+02:00 https://brainmodular.com/forums/viewtopic.php?t=3478&p=23559#p23559 <![CDATA[Always newbie's question]]> Image

Statistics: Posted by nay-seven — 02 Jun 2012, 21:07


]]>
2012-06-02T19:53:06+02:00 2012-06-02T19:53:06+02:00 https://brainmodular.com/forums/viewtopic.php?t=3478&p=23557#p23557 <![CDATA[Always newbie's question]]> before asked i've tried but made 2 mistakes
first forgot the "has change" and the second was
the code i put 33 in code 1 i always confuse between lsb and msb
so if i understand i must use msb
another thing when it is for note on /note off i must use 2 "create midi message"
to do like in a midi editor but without the position of ticks and their durations
tell me if i'm wrong !
i'm reading a lot to understand
thanx again
wish you a good week end ;)

Statistics: Posted by waolelaid — 02 Jun 2012, 19:53


]]>
2012-06-02T09:19:52+02:00 2012-06-02T09:19:52+02:00 https://brainmodular.com/forums/viewtopic.php?t=3478&p=23551#p23551 <![CDATA[Always newbie's question]]> Image

_Here the midi channel is set to channel 1

_We want to create a Midi message which is a Control Change type

_The code 1 inlet is the control change number, in the midi chart, the mod wheel is the control change 1

_The code 2 inlet is the value of this controller, in midi world, value are 0 to 127, so we add a fader with this min/max values

_The create inlet is in the button family, so we had a has changed module, this way, each time you use the fader , the has changed module send an 1 impulse and create the midi message

;)

Statistics: Posted by nay-seven — 02 Jun 2012, 09:19


]]>
2012-06-02T05:38:07+02:00 2012-06-02T05:38:07+02:00 https://brainmodular.com/forums/viewtopic.php?t=3478&p=23550#p23550 <![CDATA[Always newbie's question]]> how can i make one controled by a fader
i don't understand how to do with a "create midi message"
module i don't understand how it works even when i read the
modules reference
thanx for your answer

Statistics: Posted by waolelaid — 02 Jun 2012, 05:38


]]>