Duggle Posted January 2, 2017 Report Share Posted January 2, 2017 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? Quote Link to comment Share on other sites More sharing options...
Zam Posted January 2, 2017 Report Share Posted January 2, 2017 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 Quote Link to comment Share on other sites More sharing options...
Duggle Posted January 2, 2017 Author Report Share Posted January 2, 2017 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. Quote Link to comment Share on other sites More sharing options...
Zam Posted January 2, 2017 Report Share Posted January 2, 2017 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 Quote Link to comment Share on other sites More sharing options...
Duggle Posted January 8, 2017 Author Report Share Posted January 8, 2017 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..... Quote Link to comment Share on other sites More sharing options...
Duggle Posted January 10, 2017 Author Report Share Posted January 10, 2017 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.