ladybird/Userland
Fabian Neundorf 413e212ea8 Piano: Cache buffers in Track and WaveWidget
The Track itself caches the Samples after each processing step which
allows it to be queried without the need to process it every time.

This result is queried by the WaveWidget which then caches the result to
prevent unnecessary heap allocations every paint event.
2023-08-04 12:56:27 +02:00
..
Applets Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
Applications Piano: Cache buffers in Track and WaveWidget 2023-08-04 12:56:27 +02:00
BuggieBox Userland: Teach the file utility about zip files 2023-07-11 17:48:57 +01:00
Demos LibGUI+Userland: Port StatusBar::text() and set_text functions to String 2023-06-15 13:53:22 +01:00
DevTools Profiler: Correct the event names for 'malloc' and 'free' 2023-07-31 05:31:33 +02:00
DynamicLoader Everywhere: Resolve conflicts with LibC and libc++ 2023-06-27 12:40:38 +02:00
Games Snake: Update snake skin color interactively while picking 2023-07-24 11:30:54 +03:30
Libraries Piano: Cache buffers in Track and WaveWidget 2023-08-04 12:56:27 +02:00
Services WindowServer: Fix menu height when invisible items are involved 2023-08-04 12:11:13 +02:00
Shell Shell: Add support for the '!' POSIX pipeline prefix 2023-08-04 13:28:59 +03:30
Utilities watch: Use alternate buffer to display output 2023-08-04 05:25:44 +02:00
CMakeLists.txt