aboutsummaryrefslogtreecommitdiffstats
path: root/src/clipboard.c
Commit message (Collapse)AuthorAgeFilesLines
* 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