From 9fa37fe691e33740180ea1540f79ea72b2d395d3 Mon Sep 17 00:00:00 2001 From: vrudas Date: Sun, 8 Nov 2020 00:49:00 +0200 Subject: [PATCH] #12 Updated examples code in README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 73b6ab6..9b1682a 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,10 @@ For example, the following Listener sends commands back to the Launchpad to put Please also note the use of a CountDownLatch to wait for the user to press the "STOP" button before exiting the application. ```kotlin -import io.lp4k.api.* +import io.lp4k.launchpad.api.* +import io.lp4k.launchpad.midi.MidiDeviceConfiguration +import io.lp4k.launchpad.s.api.ButtonLaunchS +import io.lp4k.launchpad.s.api.ColorLaunchS import java.util.concurrent.CountDownLatch