jules
|
4c6358ae87
|
Minor clean-ups.
|
12 years ago |
jules
|
00ce488607
|
ASIO channel updating fix.
|
12 years ago |
jules
|
5c28d5b214
|
Tweaks to WASAPI device change handling.
|
12 years ago |
jules
|
bfd9350bed
|
Changed some types from int to size_t where appropriate. Fixed a CoreMidi build problem in 64-bit mode.
|
12 years ago |
jules
|
54d3fd87a3
|
Fix for win32 build breakage.
|
12 years ago |
jules
|
4f8d094eee
|
Added some extra sample rates to some of the AudioFormat classes.
|
12 years ago |
jules
|
1bfddbbeff
|
Introjucer: added CLANG_LINK_OBJC_RUNTIME = NO flag to Xcode builds.
|
12 years ago |
jules
|
c2ecbc7e05
|
Tidied up some DSound logging, adding a macro JUCE_DIRECTSOUND_LOGGING to enable it.
|
12 years ago |
jules
|
a99b309d3c
|
Added WASAPI device change detection.
|
12 years ago |
jules
|
990a67a01e
|
ASIO: when a device refuses to change sample-rate, it now ignores this and carries on with the device's current rate.
|
12 years ago |
jules
|
d907508944
|
Added some ASIO logging.
|
12 years ago |
jules
|
bcda6269d8
|
ASIO channel name charset workaround.
|
12 years ago |
jules
|
e543949bda
|
Minor clean-ups.
|
13 years ago |
jules
|
7a3453f48b
|
Minor clean-ups.
|
13 years ago |
jules
|
3edae5b4cf
|
Removed some dependencies on win32 WASAPI headers.
|
13 years ago |
jules
|
0ceeb573d8
|
Minor changes to avoid pedantic compiler warnings.
|
13 years ago |
jules
|
1b8e22ca2b
|
ASIO fixes.
|
13 years ago |
jules
|
1252f0aed0
|
Fix for last ASIO check-in.
|
13 years ago |
jules
|
b529f4df48
|
ASIO cleanups and fix for RME driver.
|
13 years ago |
jules
|
6b027c4b17
|
Yet more JACK changes..
|
13 years ago |
jules
|
5d70c0bd89
|
JACK typo fix.
|
13 years ago |
jules
|
33d70d2b20
|
More JACK fixing.
|
13 years ago |
jules
|
d547fc0b98
|
JACK port change callback.
|
13 years ago |
jules
|
3833c10f26
|
MSVC warning fix.
|
13 years ago |
jules
|
8dceb3471a
|
ASIO workaround for buggy Denon driver.
|
13 years ago |
jules
|
edca844722
|
Fixed a typo in JACK code.
|
13 years ago |
jules
|
3d2969e71d
|
JACK fixes.
|
13 years ago |
jules
|
d90d11143a
|
JACK fix.
|
13 years ago |
jules
|
c16c3a7c28
|
Fixed some documentation and minor GCC warnings. Fixed a JACK bug that would have mixed up the input/output channels.
|
13 years ago |
jules
|
8e8dc5667f
|
Renamed a few old references to "iPhoneOS" as "iOS".
|
13 years ago |
jules
|
c3abff7d42
|
Made iOS audio stop with an error callback when the playback device is removed.
|
13 years ago |
jules
|
a841d369cd
|
Cleared OpenSL buffer before playing.
|
13 years ago |
jules
|
fdb31aff5c
|
Added Logger::getCurrentLogger method.
|
13 years ago |
jules
|
8c864ceb9e
|
Made sure that audio device block sizes are multiples of 16.
|
13 years ago |
jules
|
08b57b8a0d
|
Added midi-out support for AU hosting.
|
13 years ago |
jules
|
69e885dcd4
|
iOS audio interruption fix.
|
13 years ago |
jules
|
4cd95c1a66
|
iOS audio interruptions now invoke an error callback to the audio device.
|
13 years ago |
jules
|
6b1654e1d2
|
Fixed some more warnings.
|
13 years ago |
jules
|
0033491cc8
|
Cleaned up some compiler warnings.
|
13 years ago |
jules
|
747f898ea4
|
Got rid of a maximum limit on the number of ASIO channels.
|
13 years ago |
jules
|
9a24aa8a20
|
Minor clean-ups.
|
13 years ago |
jules
|
6d4252e571
|
DSound - change to size of blocks used.
|
13 years ago |
jules
|
7b0a60e265
|
Assertion to catch WASAPI calls on invalid threads.
|
13 years ago |
jules
|
0466c90ce1
|
Tidied up some JACK code.
|
13 years ago |
jules
|
5d52b0e071
|
Minor code review + spring-cleaning for DSound code (no functionality changes)
|
13 years ago |
jules
|
df729be74a
|
Cleaned-up class inheritance visibilities and encapsulation for some internal classes.
|
13 years ago |
jules
|
591e89cd87
|
Replaced the badly-named method Array::removeValue() with two new methods: removeFirstMatchingValue() and removeAllInstancesOf(). If you call the old method anywhere, you can just replace any calls with removeFirstMatchingValue(), which does the same job, but whose name makes it clear that not all instances of the value will be removed.
|
13 years ago |
jules
|
e89983a1ab
|
Removed confusing enums from HeapBlock. Fixed warnings in win32 midi.
|
13 years ago |
jules
|
cc8b0aad47
|
Used hi-res timer in win32 midi input.
|
13 years ago |
jules
|
51002a72db
|
Fixed a GCC OSX compile bug. Tidied up some comments. Added more checking when opening a wav or aiff file.
|
13 years ago |