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
{{ message }}
This repository was archived by the owner on Apr 5, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,9 @@ Some limitations might apply to the range you can use (see the comments above in
160
160
161
161
THIS IS ONLY FOR ADVANCED USERS THAT ARE COMFORTABLE EDITING CONFIG FILES
162
162
163
-
If you enable the "bidirectional" mode while setting up SetCurrentScene or SetPreviewScene the script will try to open the input device as an output device and listen for Preview or Program scene change events. It will then send out a note_on or control_change event on midi channel 0 to the same note or control channel that is setup for the specific scene.
163
+
If you enable the "bidirectional" mode while setting up SetCurrentScene or SetPreviewScene the script will try to open the input device as an output device and listen for Preview or Program scene change events. It will then send out a note_on or control_change event on midi channel 0 to the same note or control channel that is setup for the specific scene.
164
+
165
+
The bidirectional mode for the ToggleMute function sends out a note_on with velocity 0 or 2 depending on the mute state and might only work on the AKAI APC mini.
164
166
165
167
This default approach might not work for some devices like the X-Touch Mini that have different notes/cc values for the same button depending if the data is coming in or going out. In this case you have to add a value named "out_msgNoC" to the config.json file for the button you want to light up with the right note/cc number.
166
168
To change the default channel you need to add a value named "out_channel" to config.json file.
@@ -232,6 +234,7 @@ Special thanks to:
232
234
-[cpyarger](https://github.com/cpyarger) (midi feedback for faders)
-[jberentsson](https://github.com/jberentsson) (command line options)
237
+
-[Sprinterfreak](https://github.com/Sprinterfreak) (bidi mode for ToggleMute)
235
238
236
239
### Tested on/with:
237
240
@@ -250,6 +253,7 @@ Special thanks to:
250
253
- Native Instruments Maschine Mk3 (tested by [moops44](https://github.com/moops44)). See [Issue #18](https://github.com/lebaston100/MIDItoOBS/issues/18) for notes!
251
254
- Novation LaunchControl XL (tested by [lannonbr](https://github.com/lannonbr))
0 commit comments