i connected the master to the front panel like that :
menu -> first DIN J3
Button 1 to 4 -> first DIN J4
Button 5 to 8 -> first DIN J7
Button 9 to 12 -> first DIN J6
Button 13 to 15 -> first DIN J5
When i startup the core, the 5th note on the screen is always ON …
I push the 5th button and release it : the 5th note disapear … but i push on button 1, 2, 3 or 4, the 5th note comes ON again and stays like that … ???
I also notice that the buttons 1 to 4 and 9 to 15 gives a C2 note on the screen but the buttons 5 to 8 gives a C5 note …???
i connected the master to the front panel like that :
menu -> first DIN J3
Button 1 to 4 -> first DIN J4
Button 5 to 8 -> first DIN J7
Button 9 to 12 -> first DIN J6
Button 13 to 15 -> first DIN J5
When i startup the core, the 5th note on the screen is always ON …
I push the 5th button and release it : the 5th note disapear … but i push on button 1, 2, 3 or 4, the 5th note comes ON again and stays like that … ???
I also notice that the buttons 1 to 4 and 9 to 15 gives a C2 note on the screen but the buttons 5 to 8 gives a C5 note …???
first : problem solved … it was a multiplexer which was crazy .. i changed it … it works fine now !
second : TK : because i have another problem concerning the config and the soft …
i just want to know first if i choosed the right dispatching of different faders, boutons and encoders regarding the 2 core …
My way to work with Propellerhead Reason is :
i make a song with one 14 channels mixer and the next song in my set with another mixer … And i want to pass from one mixer to the next one just by changing the bank …
I know that i have to use the banks to switch and the SFB to send (from the master core: id0) the Bank change to the slave core (id1) …
So i just need to know if i am right in my config …
first : problem solved … it was a multiplexer which was crazy .. i changed it … it works fine now !
second : TK : because i have another problem concerning the config and the soft …
i just want to know first if i choosed the right dispatching of different faders, boutons and encoders regarding the 2 core …
My way to work with Propellerhead Reason is :
i make a song with one 14 channels mixer and the next song in my set with another mixer … And i want to pass from one mixer to the next one just by changing the bank …
I know that i have to use the banks to switch and the SFB to send (from the master core: id0) the Bank change to the slave core (id1) …
So i just need to know if i am right in my config …
the bank changes on core 1 are transmitted to the sec. core ?
if you’ve enabled “Send Program Change on Bank Changes”, yes
At the receiver site “Receive Program Change for Bank Change” should be enabled.
Or do i have to change some code lines ?
no, you can do this change in your .ini file, or with Serge’s Editor
I mean : i understand what is in the control messages generated by the menu navigation … (Display, bank changes … ) but do i have to change something in the code of the receiver cores ?
the diagram above shows a concept which can be used by other programmers if they want to control multiple midiboxes from a single control surface. This is not implemented in MIDIbox64. If you need this, then you have to program this by yourself.
the bank changes on core 1 are transmitted to the sec. core ?
if you’ve enabled “Send Program Change on Bank Changes”, yes
At the receiver site “Receive Program Change for Bank Change” should be enabled.
Or do i have to change some code lines ?
no, you can do this change in your .ini file, or with Serge’s Editor
I mean : i understand what is in the control messages generated by the menu navigation … (Display, bank changes … ) but do i have to change something in the code of the receiver cores ?
the diagram above shows a concept which can be used by other programmers if they want to control multiple midiboxes from a single control surface. This is not implemented in MIDIbox64. If you need this, then you have to program this by yourself.
Did you allready write some code for other applications ?
yes, but totally unsupported, since it’s unfinished and I don’t plan to add more into this direction since the implementation is very hardware specific (in other words: I don’t want to program individual solutions for you guys which I would never use by myself…)
Check the MIDIbox64 SysEx Implementation doc, search for MIDI remote, and think about the possibility to send these sysex commands via meta events…
Did you allready write some code for other applications ?
yes, but totally unsupported, since it’s unfinished and I don’t plan to add more into this direction since the implementation is very hardware specific (in other words: I don’t want to program individual solutions for you guys which I would never use by myself…)
Check the MIDIbox64 SysEx Implementation doc, search for MIDI remote, and think about the possibility to send these sysex commands via meta events…