ladybird/Userland/Applications/Piano
Oleg Sikorskiy 9ea15a84ac Piano: Avoid selecting out of range notes.
Fixes #5736. The selected note value could also underflow if
you drag to the left, but the assert got triggered only in
case you're dragging past the end of the note roll.
2021-03-17 21:58:26 +01:00
..
CMakeLists.txt Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
KeysWidget.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
KeysWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
KnobsWidget.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
KnobsWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
main.cpp Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
MainWidget.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
MainWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
Music.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
RollWidget.cpp Piano: Avoid selecting out of range notes. 2021-03-17 21:58:26 +01:00
RollWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
SamplerWidget.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
SamplerWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
Track.cpp Piano: Reset position in piano roll when exporting 2021-03-02 14:44:42 +01:00
Track.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
TrackManager.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
TrackManager.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
WaveWidget.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
WaveWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00