aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
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.