I'm using this synth which is mainly controlled by Usine (a lot of fun). The preset are organized with program numbers and banks. When i'm using the creat midi message module, i can change the program numbers using the program change option. But I didn't find a way of changing the bank number and the program numbers ? how can i do that ?
Cheers
I am trying now the same with DSI Mopho. But still new to this. Would you mind to have me look into your patch to learn from you? Especially I do not understand yet how to use the NRPN correctly.
Statistics: Posted by magickz — 08 Feb 2016, 11:47
]]>2010-01-14T12:58:17+02:002010-01-14T12:58:17+02:00https://brainmodular.org/forums/viewtopic.php?t=1850&p=11219#p11219Statistics: Posted by ethnix73 — 14 Jan 2010, 11:58
]]>
2010-01-14T12:44:53+02:002010-01-14T12:44:53+02:00https://brainmodular.org/forums/viewtopic.php?t=1850&p=11218#p11218 So i will use : a create midi message set on "CONTROL CHANGE" with the "code 1" set to 32 the "code 2" set between 0 and 3 ? and for the "PROGRAME CHANGE" an another create midi message module ?
Statistics: Posted by noise2sine — 14 Jan 2010, 11:44
]]>2010-01-14T12:19:25+02:002010-01-14T12:19:25+02:00https://brainmodular.org/forums/viewtopic.php?t=1850&p=11217#p11217 Or what about putting all the programs you use into one bank?
]]>2010-01-14T11:38:00+02:002010-01-14T11:38:00+02:00https://brainmodular.org/forums/viewtopic.php?t=1850&p=11216#p11216 I have tried what u said , with unfortunatly no success. i must add that i'm very bad with midi understanding.... I have tried to read the manual, i couldn't find any information that i could understand .... Do u think it would be possible to have in the add on section a simple patch allowing those actions like changing program,subbank,bank ..... ( I will play on sunday help.....)
Thanks a lot Usiners
Statistics: Posted by noise2sine — 14 Jan 2010, 10:38
Statistics: Posted by noise2sine — 11 Jan 2010, 11:32
]]>2010-01-10T22:41:43+02:002010-01-10T22:41:43+02:00https://brainmodular.org/forums/viewtopic.php?t=1850&p=11199#p11199 CC0 (0) + CC32 (1) should select the second bank...
But it may vary from synth to synth
Statistics: Posted by ethnix73 — 10 Jan 2010, 21:41
]]>2010-01-10T22:35:29+02:002010-01-10T22:35:29+02:00https://brainmodular.org/forums/viewtopic.php?t=1850&p=11198#p11198generally, bank select message are send with CC 0( msb ) and 32 (lsb ) you can refer to the midi implementation of the Tetra to find good values.. use 2 or 3 ( if you add a program change ) create midi module and maybe an unpack script behind could be useful too
there's also the sys ex solution ( there 's a module for that too in Usine )
Statistics: Posted by nay-seven — 10 Jan 2010, 21:35
]]>2010-01-10T21:42:15+02:002010-01-10T21:42:15+02:00https://brainmodular.org/forums/viewtopic.php?t=1850&p=11197#p11197 I'm using this synth which is mainly controlled by Usine (a lot of fun). The preset are organized with program numbers and banks. When i'm using the creat midi message module, i can change the program numbers using the program change option. But I didn't find a way of changing the bank number and the program numbers ? how can i do that ?
Cheers
Statistics: Posted by noise2sine — 10 Jan 2010, 20:42
I'm using this synth which is mainly controlled by Usine (a lot of fun). The preset are organized with program numbers and banks. When i'm using the creat midi message module, i can change the program numbers using the program change option. But I didn't find a way of changing the bank number and the program numbers ? how can i do that ?
Cheers
I am trying now the same with DSI Mopho. But still new to this. Would you mind to have me look into your patch to learn from you? Especially I do not understand yet how to use the NRPN correctly.
Statistics: Posted by magickz — 08 Feb 2016, 11:47
]]>2010-01-14T12:58:17+02:002010-01-14T12:58:17+02:00https://brainmodular.org/forums/viewtopic.php?t=1850&p=11219#p11219Statistics: Posted by ethnix73 — 14 Jan 2010, 11:58
]]>2010-01-14T12:44:53+02:002010-01-14T12:44:53+02:00https://brainmodular.org/forums/viewtopic.php?t=1850&p=11218#p11218 So i will use : a create midi message set on "CONTROL CHANGE" with the "code 1" set to 32 the "code 2" set between 0 and 3 ? and for the "PROGRAME CHANGE" an another create midi message module ?
Statistics: Posted by noise2sine — 14 Jan 2010, 11:44
]]>2010-01-14T12:19:25+02:002010-01-14T12:19:25+02:00https://brainmodular.org/forums/viewtopic.php?t=1850&p=11217#p11217 Or what about putting all the programs you use into one bank?
]]>2010-01-14T11:38:00+02:002010-01-14T11:38:00+02:00https://brainmodular.org/forums/viewtopic.php?t=1850&p=11216#p11216 I have tried what u said , with unfortunatly no success. i must add that i'm very bad with midi understanding.... I have tried to read the manual, i couldn't find any information that i could understand .... Do u think it would be possible to have in the add on section a simple patch allowing those actions like changing program,subbank,bank ..... ( I will play on sunday help.....)
Thanks a lot Usiners
Statistics: Posted by noise2sine — 14 Jan 2010, 10:38
Statistics: Posted by noise2sine — 11 Jan 2010, 11:32
]]>2010-01-10T22:41:43+02:002010-01-10T22:41:43+02:00https://brainmodular.org/forums/viewtopic.php?t=1850&p=11199#p11199 CC0 (0) + CC32 (1) should select the second bank...
But it may vary from synth to synth
Statistics: Posted by ethnix73 — 10 Jan 2010, 21:41
]]>2010-01-10T22:35:29+02:002010-01-10T22:35:29+02:00https://brainmodular.org/forums/viewtopic.php?t=1850&p=11198#p11198generally, bank select message are send with CC 0( msb ) and 32 (lsb ) you can refer to the midi implementation of the Tetra to find good values.. use 2 or 3 ( if you add a program change ) create midi module and maybe an unpack script behind could be useful too
there's also the sys ex solution ( there 's a module for that too in Usine )
Statistics: Posted by nay-seven — 10 Jan 2010, 21:35
]]>2010-01-10T21:42:15+02:002010-01-10T21:42:15+02:00https://brainmodular.org/forums/viewtopic.php?t=1850&p=11197#p11197 I'm using this synth which is mainly controlled by Usine (a lot of fun). The preset are organized with program numbers and banks. When i'm using the creat midi message module, i can change the program numbers using the program change option. But I didn't find a way of changing the bank number and the program numbers ? how can i do that ?
Cheers
Statistics: Posted by noise2sine — 10 Jan 2010, 20:42