ladybird/Applications/SoundPlayer
Andreas Kling f813bb52a2 Applications+DevTools+MenuApplets: Drop "unix" pledge when possible
Now that the "unix" pledge is no longer required for socket I/O, we can
drop it after making the connections we need in a program.

In most GUI program cases, once we've connected to the WindowServer by
instantiating a GApplication, we no longer need "unix" :^)
2020-01-12 12:03:57 +01:00
..
main.cpp Applications+DevTools+MenuApplets: Drop "unix" pledge when possible 2020-01-12 12:03:57 +01:00
Makefile Build: support library and generator dependencies 2019-12-25 10:11:09 +01:00
PlaybackManager.cpp SoundPlayer: Let the user open a file from the GUI 2019-11-09 20:55:47 +01:00
PlaybackManager.h SoundPlayer: Let the user open a file from the GUI 2019-11-09 20:55:47 +01:00
SampleWidget.cpp SoundPlayer: Added playback controls 2019-11-04 20:55:46 +01:00
SampleWidget.h SoundPlayer: Make sample widget display contents of the whole buffer 2019-11-04 20:55:46 +01:00
SoundPlayerWidget.cpp SoundPlayer: Add option to hide scope 2019-11-09 20:55:47 +01:00
SoundPlayerWidget.h SoundPlayer: Add option to hide scope 2019-11-09 20:55:47 +01:00