-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MIDI MSC #59
Comments
Yeah, no harm in adding it to the TODO, it seems quite useful and widely adopted. Maybe a specific cue for them? The input can be added to the This make me think, can be useful a plugin that allow to create some kind of template (to match messages) to globally control the cues, easily, without the need to setup every cue? Eventually supporting both receiving and sending messages with various protocols (MIDI/MSC/OSC/...). |
Hi, For Outgoing MSC a own cue type make sense, as the argument size is variable in difference to the standard MIDI messages. As the possibities of MSC and the range of the commands is by around a number of over 50 it makes also sense to put that in an own cuetype. Asuming global controls means things like controls which are not configured inside a Cue, e.g. Go/Stop/Play in the cuelist. For OSC these global (/lisp/go ...) incoming messages are handled by native OSC callbacks, the rest is forwared to the controls via the fallback callback. A unified interface for that would be useful: so that the user could setup: GO is triggered by Osc message XY and Midi message XZ as it could be done now for the GO keysequence. |
Exactly, the idea is to provide it as part of the |
hi @offtools, hi @FrancescoCeruti , do you have any news about MSC and OSC implantation ? is there any code that we can already use ? |
Hi, an OSC plugin has already been merged into the dev branch, but right now the branch might be unusable, there is an MSC pull-request (#68) with an implementation, but I don't remember if it's complete. |
Hi,
there was a discussion about MSC in an earlier issue. I want to restart the discussion.
MSC sounds interesting and it is somehow a must for this kind of software ;)
The question is, what commands should be supported on the output side. Which manufacturers should be taken in account, MA, ETC, ...
Should the MSC GO for instance bound to the GO button or extend MIDI Cues to do that.
MSC input could be also very handy.
In short I would like to set MSC onto the TODO list.
offtools
The text was updated successfully, but these errors were encountered: