ladybird/Userland/Applications/SoundPlayer
Andreas Kling a2baab38fd Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
I hereby declare these to be full nouns that we don't split,
neither by space, nor by underscore:

- Breadcrumbbar
- Coolbar
- Menubar
- Progressbar
- Scrollbar
- Statusbar
- Taskbar
- Toolbar

This patch makes everything consistent by replacing every other variant
of these with the proper one. :^)
2021-04-13 16:58:15 +02:00
..
AudioAlgorithms.cpp SoundPlayer: Implement the Fast Fourier Transform algorithm 2021-03-27 10:20:55 +01:00
AudioAlgorithms.h SoundPlayer: Implement the Fast Fourier Transform algorithm 2021-03-27 10:20:55 +01:00
BarsVisualizationWidget.cpp SoundPlayer: Add samplerate variable to visualizations 2021-03-27 10:20:55 +01:00
BarsVisualizationWidget.h SoundPlayer: Add samplerate variable to visualizations 2021-03-27 10:20:55 +01:00
CMakeLists.txt SoundPlayer: Add samplerate variable to visualizations 2021-03-27 10:20:55 +01:00
Common.h SoundPlayer: Add samplerate variable to visualizations 2021-03-27 10:20:55 +01:00
M3UParser.cpp SoundPlayer: Add playlist supprt 2021-03-27 10:20:55 +01:00
M3UParser.h SoundPlayer: Add playlist supprt 2021-03-27 10:20:55 +01:00
main.cpp Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 2021-04-13 16:58:15 +02:00
NoVisualizationWidget.cpp SoundPlayer: Add a no-visualization visualization :^) 2021-03-27 10:20:55 +01:00
NoVisualizationWidget.h SoundPlayer: Add a no-visualization visualization :^) 2021-03-27 10:20:55 +01:00
PlaybackManager.cpp SoundPlayer: Add samplerate variable to visualizations 2021-03-27 10:20:55 +01:00
PlaybackManager.h SoundPlayer: Add samplerate variable to visualizations 2021-03-27 10:20:55 +01:00
Player.h SoundPlayer: Add playlist supprt 2021-03-27 10:20:55 +01:00
PlaylistWidget.cpp SoundPlayer: Add playlist supprt 2021-03-27 10:20:55 +01:00
PlaylistWidget.h SoundPlayer: Add playlist supprt 2021-03-27 10:20:55 +01:00
SampleWidget.cpp SoundPlayer: Adapt the existing SampleWidget visualization to 2021-03-27 10:20:55 +01:00
SampleWidget.h SoundPlayer: Adapt the existing SampleWidget visualization to 2021-03-27 10:20:55 +01:00
SoundPlayerWidgetAdvancedView.cpp Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 2021-04-13 16:58:15 +02:00
SoundPlayerWidgetAdvancedView.h SoundPlayer: Add samplerate variable to visualizations 2021-03-27 10:20:55 +01:00
VisualizationBase.h SoundPlayer: Add samplerate variable to visualizations 2021-03-27 10:20:55 +01:00