View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008527 | ardour | bugs | public | 2020-12-30 09:07 | 2022-04-16 02:43 |
Reporter | slavikator | Assigned To | paul | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | no change required | ||
Platform | Arch | OS | Linux | OS Version | (any) |
Product Version | Mixbus 6.x | ||||
Summary | 0008527: custom midimap | ||||
Description | Actually, I don know if this is a bug or I am doing something wrong. I’m trying to configure midimap for a simple Arduino controller with 4 buttons. Can’t get it to work. The same behavior on Ardour 6 and Mixbus 6 Here are midi commands from my Arduino controller: 5229776 Program Change chn 1 50 5286493 Program Change chn 1 51 5319526 Program Change chn 1 52 5364670 Program Change chn 1 53 Incoming Midi on Arduino micro (correct device selected) The file selected in Control Surfaces/Generic Midi/Midi Bindigs/arduino4knobs.map The code stored in .config/mixbus6/midi_maps/arduino4knobs.map: <?xml version="1.0" encoding="UTF-8"?> <ArdourMIDIBindings version="1.0.0" name="arduino4knobs"> <DeviceInfo bank-size="16"/> <Binding channel="1" pgm="50" function="Transport/ToggleRoll"/> <Binding channel="1" pgm="51" function="Transport/record-roll"/> <Binding channel="1" pgm="52" function="Transport/ToggleRollForgetCapture"/> <Binding channel="1" pgm="53" function="Transport/ToggleClick"/> </ArdourMIDIBindings> | ||||
Tags | No tags attached. | ||||
|
I think I saw this addressed on the forums or IRC, correct? "function" should be "action" ... |
|
Thanks for your input. I have tried it but no luck. Must be something else missing. <?xml version="1.0" encoding="UTF-8"?> <ArdourMIDIBindings version="1.0.0" name="arduino4knobs"> <DeviceInfo bank-size="16"/> <Binding channel="1" pgm="50" action="Transport/ToggleRoll"/> <Binding channel="1" pgm="51" action="Transport/record-roll"/> <Binding channel="1" pgm="52" action="Transport/ToggleRollForgetCapture"/> <Binding channel="1" pgm="53" action="Transport/ToggleClick"/> </ArdourMIDIBindings> |
|
I just should convert the numbers to decimals and it worked. |
|
Issue has been closed automatically, by Trigger Close Plugin. Feel free to re-open with additional information if you think the issue is not resolved. |
Date Modified | Username | Field | Change |
---|---|---|---|
2020-12-30 09:07 | slavikator | New Issue | |
2021-01-05 16:24 | paul | Note Added: 0025378 | |
2021-01-06 08:32 | slavikator | Note Added: 0025383 | |
2021-01-18 09:34 | slavikator | Note Added: 0025432 | |
2022-04-16 02:43 | paul | Assigned To | => paul |
2022-04-16 02:43 | paul | Status | new => resolved |
2022-04-16 02:43 | paul | Resolution | open => no change required |
2022-04-16 02:43 | anonymous | Note Added: 0026400 | |
2022-04-16 02:43 | anonymous | Status | resolved => closed |