1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-18 00:54:19 +00:00
JUCE/modules/juce_audio_devices/native
2017-10-16 12:18:04 +01:00
..
juce_android_Audio.cpp Android: Fixed a runtime-error introduced by a recent commit when building for Android <24 2017-09-25 14:23:03 +01:00
juce_android_Midi.cpp Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
juce_android_OpenSL.cpp Noticed that we still had some template whitespace workarounds for older compilers, so tidied them up 2017-10-11 12:26:05 +01:00
juce_ios_Audio.cpp A minor code cleanup 2017-10-12 12:31:55 +01:00
juce_ios_Audio.h Added getXRunCount to AudioIODevice as a way to get Xrun counts from underlying hardware 2017-09-21 16:26:07 +01:00
juce_linux_ALSA.cpp Noticed that we still had some template whitespace workarounds for older compilers, so tidied them up 2017-10-11 12:26:05 +01:00
juce_linux_JackAudio.cpp Added getXRunCount to AudioIODevice as a way to get Xrun counts from underlying hardware 2017-09-21 16:26:07 +01:00
juce_linux_Midi.cpp Added a template to allow the HeapBlock class to be given signed ints or other types that are not size_t for its size parameters 2017-10-11 12:10:58 +01:00
juce_mac_CoreAudio.cpp Added a template to allow the HeapBlock class to be given signed ints or other types that are not size_t for its size parameters 2017-10-11 12:10:58 +01:00
juce_mac_CoreMidi.cpp CoreMidi: Added unique id property when creating virtual midi ports on macOS and iOS 2017-10-13 09:26:01 +01:00
juce_MidiDataConcatenator.h Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
juce_win32_ASIO.cpp Some light modernisation of a bunch of old code 2017-10-04 12:47:43 +01:00
juce_win32_DirectSound.cpp Updated some code to use cleaner array initialisation from constant data 2017-10-16 12:18:04 +01:00
juce_win32_Midi.cpp Workaround for a VS2013 compile error 2017-10-03 09:15:25 +01:00
juce_win32_WASAPI.cpp Noticed that we still had some template whitespace workarounds for older compilers, so tidied them up 2017-10-11 12:26:05 +01:00