Thanks Rui for the speedy reply. I would just use the Nano straight into qtractor but I want transport control. I think thats only possible through mmc (?). I do have Qtractor set up for mmc and control input and everything routed correctly. I'm getting a mididings syntax error when trying to generate sysex from my Nano input. eg,
from mididings import *
config(
client_name='NanoSysEx',
in_ports=[
('Nano.In','24:0')
],
out_ports=[
('NanoOut')
],
)
run(
####### Nano Midi to MMC ########
Filter(CTRL) >>
CtrlFilter(41) >>
SysEx(F0 7F xx 06 02 F7) >>
Port('NanoOut')
)
so I'm probably doing something wrong there. Need to ask on mididings forum.
Thanks Rui!
Copyright (C) 2006-2024 rncbc aka Rui Nuno Capela. All rights reserved.
Powered by Drupal
Recent comments
9 hours 31 min ago
21 hours 39 min ago
1 day 5 hours ago
1 day 7 hours ago
1 day 21 hours ago
1 day 22 hours ago
1 day 22 hours ago
1 day 22 hours ago
1 day 23 hours ago
2 days 5 sec ago