1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-27 02:20:05 +00:00
Commit graph

47 commits

Author SHA1 Message Date
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
jules
6d865420ee Android: better audio latency reporting. Introjucer: improved android icon generation. 2012-02-17 12:50:38 +00:00
jules
295d125142 Stopped using the old BEGIN_JUCE_NAMESPACE macros, and just used hard-coded namespaces where necessary instead. The macro definitions are still there, so this shouldn't affect anyone's code. 2012-02-11 14:09:23 +00:00
jules
32aae7a2b3 Android audio fix. OpenGL tiling bug fix. 2012-01-30 17:36:47 +00:00
jules
aff5fea6b4 Minor introjucer clean-ups. 2012-01-22 10:04:19 +00:00
jules
98406ae4e4 Added iOS CoreMidi support. 2012-01-05 18:10:08 +00:00
jules
c38916b675 OpenGL renderer optimisations. 2011-12-22 18:32:34 +00:00
jules
3995ef255f iOS audio: added some buffer size options. 2011-12-18 11:44:09 +00:00
jules
78dc975ab9 Minor CoreAudio callback fix. 2011-12-18 10:36:28 +00:00
jules
f36fa37440 Android: made audio system more tolerant of failed devices. 2011-12-12 14:57:49 +00:00
jules
173e8c083f CoreAudio: detection of disabled devices. Avoided some internal exceptions in the demo. 2011-12-08 21:30:11 +00:00
jules
1b87d55ebb CoreAudio fix for PPC. 2011-11-17 14:47:13 +00:00
jules
44a050c1aa Fix for the parameter types of Colour::fromRGBAFloat. Change on iOS to avoid enabling an audio input device unless needed. 2011-11-09 16:53:24 +00:00
jules
2b34a17716 ASIO name fix. Minor TextEditor fix. Linux auto-repeat key workaround. 2011-11-04 16:09:25 +00:00
jules
6e71d25613 Android audio fix. 2011-10-25 13:47:53 +01:00
jules
164cd8909b Fixes for TextEditor, ASIO, Windows touch, AU. 2011-10-13 16:43:12 +01:00
jules
4b21bc53d8 ASIO fix for devices whose driver file is inaccessible, plus some code clean-ups in there. Win32 icon fix for Vista. 2011-10-02 14:00:21 +01:00
Julian Storer
aa6c2203d5 Minor additions to linux midi, AudioProcessorGraph, URL. 2011-09-12 16:47:00 +01:00
Julian Storer
4fcd1e3384 New class: ChildProcess. Fixed android build problems with paths. 2011-09-02 12:48:36 +01:00
Julian Storer
4808d9c318 Hard-coded some juce namespace declarations. 2011-08-13 21:13:50 +01:00
Julian Storer
35f226319f Fixed a typo in the temporary amalgamated files. Tidied up some constness. 2011-08-12 13:25:06 +01:00
Julian Storer
b70e0a28d2 First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 2011-08-12 10:04:52 +01:00