jules
|
33d70d2b20
|
More JACK fixing.
|
2012-11-25 13:55:36 +00:00 |
|
jules
|
d547fc0b98
|
JACK port change callback.
|
2012-11-25 11:21:09 +00:00 |
|
jules
|
3833c10f26
|
MSVC warning fix.
|
2012-11-23 18:26:46 +00:00 |
|
jules
|
8dceb3471a
|
ASIO workaround for buggy Denon driver.
|
2012-11-23 18:16:15 +00:00 |
|
jules
|
edca844722
|
Fixed a typo in JACK code.
|
2012-11-23 17:21:55 +00:00 |
|
jules
|
3d2969e71d
|
JACK fixes.
|
2012-11-22 14:55:54 +00:00 |
|
jules
|
d90d11143a
|
JACK fix.
|
2012-11-18 13:41:52 +00:00 |
|
jules
|
c16c3a7c28
|
Fixed some documentation and minor GCC warnings. Fixed a JACK bug that would have mixed up the input/output channels.
|
2012-11-14 11:42:17 +00:00 |
|
jules
|
8e8dc5667f
|
Renamed a few old references to "iPhoneOS" as "iOS".
|
2012-11-13 18:28:55 +00:00 |
|
jules
|
c3abff7d42
|
Made iOS audio stop with an error callback when the playback device is removed.
|
2012-11-07 10:05:54 +00:00 |
|
jules
|
a841d369cd
|
Cleared OpenSL buffer before playing.
|
2012-11-07 10:05:11 +00:00 |
|
jules
|
fdb31aff5c
|
Added Logger::getCurrentLogger method.
|
2012-10-25 21:35:38 +01:00 |
|
jules
|
8c864ceb9e
|
Made sure that audio device block sizes are multiples of 16.
|
2012-10-20 11:07:34 +01:00 |
|
jules
|
08b57b8a0d
|
Added midi-out support for AU hosting.
|
2012-10-12 09:45:18 +01:00 |
|
jules
|
69e885dcd4
|
iOS audio interruption fix.
|
2012-10-02 12:55:15 +01:00 |
|
jules
|
4cd95c1a66
|
iOS audio interruptions now invoke an error callback to the audio device.
|
2012-09-26 20:16:42 +01:00 |
|
jules
|
6b1654e1d2
|
Fixed some more warnings.
|
2012-09-24 15:45:25 +01:00 |
|
jules
|
0033491cc8
|
Cleaned up some compiler warnings.
|
2012-09-24 14:03:54 +01:00 |
|
jules
|
747f898ea4
|
Got rid of a maximum limit on the number of ASIO channels.
|
2012-09-13 11:54:52 +01:00 |
|
jules
|
9a24aa8a20
|
Minor clean-ups.
|
2012-09-11 09:35:03 +01:00 |
|
jules
|
6d4252e571
|
DSound - change to size of blocks used.
|
2012-09-07 17:43:06 +01:00 |
|
jules
|
7b0a60e265
|
Assertion to catch WASAPI calls on invalid threads.
|
2012-08-30 14:09:13 +01:00 |
|
jules
|
0466c90ce1
|
Tidied up some JACK code.
|
2012-08-24 18:21:50 +01:00 |
|
jules
|
5d52b0e071
|
Minor code review + spring-cleaning for DSound code (no functionality changes)
|
2012-08-14 13:10:43 +01:00 |
|
jules
|
df729be74a
|
Cleaned-up class inheritance visibilities and encapsulation for some internal classes.
|
2012-07-12 14:10:46 +01:00 |
|
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.
|
2012-07-07 21:09:10 +01:00 |
|
jules
|
e89983a1ab
|
Removed confusing enums from HeapBlock. Fixed warnings in win32 midi.
|
2012-06-22 11:12:14 +01:00 |
|
jules
|
cc8b0aad47
|
Used hi-res timer in win32 midi input.
|
2012-06-21 09:30:50 +01:00 |
|
jules
|
51002a72db
|
Fixed a GCC OSX compile bug. Tidied up some comments. Added more checking when opening a wav or aiff file.
|
2012-06-13 20:11:09 +01:00 |
|
jules
|
6d44c8372f
|
Made some ALSA midi names customisable.
|
2012-06-10 13:19:59 +01:00 |
|
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.
|
2012-05-29 10:30:41 +01:00 |
|
jules
|
1dd3774af3
|
Minor OSX midi tweak.
|
2012-05-22 14:58:06 +01:00 |
|
jules
|
ee5ef4b5c3
|
Added some CoreMidi assertions to warn about getting the midi device list from a non-message thread.
|
2012-05-22 12:26:28 +01:00 |
|
jules
|
4caac78a0e
|
iOS audio fix for bluetooth headsets.
|
2012-05-21 10:41:16 +01:00 |
|
jules
|
90186efdb9
|
WASAPI latency calculation fix.
|
2012-05-11 11:10:05 +01:00 |
|
jules
|
e97cfaa3ff
|
win32 midi input fix.
|
2012-05-10 14:31:18 +01:00 |
|
jules
|
584c444ffd
|
Tidied up some win32 DLL loading code, and fixed a call type mismatch with the windows media format class.
|
2012-05-09 13:54:24 +01:00 |
|
jules
|
0930af3820
|
Linux midi improvement.
|
2012-05-08 17:22:28 +01:00 |
|
jules
|
81fa57663b
|
Tidied up a warning and some docs.
|
2012-05-07 13:15:16 +01:00 |
|
jules
|
a5a4e69f37
|
Midi parsing fix for embedded realtime messages, and CoreMidi fix for sending large packets.
|
2012-05-05 12:53:52 +01:00 |
|
jules
|
4f590f036d
|
Added better constructors for AudioSourceChannelInfo.
|
2012-04-28 11:37:05 +01:00 |
|
jules
|
1f95f54089
|
Purged some warnings.
|
2012-04-10 10:29:14 +01:00 |
|
jules
|
dbe71f8c67
|
A bugfix and some fine-tuning for the android openSL audio device.
|
2012-04-04 19:43:11 +01:00 |
|
jules
|
cb05079b48
|
iOS audio session fix.
|
2012-04-02 11:41:18 +01:00 |
|
jules
|
d6df57b1d2
|
iOS audio fix for interruption handling.
|
2012-03-15 16:00:10 +00:00 |
|
jules
|
8ed15bd9f0
|
Fix for AudioCDReader::createReaderForCD() on strange win32 systems with phantom CD-rom drives.
|
2012-03-14 23:09:32 +00:00 |
|
jules
|
bb86893b60
|
Android OpenSL latency work.
|
2012-03-14 11:07:36 +00:00 |
|
jules
|
3a7989ad7c
|
Android: added OpenSLES audio device type.
|
2012-03-09 12:23:34 +00:00 |
|
jules
|
96976db624
|
Windows: faster rendering on 32-bit video cards. Audio fix for iOS.
|
2012-02-29 15:10:11 +00:00 |
|
jules
|
9d973f0089
|
Fixes for CoreAudio, MidiFile, TextEditor, Tooltip.
|
2012-02-20 12:04:49 +00:00 |
|