summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaveHodder67 <dave.hodder@focusrite.com>2015-08-13 18:05:50 +0100
committerDaveHodder67 <dave.hodder@focusrite.com>2015-08-13 18:05:50 +0100
commitd43a3275cccbdbb578866ab117118712bc612dc6 (patch)
tree36cd0d5822a3b56d89d50879d9356b34770a221e
parent4b985f67fd4fff6211aededd61c28553b066fa01 (diff)
downloadlaunchpad-polymaker-d43a3275cccbdbb578866ab117118712bc612dc6.tar.gz
launchpad-polymaker-d43a3275cccbdbb578866ab117118712bc612dc6.zip
whoops
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f91b06b..322fef1 100644
--- a/README.md
+++ b/README.md
@@ -96,12 +96,12 @@ Instead, you're going to have to do things the old fashioned way - by blinking L
96 96
97If do you want to debug interactively (and of course you do), you can use the interactive desktop simulator on OS X. 97If do you want to debug interactively (and of course you do), you can use the interactive desktop simulator on OS X.
98 98
991. Build the Xcode project located in `/tools/simulator` 991. Build the Xcode project located in `/tools/osx`
1002. Connect your Launchpad Pro 1002. Connect your Launchpad Pro
1013. Install the factory firmware on your Launchpad Pro 1013. Install the factory firmware on your Launchpad Pro
1024. Debug away! 1024. Debug away!
103 103
104Currently it only supports button presses and LED messages - there's no virtual MIDI output or aftertouch yet. It has a really awful busywaiting timer for the 1kHz tick. However, it does allow you to debug your application logic very nicely using Xcode! 104Currently it only supports button presses and LED messages - there's no virtual MIDI IO or aftertouch (yet). It has a really awful busywaiting timer for the 1kHz tick. However, it does allow you to debug your application logic using Xcode!
105 105
106You can also use the simple command-line simulator located in the `/tools` directory. It is compiled and ran as part of the build process, so it serves as a very basic test of your app before it is baked into a sysex dump - more of a test harness. 106You can also use the simple command-line simulator located in the `/tools` directory. It is compiled and ran as part of the build process, so it serves as a very basic test of your app before it is baked into a sysex dump - more of a test harness.
107 107