serenity/Userland/Applications/Piano
kleines Filmröllchen cb0e95c928 LibAudio+Everywhere: Rename Audio::Buffer -> Audio::LegacyBuffer
With the following change in how we send audio, the old Buffer type is
not really needed anymore. However, moving WavLoader to the new system
is a bit more involved and out of the scope of this PR. Therefore, we
need to keep Buffer around, but to make it clear that it's the old
buffer type which will be removed soon, we rename it to LegacyBuffer.
Most of the users will be gone after the next commit anyways.
2022-04-21 13:55:00 +02:00
..
ProcessorParameterWidget Piano: Respect logarithmic parameters in sliders 2022-02-28 13:59:31 +01:00
AudioPlayerLoop.cpp LibAudio+Everywhere: Rename Audio::Buffer -> Audio::LegacyBuffer 2022-04-21 13:55:00 +02:00
AudioPlayerLoop.h Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
CMakeLists.txt Piano: Port to LibMain 2021-11-22 23:56:22 +01:00
KeysWidget.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
KeysWidget.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
KnobsWidget.cpp Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
KnobsWidget.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
main.cpp Userland: Always construct Application with try_create() 2022-04-18 12:57:34 +02:00
MainWidget.cpp Base+Piano: Insert missing icons into menubar 2022-02-15 12:10:14 +01:00
MainWidget.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
Music.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
PlayerWidget.cpp Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
PlayerWidget.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
RollWidget.cpp LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02:00
RollWidget.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
SamplerWidget.cpp Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
SamplerWidget.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
Track.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Track.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
TrackManager.cpp Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
TrackManager.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
WaveWidget.cpp Piano: Decrease sample headroom 2022-03-14 22:46:46 +01:00
WaveWidget.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00