ladybird/Userland/Applications/Piano
William McPherson c7777ff289 Piano: Reset position in piano roll when exporting
When you reset() a Track, you need to set the piano roll iterators back
to the first notes.

Fixes #2578. The bug was due to pressing export between 2 notes - the
tracks were never told to go back to the first note.
2021-03-02 14:44:42 +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 Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +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