Skip to content

Commit

Permalink
Document "MIDI channel through" requirement for channels.midiNoteOn
Browse files Browse the repository at this point in the history
  • Loading branch information
MaddyGuthridge committed Aug 7, 2024
1 parent f5df656 commit 5c0d282
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/midi_controller_scripting/channels/__notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ def midiNoteOn(
* `velocity` (`int`): note velocity (1-127, 0 is note off).
* `channel` (`int`, optional): MIDI channel to use. Defaults to -1.
* `channel` (`int`, optional): MIDI channel to use. Defaults to `-1`, for
the user's selected channel. Note that this option only takes effect if
the target channel has its
{{fl_manual_page("/channelrack.htm#channelrack_midi_channel_through", "MIDI channel through")}}
option enabled.
## Examples
Expand Down

0 comments on commit 5c0d282

Please sign in to comment.