aboutsummaryrefslogtreecommitdiffstats
path: root/src/sequencer.c
Commit message (Expand)AuthorAgeFilesLines
* Bugfixes and draw bank selection uiBad Diode2023-04-041-15/+49
* Add bpm and play/pause buttons controlBad Diode2023-04-041-54/+187
* Revert to default pattern locationBad Diode2023-04-031-1/+1
* Add pattern selection controlBad Diode2023-04-031-67/+154
* Adjust UI to be more centeredBad Diode2023-04-031-6/+6
* Add noise parameter struct and more ui elementsBad Diode2023-04-031-122/+196
* Add noise channel with note supportBad Diode2023-04-031-13/+382
* Enable sq2 controlBad Diode2021-06-201-83/+92
* Ensure sweep is not showing for sq2Bad Diode2021-06-201-4/+6
* Add labels to sq1 paramsBad Diode2021-06-201-19/+24
* Add param cursor for sq1; fix bug in line drawingBad Diode2021-06-201-81/+140
* Add sq shape and env drawingBad Diode2021-06-201-147/+226
* Add initial parameter display for square channelsBad Diode2021-06-201-14/+260
* Move UI downBad Diode2021-06-201-11/+11
* Load all assets on VRAM at initBad Diode2021-06-111-14/+18
* Adjust text on CH3 modeBad Diode2021-06-111-3/+3
* Add parametric colorsBad Diode2021-06-111-27/+35
* Limit wave_mode to A, B or A+BBad Diode2021-06-111-12/+1
* Add volume selection to ch3Bad Diode2021-06-111-14/+61
* Add wave mode control on ch3Bad Diode2021-06-111-42/+54
* Fix wave_b parameter adjustmentBad Diode2021-06-111-1/+1
* Add back wave adjustment on ch3Bad Diode2021-06-111-17/+18
* Add memcpy32 inline functionBad Diode2021-06-111-43/+57
* Add parameter cursor drawing for ch3Bad Diode2021-06-111-123/+188
* Add mode drawing for parameters of ch3Bad Diode2021-06-111-2/+43
* Add prototype for CH3 parameter drawingBad Diode2021-06-111-19/+119
* Fix compiler warningsBad Diode2021-06-101-6/+6
* Add color to current trig noteBad Diode2021-06-101-19/+64
* Add initial piano roll prototypeBad Diode2021-06-101-5/+123
* Add stub input handlers for parametersBad Diode2021-06-091-72/+173
* Split triggers in separate channelsBad Diode2021-06-091-101/+220
* Add channel mutingBad Diode2021-06-081-21/+44
* Change draw_tile to allow coloring of flat tilesBad Diode2021-06-081-106/+108
* Start FSM based input handlingBad Diode2021-06-081-305/+473
* Add old sequencer logic and input controlBad Diode2021-06-081-0/+566