aboutsummaryrefslogtreecommitdiffstats
path: root/src/sequencer.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix behaviour of CH3 decay on changeBad Diode2024-02-021-2/+16
|
* Add more notification hintsBad Diode2024-02-021-1/+2
|
* Fix some issues with sync and added more modesBad Diode2024-02-011-13/+21
|
* Adjust sync options to new tick sequencerBad Diode2024-02-011-19/+45
|
* Update profiling macrosBad Diode2024-01-251-12/+0
|
* Update profiling macrosBad Diode2024-01-231-1/+0
|
* Further performance improvementsBad Diode2024-01-161-40/+41
|
* Try to improve performance by using a multiplication tableBad Diode2024-01-161-54/+35
|
* Add Attack/Decay envelope to CH3Bad Diode2024-01-161-1/+13
|
* [WIP] Full implementation of attack/decay for ch3 (bugs?)Bad Diode2024-01-161-22/+62
|
* [WIP] Refactor ch3 envelopeBad Diode2024-01-161-59/+116
|
* [WIP] Add decay control and attack/decay params on ch3Bad Diode2024-01-151-20/+22
|
* [WIP] Initial implementation of CH3 envelopeBad Diode2024-01-151-9/+60
|
* Fix bug when sound would not be stopped in link mode when togglingBad Diode2024-01-151-0/+1
|
* Add input retriggering with configurable rate and offsetBad Diode2024-01-081-40/+40
|
* Add trig nudging with B+D-PADBad Diode2024-01-081-20/+93
|
* Make sure the current scale is saved as metadataBad Diode2024-01-081-7/+43
|
* Fix channel params behaviour to be as expectedBad Diode2024-01-081-4/+99
|
* Add more sync in optionsBad Diode2024-01-061-4/+49
|
* Fix bank switching behaviour bugBad Diode2024-01-061-6/+16
|
* Remove redundant codeBad Diode2024-01-061-18/+3
|
* Rework play/pause functionsBad Diode2024-01-061-69/+19
|
* Add basic MIDI 24bpq sync inBad Diode2024-01-041-14/+16
|
* Add initial Analogue MIDI sync functionality (needs options)Bad Diode2024-01-041-3/+17
|
* Add new 96ppq sequencer tick timerBad Diode2024-01-041-9/+34
|
* Prepare for releaseBad Diode2023-09-151-3/+7
|
* Fix a couple of small bugsBad Diode2023-09-091-5/+6
|
* Fix some minor bugs and try to improve consistency.Bad Diode2023-09-091-2/+2
|
* Add wraparound for patterns and more help stringsBad Diode2023-09-081-6/+10
|
* Fix a few bugs and randomize patterns properlyBad Diode2023-09-081-5/+41
|
* Add pattern chain buttons behaviour (toggle/clear/random)Bad Diode2023-08-251-20/+71
|
* Add global mutes behaviourBad Diode2023-08-251-8/+12
|
* Add global BPM behaviourBad Diode2023-08-251-24/+33
|
* Add visual feedback and control for scale rootsBad Diode2023-08-241-21/+19
|
* Add bank queuing like patternsBad Diode2023-08-241-29/+36
|
* Fix a couple of UI bugsBad Diode2023-08-241-0/+7
|
* Added initial implementation of scale modeBad Diode2023-08-221-4/+4
|
* Add control for scale selection and rcol notifsBad Diode2023-08-221-2/+15
|
* Ensure ALL is shown when appropriate and drawing bugfixesBad Diode2023-08-221-0/+6
|
* Add pattern clearing with SEL+L+R on pattern viewBad Diode2023-08-221-16/+64
|
* Update right column UI and cursor managementBad Diode2023-08-221-36/+64
|
* Add two more banks and channel iconsBad Diode2023-08-101-0/+2
|
* Add bank reset to first pattern for nowBad Diode2023-08-021-0/+2
|
* Minor UI changes and bank chaining supportBad Diode2023-08-021-1/+3
|
* Add minor bugfixesBad Diode2023-07-311-32/+59
|
* Add per-trig panning supportBad Diode2023-07-291-5/+82
|
* Add parameter notifications when editingBad Diode2023-07-221-7/+7
|
* Add trig probabilityBad Diode2023-07-221-0/+25
|
* Add probability handling and drawingBad Diode2023-07-221-8/+13
|
* Change ch3 wave behaviour to be fixedBad Diode2023-07-221-143/+44
|