aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix potential recursive loop on interruptBad Diode2023-04-241-2/+6
* Finish clipboard for global channel paramsBad Diode2023-04-241-1/+2
* Add initial copy-paste of trig to chBad Diode2023-04-241-2/+6
* Add transposition of channel notes with SEL + L/RBad Diode2023-04-241-1/+2
* Fix copy-paste behaviour when copying channelsBad Diode2023-04-241-0/+2
* Add quick BPM adjustment with SEL+L/RBad Diode2023-04-241-1/+25
* Add remaining UI elements for next RCBad Diode2023-04-231-2/+1
* Add back cursor drawingBad Diode2023-04-231-7/+10
* Fix a couple of rendering corner casesBad Diode2023-04-231-6/+12
* Add conditional redrawingBad Diode2023-04-231-19/+45
* Fix small font rendering and sprite drawingBad Diode2023-04-231-2/+1
* Start decoupling of rendering from update passesBad Diode2023-04-231-0/+8
* Add new renderer and prepare for render overhaulBad Diode2023-04-221-8/+26
* Prepare profiling macrosBad Diode2023-04-221-37/+7
* Add old sequencer logic and input controlBad Diode2021-06-081-60/+5
* Add drawing of triggers and channel buttonsBad Diode2021-06-081-12/+59
* Add draw_filled_rect functionBad Diode2021-06-061-6/+9
* Add diagonal line implementationBad Diode2021-06-061-5/+7
* Add line drawing func for horz/vert linesBad Diode2021-06-041-0/+1
* Add initial performance optimization for rect drawBad Diode2021-06-041-4/+10
* Add slow rect drawing primitive to rendererBad Diode2021-06-041-1/+3
* Add text drawing support for framebufferBad Diode2021-06-041-7/+3
* Add tile drawing function for the framebufferBad Diode2021-06-031-11/+5
* Add initial text background drawing functionsBad Diode2021-06-031-7/+11
* Update the renderer to support a text layerBad Diode2021-06-021-3/+6