aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for v1.4 releasev1.4Bad Diode2023-06-022-16/+3
|
* Add link cable sync inBad Diode2023-05-315-14/+60
|
* Properly handle audio/link sync settingsBad Diode2023-05-304-7/+60
|
* Add initial audio syncBad Diode2023-05-303-34/+38
|
* Nudge the bpm box sligthlyBad Diode2023-05-301-6/+6
|
* Fix parameter alignmentsBad Diode2023-05-302-23/+23
|
* Restore stop button behaviour, use settings insteadBad Diode2023-05-301-1/+2
|
* Add settings button and navigationBad Diode2023-05-303-22/+38
|
* Fix navigation on right columnBad Diode2023-05-302-22/+37
|
* Add new start/stop buttonsBad Diode2023-05-302-30/+33
|
* Add cursor selection (thick line)Bad Diode2023-05-301-27/+81
|
* Add Merveilles themeBad Diode2023-05-303-1/+28
|
* Added Amber theme by OleksiyBad Diode2023-05-292-0/+10
|
* Add initial theming supportBad Diode2023-05-297-79/+133
|
* Make sure link cable sync respects user settingsBad Diode2023-05-285-21/+37
|
* Refactor settings into own filesBad Diode2023-05-287-123/+152
|
* Add initial settings pageBad Diode2023-05-281-8/+166
|
* Add initial link cable clock syncBad Diode2023-05-283-0/+52
|
* Fix save data corruption if no save existedBad Diode2023-05-285-449/+10
|
* Supress some warnings for nowBad Diode2023-05-282-32/+4
|
* Fix bug for pattern chainingBad Diode2023-05-283-9/+7
|
* Add more TODO with future improvementsBad Diode2023-05-061-15/+13
|
* Add a READMEv1.3Bad Diode2023-04-303-7/+125
|
* Add START+SELECT for quick-savingBad Diode2023-04-272-0/+5
|
* Add wraparound cursor on left/right columnsBad Diode2023-04-242-83/+53
|
* Add contextual drawing of piano notesBad Diode2023-04-243-26/+66
|
* Add grey foreground for global parameter selectBad Diode2023-04-242-190/+209
| | | | | This only happens if we are not changing parameters, makes for a better separation of the trigs and global params, since those are destructive.
* Fix SRAM bug due to exceeding 32KB capacityBad Diode2023-04-244-43/+53
| | | | | | | | 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.
* Fix visual glitch when switching to pattern selectionBad Diode2023-04-241-0/+2
|
* Fix potential recursive loop on interruptBad Diode2023-04-242-38/+19
|
* Fix missing cursor on per-channel parameter adjustBad Diode2023-04-241-0/+6
|
* Finish clipboard for global channel paramsBad Diode2023-04-242-23/+48
|
* Add initial copy-paste of trig to chBad Diode2023-04-243-3/+43
|
* Add per-channel parameter adjustment controlBad Diode2023-04-241-12/+52
|
* Prepare for per-channel param adjustmentBad Diode2023-04-245-359/+215
|
* Add transposition of channel notes with SEL + L/RBad Diode2023-04-242-18/+41
|
* Add octave switching with SEL+L/R on trig selectBad Diode2023-04-241-2/+10
|
* Fix copy-paste behaviour when copying channelsBad Diode2023-04-243-45/+83
|
* Add quick BPM adjustment with SEL+L/RBad Diode2023-04-242-19/+68
|
* Fix a couple of final bugs before releasev1.2Bad Diode2023-04-233-2/+9
|
* Add remaining UI elements for next RCBad Diode2023-04-233-5/+10
|
* Add back cursor drawingBad Diode2023-04-237-134/+100
|
* Fix a couple of rendering corner casesBad Diode2023-04-233-20/+34
|
* Add conditional redrawingBad Diode2023-04-233-44/+63
| | | | | | This covers most of the previous functionality, but separating the input handling and rendering functions. Only cursor drawing and a few corner cases missing.
* Remove drawing functions from input handlersBad Diode2023-04-231-108/+47
|
* Fix small font rendering and sprite drawingBad Diode2023-04-235-208/+153
|
* Start decoupling of rendering from update passesBad Diode2023-04-2310-2096/+2170
|
* Add new renderer and prepare for render overhaulBad Diode2023-04-227-214/+1122
|
* Prepare profiling macrosBad Diode2023-04-224-49/+229
|
* Increase base volume to 100% instead of 25%Bad Diode2023-04-211-1/+1
| | | | | It was set up lower for development purposes but now it should output at full volume.