Skip to main content
The Note Blocker script allows you to statically disable (block) ranges of incoming MIDI Note On messages on a channel strip. The Note Blocker script can also be used in Logic Pro. If you need to enable and disable a blocked range dynamically, consider using the Triggered Note Blocker script instead.

Parameters

As provided, the Note Blocker script can disable up to four ranges of notes. Each range has the following parameters: Block Range # When checked, this range of notes is blocked. Range # Start, Range # End The range of notes to block, including the specified starting and ending notes. Magic Fox Note Blocker Pn

Add more ranges

If you need to block additional ranges of notes, you can easily adjust the script to add more. There is technically no limit to the number of ranges you can have.
1

Open the script editor

Click the Open Script in Editor button on the main Scripter window to open the Script Editor.
2

Adjust the range count

Find const RangeCount = 4; in the “Variables” section of code and change 4 to the number of ranges you want to use.Magic Fox Note Blocker Add Ranges PnWhen you are finished, click the Run Script button and close the Script Editor.