Lenny Maiorani
160bda7228
Applications: Use default constructors/destructors
...
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#cother-other-default-operation-rules
"The compiler is more likely to get the default semantics right and
you cannot implement these functions better than the compiler."
2022-02-14 22:06:55 +00:00
Junior Rantila
105f741131
Piano: Make Key_Space
shortcut to toggle playback
2021-12-20 10:39:37 -08:00
Jose Flores
65df30d00c
Piano: Add track controls to the player widget
...
Adds the ability to add a track and cycle through the
tracks from player widget. Also displays the current track
being played or edited in a dropdown that allows
for quick track selection.
2021-12-11 23:07:21 +01:00
JJ Roberts-White
74f1f2b5e2
Piano: Add Play/Pause, Forward and Back buttons
...
Piano now has a toolbar allowing the playback to be paused,
or to be stepped forward or back a note.
2021-07-14 12:07:43 +04:30