diff --git a/examples/midi/README.md b/examples/midi/README.md index ac702bf..026140b 100644 --- a/examples/midi/README.md +++ b/examples/midi/README.md @@ -1,12 +1,10 @@ ## About/Requirements -A simple demonstration showing how to use a midi controller with this API. Specifically, this script binds the sliders of a Korg NanoKontrol2 to the 8 input strips of gainlayer 0. +A simple demonstration showing how to use a midi controller with this API. Specifically, this script binds the sliders of a Korg NanoKontrol2 to the 8 input strips of gainlayer 0. In order to run this example script you will need to have setup Voicemeeter with a midi device in Menu->Midi Mapping. -This script was written for and tested with a Korg NanoKontrol2 configured in CC mode. The slider CC numbers were increased by 1, as shown: - -![Image of Korg NanoKontrol2 Software](./img/nanokontrolsoftware.png) +This script was written for and tested with a Korg NanoKontrol2 configured in CC mode. ## Use @@ -18,5 +16,5 @@ Move the NanoKontrol2 sliders and watch the strip sliders move. If you want to know how to setup the NanoKontrol2 for CC mode check the following resources. -- [Korg NanoKontrol2 Manual](https://www.korg.com/us/support/download/manual/0/159/1912/) -- [CC Mode Info](https://i.korg.com/uploads/Support/nanoKONTROL2_PG_E1_634479709631760000.pdf) +- [Korg NanoKontrol2 Manual](https://www.korg.com/us/support/download/manual/0/159/1912/) +- [CC Mode Info](https://i.korg.com/uploads/Support/nanoKONTROL2_PG_E1_634479709631760000.pdf) diff --git a/examples/midi/img/nanokontrolsoftware.png b/examples/midi/img/nanokontrolsoftware.png deleted file mode 100644 index 7325ce0..0000000 Binary files a/examples/midi/img/nanokontrolsoftware.png and /dev/null differ