From b439f3c76e073148b864119c82510efc256ffb97 Mon Sep 17 00:00:00 2001 From: David Daily Date: Mon, 11 May 2020 22:58:47 -0500 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f237a3b..769e296 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,6 @@ This is something I threw together from multiple different sources for the VoiceMeeter control with AHK to the MIDI interaction with AHK. -This should be good to go, I also included the "Scene data file" (the config) for the Korg software to configure the channels and CCs for the sliders as I have it set up. I'll make a YouTube video of it sometime soon. +This should be good to go, I also included the "Scene data file" (the config) for the Korg software to configure the channels and CCs for the sliders as I have it set up. [Here is a short YouTube video on it.](https://youtu.be/vUhjOVIFs08) After first startup if you would no longer like the dialog box that shows the MIDI output to show, you can change line 1 of `MidiStart.ahk` to read `ShowGUI := False`. You can edit AHK files in any plaintext editor, including notepad.