aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2023-05-31 18:21:30 +0200
committerBad Diode <bd@badd10de.dev>2023-05-31 18:21:30 +0200
commit300ca4c16a45ef129a65a5520eab068f1f74c29b (patch)
tree18a935c27789079a7fa096afbef1c80d7e122daa /src/main.c
parentf0ebc747d1b0d8753a1bc0f74b34a3012dd16753 (diff)
downloadstepper-300ca4c16a45ef129a65a5520eab068f1f74c29b.tar.gz
stepper-300ca4c16a45ef129a65a5520eab068f1f74c29b.zip
Add link cable sync in
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 3 insertions, 1 deletions
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.
32// - Select + up/down to queue the next pattern as we move to it? 32// - Select + up/down to queue the next pattern as we move to it?
33// 33//
34// Advanced 34// Advanced
35// + Sync via CV by using the link cable. 35// + Sync (OUT) via CV by using the link cable.
36// + Audio sync by panning left the sound and using right as a click (or 36// + Audio sync by panning left the sound and using right as a click (or
37// viceversa, needs to check the standard.) 37// viceversa, needs to check the standard.)
38// + Sync (IN) via CV by using the link cable.
39// - Add tap tempo for BPM.
38// - Allow "marking" several trigs to be able to copy/paste them and/or adjust 40// - Allow "marking" several trigs to be able to copy/paste them and/or adjust
39// their parameters. 41// their parameters.
40// - Per trig note probability. 42// - Per trig note probability.