Skip to content

Commit 40b125e

Browse files
authored
Update README.md
1 parent bc3c3a7 commit 40b125e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ As you read this, you may start thinking, "Why don't you just use presets?" Well
77
## Okay, let's make a plugin!
88
I needed a basic pluggin to make it a little easier to reconfigure a large number of VSTs running in my VST host when playing live. Sure, it's easy to configure multiple effects to turn on or off with only one press of a stomp switch on my MIDI Foot Controller. But what happens if I want to also set some "knob" type parameters to different values that aren't on/off? I needed to write a SEQUENCE of MIDI CC messages that get TRIGGERED by a single incoming MIDI CC event.
99

10-
![Default screen](https://github.com/blackaddr/MidiScripterVST/blob/master/MidiScripter.png)
10+
![Default screen](https://github.com/blackaddr/MidiScripterVST/blob/master/MidiScripter.png#1)
1111

1212
The plugin works by letting define up to 10 unique SEQUENCES, each with up to 10 output MIDI events per sequence. Here's an example sequence to illustrate:
1313

0 commit comments

Comments
 (0)