aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Add wraparound for patterns and more help stringsBad Diode2023-09-081-6/+6
|
* Fix a few bugs and randomize patterns properlyBad Diode2023-09-081-0/+15
|
* Add pattern chain buttons behaviour (toggle/clear/random)Bad Diode2023-08-251-9/+11
|
* Add global BPM behaviourBad Diode2023-08-251-5/+9
|
* Update UI for settings pageBad Diode2023-08-251-8/+43
|
* Add visual feedback and control for scale rootsBad Diode2023-08-241-12/+8
|
* Add bank queuing like patternsBad Diode2023-08-241-12/+5
|
* Fix a couple of UI bugsBad Diode2023-08-241-0/+8
|
* Added initial implementation of scale modeBad Diode2023-08-221-3/+5
|
* Add control for scale selection and rcol notifsBad Diode2023-08-221-24/+4
|
* Ensure ALL is shown when appropriate and drawing bugfixesBad Diode2023-08-221-3/+5
|
* Add pattern clearing with SEL+L+R on pattern viewBad Diode2023-08-221-5/+5
|
* Update right column UI and cursor managementBad Diode2023-08-221-6/+35
|
* Add two more banks and channel iconsBad Diode2023-08-101-1/+1
|
* Update main UI with new 1.7 designBad Diode2023-08-081-16/+22
|
* Add missing .c files and wishlist TODOsBad Diode2023-08-061-0/+9
|
* Prepare for releasev1.6Bad Diode2023-08-041-23/+5
|
* Minor UI changes and bank chaining supportBad Diode2023-08-021-0/+11
|
* Add more waves to ch3 and make them flow betterBad Diode2023-07-311-4/+8
|
* Add minor bugfixesBad Diode2023-07-311-0/+1
|
* Add per-trig panning supportBad Diode2023-07-291-1/+3
|
* Change pattern chains to be saved per bankBad Diode2023-07-281-0/+2
|
* Add parameter notifications when editingBad Diode2023-07-221-1/+1
|
* Add trig probabilityBad Diode2023-07-221-2/+2
|
* Fix default parameters for channel paramsBad Diode2023-07-221-7/+7
|
* Change ch3 wave behaviour to be fixedBad Diode2023-07-221-0/+1
|
* Fix param cursor behaviour for square and noise channelsBad Diode2023-07-211-1/+2
|
* Add new UI for wave channel parametersBad Diode2023-07-211-8/+4
|
* Allow removing the last chain when playingBad Diode2023-07-191-1/+1
|
* Add cursors and fully functioning chain workflowBad Diode2023-07-151-2/+2
|
* Add initial pattern chain UIBad Diode2023-07-131-10/+7
|
* Add optional help prompt to the notif barBad Diode2023-07-121-0/+1
|
* Add a notification system and use it for save/copy/paste eventsBad Diode2023-07-121-1/+5
|
* Add notification bar and mockup of pattern chainingBad Diode2023-07-121-0/+14
|
* Prepare for v1.4 releasev1.4Bad Diode2023-06-021-15/+2
|
* Add link cable sync inBad Diode2023-05-311-1/+3
|
* Add initial audio syncBad Diode2023-05-301-12/+15
|
* Add initial theming supportBad Diode2023-05-291-1/+3
|
* Make sure link cable sync respects user settingsBad Diode2023-05-281-0/+8
|
* Refactor settings into own filesBad Diode2023-05-281-110/+4
|
* Add initial settings pageBad Diode2023-05-281-8/+166
|
* Fix save data corruption if no save existedBad Diode2023-05-281-1/+0
|
* Fix bug for pattern chainingBad Diode2023-05-281-5/+2
|
* 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-271-0/+1
|
* Add wraparound cursor on left/right columnsBad Diode2023-04-241-1/+1
|
* Add contextual drawing of piano notesBad Diode2023-04-241-13/+3
|
* Add grey foreground for global parameter selectBad Diode2023-04-241-1/+7
| | | | | 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 potential recursive loop on interruptBad Diode2023-04-241-2/+6
|