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
|
4d4321bea1
|
Version 2.0.28
|
2012-11-14 10:01:45 +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
|
70257e902f
|
Changed the result of MidiMessage::getMidiNoteInHertz to correctly map midi 69 to 440Hz
|
2012-10-23 12:43:09 +01:00 |
|
jules
|
6d15cc2948
|
Minor cleanups.
|
2012-10-20 15:12:37 +01:00 |
|
jules
|
8c864ceb9e
|
Made sure that audio device block sizes are multiples of 16.
|
2012-10-20 11:07:34 +01:00 |
|
jules
|
298749cc62
|
Added a couple of methods to AudioProcessorPlayer and AudioSourcePlayer.
|
2012-10-20 11:07:12 +01:00 |
|
jules
|
73f5cd92c7
|
AudioDeviceManager::addAudioDeviceType method.
|
2012-10-18 14:42:20 +01:00 |
|
jules
|
08b57b8a0d
|
Added midi-out support for AU hosting.
|
2012-10-12 09:45:18 +01:00 |
|
jules
|
db06d2af3e
|
Added a missing non-copyable declaration.
|
2012-10-04 09:59:40 +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
|
01be101f41
|
Added error callback dispatching to AudioDeviceManager.
|
2012-09-26 16:30:05 +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
|
08dd8f62c7
|
Got rid of the remaining uses of juce_useDebuggingNewOperator in the old Jucer template.
|
2012-09-20 13:49:12 +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
|
ad958be260
|
Version bump: 2.0.27
|
2012-09-08 14:37:39 +01:00 |
|
jules
|
6d4252e571
|
DSound - change to size of blocks used.
|
2012-09-07 17:43:06 +01:00 |
|
jules
|
abb4946191
|
Version bump: 2.0.26
|
2012-09-04 15:26:43 +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
|
665c85b147
|
Version number bump.
|
2012-08-09 08:56:28 +01:00 |
|
jules
|
4f206a3f3a
|
Version bump.
|
2012-07-24 17:04:29 +01:00 |
|
jules
|
75d72d6323
|
Version number bump.
|
2012-07-21 14:39:29 +01:00 |
|
jules
|
df729be74a
|
Cleaned-up class inheritance visibilities and encapsulation for some internal classes.
|
2012-07-12 14:10:46 +01:00 |
|
jules
|
7afbc077e7
|
Version update.
|
2012-07-11 10:19:09 +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
|
1089e3df86
|
Introjucer: Added "LinuxLibs" field to modules, for specifying module-specific libs.
|
2012-05-31 08:21:34 +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 |
|