[Résolu] MIDI binding maps
Bonjour,
J'essaie d'écrire un fichier "MIDI binding maps", pour contrôler ardour depuis mon clavier MIDI (Akai mpk mini).
J'ai voulu commencer simple : un potard qui gère le volume du Bus Master. Mais voila ça ne marche pas. Si quelqu'un sait pourquoi, je suis intéressé.
Le fichier
Ce que je vois dans ardour quand je tourne le potard :
Merci d'avance
Edit : la solution
J'essaie d'écrire un fichier "MIDI binding maps", pour contrôler ardour depuis mon clavier MIDI (Akai mpk mini).
J'ai voulu commencer simple : un potard qui gère le volume du Bus Master. Mais voila ça ne marche pas. Si quelqu'un sait pourquoi, je suis intéressé.
Le fichier
<?xml version="1.0" encoding="UTF-8"?> <ArdourMIDIBindings version="1.0.0" name="akai mpk mini perso"> <Binding channel="1" ctl="4d" uri="/route/gain Bus Master"/> </ArdourMIDIBindings>
Ce que je vois dans ardour quand je tourne le potard :
Merci d'avance
Edit : la solution
<?xml version="1.0" encoding="UTF-8"?> <ArdourMIDIBindings version="1.0.0" name="akai mpk mini perso"> <Binding channel="1" ctl="70" uri="/bus/gain master"/><!--Pour le bus master--> <Binding channel="1" ctl="71" uri="/route/gain 1"/><!--Pour les pistes le--> <Binding channel="1" ctl="72" uri="/route/gain 2"/><!--numéro correspond--> <Binding channel="1" ctl="73" uri="/route/gain 3"/><!--à l'ordre --> <Binding channel="1" ctl="75" uri="/route/gain 4"/><!--d'apparition --> <Binding channel="1" ctl="76" uri="/route/gain 5"/><!--dans ardour --> <Binding channel="1" ctl="77" uri="/route/gain 6"/><!--Et ctl en décimal et non hex --> </ArdourMIDIBindings>