aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Add new UI for noise channelBad Diode2023-07-212-123/+190
|
* Add new parameter UI for square channelsBad Diode2023-07-211-264/+194
|
* Change behaviour of ch3 on empty trigs: stop soundBad Diode2023-07-212-14/+45
|
* Prepare for parameter UI reworkBad Diode2023-07-212-87/+100
|
* Allow removing the last chain when playingBad Diode2023-07-193-7/+10
|
* Add cursors and fully functioning chain workflowBad Diode2023-07-154-2/+86
|
* Fix non-clearing params from patterns to rcolBad Diode2023-07-132-1/+2
|
* Improve chain notif bar drawingBad Diode2023-07-131-15/+14
|
* Add working pattern chaining prototypeBad Diode2023-07-133-15/+85
|
* Add initial pattern chain UIBad Diode2023-07-135-16/+106
|
* Add optional help prompt to the notif barBad Diode2023-07-125-6/+64
|
* Add a notification system and use it for save/copy/paste eventsBad Diode2023-07-125-2/+127
|
* Add notification bar and mockup of pattern chainingBad Diode2023-07-123-20/+45
|
* Prepare for v1.4 releasev1.4Bad Diode2023-06-021-15/+2
|
* Add link cable sync inBad Diode2023-05-314-13/+59
|
* Properly handle audio/link sync settingsBad Diode2023-05-304-7/+60
|
* Add initial audio syncBad Diode2023-05-303-34/+38
|
* Nudge the bpm box sligthlyBad Diode2023-05-301-6/+6
|
* Fix parameter alignmentsBad Diode2023-05-302-23/+23
|
* Restore stop button behaviour, use settings insteadBad Diode2023-05-301-1/+2
|
* Add settings button and navigationBad Diode2023-05-303-22/+38
|
* Fix navigation on right columnBad Diode2023-05-302-22/+37
|
* Add new start/stop buttonsBad Diode2023-05-302-30/+33
|
* Add cursor selection (thick line)Bad Diode2023-05-301-27/+81
|
* Add Merveilles themeBad Diode2023-05-303-1/+28
|
* Added Amber theme by OleksiyBad Diode2023-05-292-0/+10
|
* Add initial theming supportBad Diode2023-05-297-79/+133
|
* Make sure link cable sync respects user settingsBad Diode2023-05-285-21/+37
|
* Refactor settings into own filesBad Diode2023-05-287-123/+152
|
* Add initial settings pageBad Diode2023-05-281-8/+166
|
* Add initial link cable clock syncBad Diode2023-05-282-0/+47
|
* Fix save data corruption if no save existedBad Diode2023-05-285-449/+10
|
* Supress some warnings for nowBad Diode2023-05-281-30/+0
|
* Fix bug for pattern chainingBad Diode2023-05-282-6/+3
|
* Add more TODO with future improvementsBad Diode2023-05-061-15/+13
|
* Add a READMEv1.3Bad Diode2023-04-301-6/+5
|
* Add START+SELECT for quick-savingBad Diode2023-04-272-0/+5
|
* Add wraparound cursor on left/right columnsBad Diode2023-04-242-83/+53
|
* Add contextual drawing of piano notesBad Diode2023-04-243-26/+66
|
* Add grey foreground for global parameter selectBad Diode2023-04-242-190/+209
| | | | | This only happens if we are not changing parameters, makes for a better separation of the trigs and global params, since those are destructive.
* Fix SRAM bug due to exceeding 32KB capacityBad Diode2023-04-244-43/+53
| | | | | | | | This means that currently the global channel parameters are not saved, but this is kind of unimportant, since they are just used to change all the triggers. In the future we may choose to discard a pattern, a bank or compress the data before storing it on the SRAM, depending on how much more data we need to save.
* Fix visual glitch when switching to pattern selectionBad Diode2023-04-241-0/+2
|
* Fix potential recursive loop on interruptBad Diode2023-04-242-38/+19
|
* Fix missing cursor on per-channel parameter adjustBad Diode2023-04-241-0/+6
|
* Finish clipboard for global channel paramsBad Diode2023-04-242-23/+48
|
* Add initial copy-paste of trig to chBad Diode2023-04-243-3/+43
|
* Add per-channel parameter adjustment controlBad Diode2023-04-241-12/+52
|
* Prepare for per-channel param adjustmentBad Diode2023-04-244-358/+214
|
* Add transposition of channel notes with SEL + L/RBad Diode2023-04-242-18/+41
|
* Add octave switching with SEL+L/R on trig selectBad Diode2023-04-241-2/+10
|