Global MIDI Channel

I’m loading an alternative NGC with all controls set to channel 2: 

here’s an example:

EVENT\_ENC id= 5 hw\_id= 5 fwd\_id=LED\_MATRIX:25 bank=1 fwd\_to\_lcd=1 chn=2 type=CC range=0:127 offset=0 ports=1000010000000000 led\_matrix\_pattern=3 cc=40 syxdump\_pos=1:40 label="^Fil1Freq"

I’m only seeing events on channel 1 on MiosStudio as well as the synth and also on midibox SCS midimontor. 

My first thought was the channel is being overridden by a global setting but the manual says this feature is not implemented yet. Has anyone noticed this issue? 

Hi Duggle

How is you hardware connected to your host computer ? it look like USB and I suspect the channel 1 you actually see at MiosStudio is USB1.

Your port definition send to USB1 en MIDI2

To monitor MIDI2 you have to connect the respective DIN5 MIDI connector (via a midi interface) and select the appropriate midi in port at MiosStudio (or any other midi host software)

If you want to use USB1 and USB2 the ports configuration is ports=1100000000000000

Best

Zam

 

I’m talking about MIDI events channel number, not ports.

In the config, as shown above, the  CC should happen on midi channel 2, but its seen to be on channel 1.  

Ho sorry my bad…

Any router configuration?

If it’s an alternative .NGC don’t forget to add a reset_hw command at start

Best

Zam

 

On 02/01/2017 at 6:49 AM, Zam said:

Any router configuration?

Hi, thanks, yes there is:

 ROUTER n= 1 src\_port=IN1 src\_chn=17 dst\_port=OUT2 dst\_chn=17 ROUTER n= 2 src\_port=IN2 src\_chn=17 dst\_port=OUT1 dst\_chn=17 ROUTER n= 3 src\_port=IN3 src\_chn=17 dst\_port=OUT4 dst\_chn=17 ROUTER n= 4 src\_port=IN4 src\_chn=17 dst\_port=OUT3 dst\_chn=17 ROUTER n= 5 src\_port=USB1 src\_chn=17 dst\_port=OUT2 dst\_chn=17 ROUTER n= 6 src\_port=IN2 src\_chn=17 dst\_port=USB1 dst\_chn=17

Nodes 5 and 6 are the only ones that are important at the moment. The value 17 means all channels passed and none translated IIRC…

OK, I’ve stripped the alternate ngc to the absolute minimum:

RESET\_HW LCD "%C" ENC n=1 sr=5 pins=0:1 type=non\_detented EVENT\_ENC id= 1 hw\_id= 1 fwd\_id=LED\_MATRIX:17 bank=1 fwd\_to\_lcd=1 chn=2 type=CC range=0:127 offset=0 ports=1000010000000000 led\_matrix\_pattern=3 cc=17 offset=-64 syxdump\_pos=1:17 label="^Osc1Shp"

Encoder #1 outputs data on CC#17 on channel 1.

Any help appreciated.