jean-emmanuel
jean-emmanuel
It's unlikely to happen as well for the same reason as mentioned in the other issue. I made this software with osc controls only in mind, the transport part is...
It's very unlikely to happen, I'm trying to restrict the MIDI part to the very strict necessary (what needs to be looped).
- est-ce que ça fonctionne via le Menu > List MIDI Devices ? - est-ce que le fichier osc-midi-osx est bien présent dans le dossier `open-stage-control/resources/app/server/` ?
Ok, l'executable `osc-midi-osx` n'est pas compatible avec cette version d'OSX (car compilé sur une machine plus récente à priori), j'essaierai de régler le problème mais je ne vais pas avoir...
Hi ! I have no plans regarding OSC on Docker as I don't use it. I'm of course open to adapt the repo's structure if someone wants to do it...
It seems the root cause is `toKeyEvent('w')` returning `{ key: 'w', code: 'KeyW' }` regardless of the keyboard layout.
A minimal test case would be: ```python import rtmidi m = rtmidi.MidiMessage.controllerEvent(1,1,127) print("MIDI Message: %s" % m) ```
This works for me: `ignore: [/^(?!.*\/node_modules\/app\/)/]`
Je ne pense pas que j'aurais les moyens de regler le problème, j'ai trop peu de temps à passer sur la partie midi d'open stage control pour me plonger dans...