aboutsummaryrefslogtreecommitdiffstats
path: root/src/patterns.c
Commit message (Collapse)AuthorAgeFilesLines
* [WIP] Add decay control and attack/decay params on ch3Bad Diode2024-01-151-44/+61
|
* Add pattern clearing with SEL+L+R on pattern viewBad Diode2023-08-221-8/+9
|
* Change prob/condition sorting to be more logicalBad Diode2023-08-021-68/+68
|
* Add parameter notifications when editingBad Diode2023-07-221-2/+2
|
* Fix default parameters for channel paramsBad Diode2023-07-221-37/+40
|
* Change ch3 wave behaviour to be fixedBad Diode2023-07-221-18/+23
|
* Fix SRAM bug due to exceeding 32KB capacityBad Diode2023-04-241-3/+8
| | | | | | | | 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.
* Prepare for per-channel param adjustmentBad Diode2023-04-241-3/+3
|
* Start decoupling of rendering from update passesBad Diode2023-04-231-0/+236