You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<mutableStringkey="title">MIDI OSCQuery Helper ("MOQH" from now on) adds OSC and OSCQuery capabilities to other applications that only support MIDI.
867
+
<stringkey="title">MIDI OSCQuery Helper ("MOQH" from now on) adds OSC and OSCQuery capabilities to other applications that only support MIDI.
862
868
863
869
- This app uses JSON files loaded into it to create an OSC address space.
864
870
- This app runs an OSC query server- this query server publishes the details of the address space.
@@ -876,7 +882,7 @@ FILE TYPE:
876
882
- JSON files can be imported- a sample file demonstrating the various basic MIDI data types is already installed on your machine in "~/Documents/MIDI OSCQuery Helper/SampleDocument.json". The JSON files that you import should have a structure similar to the desired output of the OSC query server- for more information, consult the OSC query protocol, defined here (https://github.com/mrRay/OSCQueryProposal). There are, however, several additional keys/values which must be used to indicate what sort of MIDI value should be sent- the query server will not publish any OSC nodes that are missing the following keys:
877
883
- "MIDI_TYPE": The value stored at the key "MIDI_TYPE" must be one of the following strings: "NOTE", "AFTERTOUCH", "CC", "PGM", or "PITCH". This value indicates what kind of MIDI message should be sent when an OSC message is received by this node.
878
884
- "MIDI_CHANNEL": The value stored at the key "MIDI_CHANNEL" must be an integer. This value describes the channel on which the MIDI message will be sent.
879
-
- "MIDI_VOICE": The value stored at the key "MIDI_VOICE" must be an integer. This value describes which controller or note will be used to send the value from the OSC message.</mutableString>
885
+
- "MIDI_VOICE": The value stored at the key "MIDI_VOICE" must be an integer. This value describes which controller or note will be used to send the value from the OSC message.</string>
0 commit comments