keybow2040/examples
Phil Howard c53ac76c35 OBS studio Toggle and Mutex example
This example gives you eight toggle and eight "mutex" key bindings.

Mutex:
Use the top eight buttons (nearest the USB connector) to bind your scenes.
The light on these is mutually exclusive- the one you last pressed should light up.
This is the scene you should be broadcasting.

Toggle:
The bottom eight buttons will toggle on/off, emitting a slightly different keycode
for each state. This means they will always indicate the toggle state.
Bind these to Mute/Unmute audio by pressing the key once in Mute and once again in Unmute.

Keep OBS focussed when using these... to avoid weirdness!
2021-05-18 17:28:41 +01:00
..
colour-picker.py MOAR README 2021-03-12 00:00:27 +00:00
decorator-key-test.py Decorator key test example 2021-05-18 15:16:15 +01:00
decorators.py MOAR README 2021-03-12 00:00:27 +00:00
hid-keys-advanced.py Tweaking debounce values a bit in advanced HID example. 2021-03-12 22:35:32 +00:00
hid-keys-simple.py Adding advanced HID keyboard example with multiple layers. 2021-03-12 16:56:59 +00:00
midi-arp.py Updating MIDI sequencer with note and velocity control. 2021-03-16 20:59:10 +00:00
midi-keys.py Adding advanced HID keyboard example with multiple layers. 2021-03-12 16:56:59 +00:00
midi-sequencer.py Major update to sequencer again. Added track toggle and track clear. 2021-03-19 09:07:49 +00:00
obs-studio-toggle-and-mutex.py OBS studio Toggle and Mutex example 2021-05-18 17:28:41 +01:00
rainbow.py MOAR README 2021-03-12 00:00:27 +00:00
reactive-press.py Improving MIDI arpeggiator. LEDs show current note now. Documentation. 2021-03-11 20:43:13 +00:00