Skip to content
This repository was archived by the owner on Apr 5, 2023. It is now read-only.

Commit 17a6e02

Browse files
committed
Update readme
Signed-off-by: lebaston100 <26111114+lebaston100@users.noreply.github.com>
1 parent 56dbfca commit 17a6e02

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,9 @@ Some limitations might apply to the range you can use (see the comments above in
160160

161161
THIS IS ONLY FOR ADVANCED USERS THAT ARE COMFORTABLE EDITING CONFIG FILES
162162

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.
164166

165167
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.
166168
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:
232234
- [cpyarger](https://github.com/cpyarger) (midi feedback for faders)
233235
- [juandelacruz-calvo](https://github.com/juandelacruz-calvo) (Audio Monitoring command)
234236
- [jberentsson](https://github.com/jberentsson) (command line options)
237+
- [Sprinterfreak](https://github.com/Sprinterfreak) (bidi mode for ToggleMute)
235238

236239
### Tested on/with:
237240

@@ -250,6 +253,7 @@ Special thanks to:
250253
- Native Instruments Maschine Mk3 (tested by [moops44](https://github.com/moops44)). See [Issue #18](https://github.com/lebaston100/MIDItoOBS/issues/18) for notes!
251254
- Novation LaunchControl XL (tested by [lannonbr](https://github.com/lannonbr))
252255
- Allen & Heath Xone K2
256+
- AKAI APC mini
253257
- loopMIDI
254258

255259
Let me know if you had success with your device.

0 commit comments

Comments
 (0)