Jump to content

Global MIDI Channel


Duggle
 Share

Recommended Posts

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? 

Link to comment
Share on other sites

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

 

Link to comment
Share on other sites

 

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.....

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...