From 300ca4c16a45ef129a65a5520eab068f1f74c29b Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Wed, 31 May 2023 18:21:30 +0200 Subject: Add link cable sync in --- src/main.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 0d4056a..ab5bccf 100644 --- a/src/main.c +++ b/src/main.c @@ -32,9 +32,11 @@ WITH REGARD TO THIS SOFTWARE. // - Select + up/down to queue the next pattern as we move to it? // // Advanced -// + Sync via CV by using the link cable. +// + Sync (OUT) via CV by using the link cable. // + Audio sync by panning left the sound and using right as a click (or // viceversa, needs to check the standard.) +// + Sync (IN) via CV by using the link cable. +// - Add tap tempo for BPM. // - Allow "marking" several trigs to be able to copy/paste them and/or adjust // their parameters. // - Per trig note probability. -- cgit v1.2.1