Surely a set of keyboard shortcuts that actually set the levels you want on selected cues is far more useful ,as you only have to change the level once and are constantly refining levels as you go. You can make your own with some cues with hotkey triggers.
Either an OSC cue
/cue/selected/level/0/0/- 3
Just change the last bit of the message to whatever you want the level for that hotkey to be. I use Keys 1 to 5 and Shift 1 to 5 for + and - 1 to 5 dB
or Rich Walsh's script version:
set userBump to 2.5
repeat with eachCue in (selected of front workspace as list)
try
set currentLevel to eachCue getLevel row 0 column 0
eachCue setLevel row 0 column 0 db (currentLevel + userBump)
end try
end repeat
If you really want a knob then this may help:
In rehearsal it is often useful to be able to play cues at a different level. For instance if you have a complicated battle sequence with lots of 115dB explosions, it is really antisocial and probably injurious to play them at that level for an entire 4 hour rehearsal. There are many ways of spending loads of money on plugins that can be OSC controlled, custom MIDI faders etc, but generally a cheap mixer (there are tons on amazon for less than $50) is the simplest and effective means of achieving this.
Mic