jules
|
3edae5b4cf
|
Removed some dependencies on win32 WASAPI headers.
|
12 years ago |
jules
|
0ceeb573d8
|
Minor changes to avoid pedantic compiler warnings.
|
12 years ago |
jules
|
1b8e22ca2b
|
ASIO fixes.
|
12 years ago |
jules
|
1252f0aed0
|
Fix for last ASIO check-in.
|
12 years ago |
jules
|
b529f4df48
|
ASIO cleanups and fix for RME driver.
|
12 years ago |
jules
|
6b027c4b17
|
Yet more JACK changes..
|
12 years ago |
jules
|
5d70c0bd89
|
JACK typo fix.
|
12 years ago |
jules
|
33d70d2b20
|
More JACK fixing.
|
12 years ago |
jules
|
d547fc0b98
|
JACK port change callback.
|
12 years ago |
jules
|
3833c10f26
|
MSVC warning fix.
|
12 years ago |
jules
|
8dceb3471a
|
ASIO workaround for buggy Denon driver.
|
12 years ago |
jules
|
edca844722
|
Fixed a typo in JACK code.
|
12 years ago |
jules
|
3d2969e71d
|
JACK fixes.
|
12 years ago |
jules
|
d90d11143a
|
JACK fix.
|
12 years ago |
jules
|
c16c3a7c28
|
Fixed some documentation and minor GCC warnings. Fixed a JACK bug that would have mixed up the input/output channels.
|
12 years ago |
jules
|
8e8dc5667f
|
Renamed a few old references to "iPhoneOS" as "iOS".
|
12 years ago |
jules
|
c3abff7d42
|
Made iOS audio stop with an error callback when the playback device is removed.
|
12 years ago |
jules
|
a841d369cd
|
Cleared OpenSL buffer before playing.
|
12 years ago |
jules
|
fdb31aff5c
|
Added Logger::getCurrentLogger method.
|
12 years ago |
jules
|
8c864ceb9e
|
Made sure that audio device block sizes are multiples of 16.
|
12 years ago |
jules
|
08b57b8a0d
|
Added midi-out support for AU hosting.
|
12 years ago |
jules
|
69e885dcd4
|
iOS audio interruption fix.
|
12 years ago |
jules
|
4cd95c1a66
|
iOS audio interruptions now invoke an error callback to the audio device.
|
12 years ago |
jules
|
6b1654e1d2
|
Fixed some more warnings.
|
12 years ago |
jules
|
0033491cc8
|
Cleaned up some compiler warnings.
|
12 years ago |
jules
|
747f898ea4
|
Got rid of a maximum limit on the number of ASIO channels.
|
12 years ago |
jules
|
9a24aa8a20
|
Minor clean-ups.
|
12 years ago |
jules
|
6d4252e571
|
DSound - change to size of blocks used.
|
12 years ago |
jules
|
7b0a60e265
|
Assertion to catch WASAPI calls on invalid threads.
|
12 years ago |
jules
|
0466c90ce1
|
Tidied up some JACK code.
|
12 years ago |
jules
|
5d52b0e071
|
Minor code review + spring-cleaning for DSound code (no functionality changes)
|
12 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 |
jules
|
6d44c8372f
|
Made some ALSA midi names customisable.
|
13 years ago |
jules
|
ac1d6955e7
|
Rewrote all internal OSX obj-C classes as dynamically-created classes. A side-effect of this is that plugins will no longer suffer from obj-C name-collision problems, and the old JUCE_ObjCExtraSuffix value is no longer needed.
|
13 years ago |
jules
|
1dd3774af3
|
Minor OSX midi tweak.
|
13 years ago |
jules
|
ee5ef4b5c3
|
Added some CoreMidi assertions to warn about getting the midi device list from a non-message thread.
|
13 years ago |
jules
|
4caac78a0e
|
iOS audio fix for bluetooth headsets.
|
13 years ago |
jules
|
90186efdb9
|
WASAPI latency calculation fix.
|
13 years ago |
jules
|
e97cfaa3ff
|
win32 midi input fix.
|
13 years ago |
jules
|
584c444ffd
|
Tidied up some win32 DLL loading code, and fixed a call type mismatch with the windows media format class.
|
13 years ago |
jules
|
0930af3820
|
Linux midi improvement.
|
13 years ago |
jules
|
81fa57663b
|
Tidied up a warning and some docs.
|
13 years ago |
jules
|
a5a4e69f37
|
Midi parsing fix for embedded realtime messages, and CoreMidi fix for sending large packets.
|
13 years ago |
jules
|
4f590f036d
|
Added better constructors for AudioSourceChannelInfo.
|
13 years ago |
jules
|
1f95f54089
|
Purged some warnings.
|
13 years ago |
jules
|
dbe71f8c67
|
A bugfix and some fine-tuning for the android openSL audio device.
|
13 years ago |