virtualx-engine/servers/audio
Rémi Verschelde 2b084352b9 Fix warnings on non-static data member initializers (C++11 feature)
We're not formally using C++11 yet so those trigger compilation warnings
(at least with GCC 5):

./main/input_default.h:122:30: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
  CursorShape default_shape = CURSOR_ARROW;
                              ^

Note: We may allow those eventually (especially for non-int static const),
but most of current occurrences were inconsistent with all other classes.

See also http://www.stroustrup.com/C++11FAQ.html#member-init
2018-09-27 10:29:48 +02:00
..
effects Fix warnings on non-static data member initializers (C++11 feature) 2018-09-27 10:29:48 +02:00
audio_driver_dummy.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
audio_driver_dummy.h Modified Microphone implementation to handle only one device at a time (WIP) 2018-07-27 16:50:10 +01:00
audio_effect.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
audio_effect.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
audio_filter_sw.cpp Clean up some bad words from code comments 2018-02-17 16:00:39 +03:00
audio_filter_sw.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
audio_rb_resampler.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
audio_rb_resampler.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
audio_stream.cpp Merge pull request #21982 from luzpaz/misc-typos 2018-09-13 10:59:00 +02:00
audio_stream.h Fix warnings on non-static data member initializers (C++11 feature) 2018-09-27 10:29:48 +02:00
reverb_sw.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
reverb_sw.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
SCsub WIP new AudioServer, with buses, effects, etc. 2017-01-21 19:01:00 -03:00
voice_rb_sw.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00