aboutsummaryrefslogtreecommitdiffstats
path: root/src/clipboard.c
Commit message (Collapse)AuthorAgeFilesLines
* [WIP] Add decay control and attack/decay params on ch3Bad Diode2024-01-151-43/+92
|
* Add initial pattern chain UIBad Diode2023-07-131-2/+2
|
* Add a notification system and use it for save/copy/paste eventsBad Diode2023-07-121-0/+61
|
* Fix SRAM bug due to exceeding 32KB capacityBad Diode2023-04-241-6/+15
| | | | | | | | 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.
* Finish clipboard for global channel paramsBad Diode2023-04-241-22/+46
|
* Add initial copy-paste of trig to chBad Diode2023-04-241-0/+34
|
* Fix copy-paste behaviour when copying channelsBad Diode2023-04-241-0/+9
|
* Start decoupling of rendering from update passesBad Diode2023-04-231-0/+319