tpoole
|
4b69d0fb44
|
Fixed buffer size and sample rate changes in iOS background audio
|
2017-01-09 18:23:16 +00:00 |
|
tpoole
|
1e5865c458
|
Restored original iOS sample rate after querying all available sample rates
|
2017-01-05 11:19:25 +00:00 |
|
tpoole
|
21aad5e20c
|
Fixed IO channels when selecting <<none>> as OS X audio device
|
2016-12-14 10:22:25 +00:00 |
|
tpoole
|
2e84129479
|
Updated the juce_audio_basics, juce_audio_devices, juce_blocks_basics, juce_core and juce_events modules to a new ISC license
|
2016-12-14 10:07:26 +00:00 |
|
tpoole
|
8e7ed3ae7d
|
Fixed MacOS 10.12 deprecations
|
2016-12-02 11:37:52 +00:00 |
|
hogliux
|
27dd79468c
|
Added missing const qualifier to AudioDeviceManager::getAudioDeviceSetup
|
2016-11-25 10:49:21 +00:00 |
|
hogliux
|
3f72a03f30
|
Fixed whitespace in last commit
|
2016-11-11 15:16:12 +00:00 |
|
hogliux
|
c2caad42b5
|
Added missing CoInitialize when using ASIO audio device
|
2016-11-11 15:05:28 +00:00 |
|
jules
|
aa5d1d1ec0
|
Tweaked CoreAudio to allow buffer sizes of 2048
|
2016-11-08 09:35:50 +00:00 |
|
hogliux
|
363ceb08cf
|
Bump version number to 4.3.0
|
2016-11-02 14:02:52 +00:00 |
|
ed
|
76b3689a48
|
Added BLOCKS module
|
2016-11-01 17:17:33 +00:00 |
|
tpoole
|
f54b7fb104
|
Moved the DiscRecording dependency in the module descriptions from juce_audio_devices to juce_audio_utils
|
2016-10-21 11:18:02 +01:00 |
|
hogliux
|
3e7b5993ca
|
Moved audio CD burner/reader to juce_audio_utils
|
2016-10-20 14:33:02 +01:00 |
|
tpoole
|
0bcc53c1ab
|
Removed juce_audio_formats header from juce_audio_devices
|
2016-10-19 14:50:21 +01:00 |
|
hogliux
|
a347689d96
|
Moved simple sound player to audio_utils module
|
2016-10-18 18:36:32 +01:00 |
|
hogliux
|
4eb89336f9
|
Bump version number to 4.2.4
|
2016-09-16 16:42:43 +01:00 |
|
jules
|
9fa0d49be7
|
Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc.
|
2016-09-16 12:03:02 +01:00 |
|
tpoole
|
979d3b62a2
|
Fixed crash on internal changes within aggregate audio devices on OS X
|
2016-08-24 09:39:05 +01:00 |
|
tpoole
|
881dfce40f
|
Fix deadlock in handleRouteChange for iOS audio.
|
2016-08-23 17:45:21 +01:00 |
|
jules
|
7fad2545c9
|
Added output level metering to AudioDeviceManager
|
2016-08-23 11:58:27 +01:00 |
|
ed
|
79dd695731
|
added ScopedLock to iOSAudioIODevice::handleRouteChange method to avoid race condition
|
2016-08-12 15:51:42 +01:00 |
|
ed
|
bc77b00700
|
MIDI network session enabled for iOS simulator
|
2016-08-04 12:24:21 +01:00 |
|
hogliux
|
26b6f01ce3
|
Replace all "zeros" with "nullptr" in code documentation when referring to a pointer value
|
2016-08-03 09:43:07 +01:00 |
|
hogliux
|
bf582f6c5b
|
Fix errors and warnings on mingw-w64
|
2016-08-01 18:29:12 +01:00 |
|
hogliux
|
1e41898bbc
|
Fix a memory leak in linux ALSA code for MidiInput/MidiOutput
|
2016-08-01 14:47:39 +01:00 |
|
hogliux
|
76007233ae
|
Correctly account for midi ports in Alsa when listing/opening devices and other ALSA midi cleanups
|
2016-07-11 15:27:35 +01:00 |
|
hogliux
|
c9aca28d00
|
Add pkg-config support for linux
|
2016-07-07 10:37:58 +01:00 |
|
hogliux
|
630ab88f8b
|
Version number update
|
2016-07-05 11:27:53 +01:00 |
|
jules
|
6fc1242ca5
|
Added some constructors to ReferenceCountedObjectPtr and ScopedPointer that specialise for std::nullptr_t. As well as being more optimal, this has the added bonus of forcing people to correctly use nullptr instead of '0'.
|
2016-07-05 09:54:06 +01:00 |
|
jules
|
14a9368506
|
AudioDeviceManager::initialiseFromXML(): made the default buffer size and sample rate default to ones supplied in the setup if not specified in the XML
|
2016-06-30 16:28:02 +01:00 |
|
jules
|
1a5f71b74d
|
Added some logic to MidiDataConcatenator that avoids asserting on invalid input data
|
2016-06-07 16:54:18 +01:00 |
|
jules
|
ec40f0940c
|
Updated version numbers in modules, and resaved example projects
|
2016-06-07 12:52:59 +01:00 |
|
jules
|
f58eda8f3e
|
Added 32K as a supported ASIO sample rate
|
2016-06-03 11:03:48 +01:00 |
|
jules
|
7abbf67a1a
|
Tweaked the iOS audio device to make the default buffer size play in the simulator
|
2016-06-01 10:33:28 +01:00 |
|
hogliux
|
0a040c6b97
|
Update avtive ports when opening JACK audio device
|
2016-05-24 17:05:46 +01:00 |
|
hogliux
|
a3c377bcd0
|
Move kAudioUnitProperty_MaximumFramesPerSlice setting/query after initialisation
|
2016-05-23 14:42:34 +01:00 |
|
hogliux
|
77a8b9eab5
|
Fix a few warnings
|
2016-05-20 16:41:24 +01:00 |
|
hogliux
|
b3ee8806d6
|
Set kAudioUnitProperty_MaximumFramesPerSlice on iOS
|
2016-05-19 09:46:38 +01:00 |
|
jules
|
676b27ef68
|
Added a MidiDataConcatenator to the linux MIDI implementation, to help handle large and broken-up sysex messages
|
2016-04-26 11:27:57 +01:00 |
|
jules
|
0b3a11ee07
|
Updated version number to 4.2.1
|
2016-04-21 10:08:47 +01:00 |
|
jules
|
fb864a5cb1
|
Corrected some spelling mistakes in comments
|
2016-04-11 11:13:44 +01:00 |
|
Timur Doumler
|
70949aa0c6
|
Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects.
|
2016-04-06 18:31:24 +01:00 |
|
jules
|
7a973372ad
|
Added an assertion in OSX MIDI device detection, as this can apparently fail if not done on the message thread
|
2016-03-10 10:10:00 +00:00 |
|
Timur Doumler
|
9ea874428c
|
Added feature RuntimePermissions, which allows to request permissions at runtime to access the microphone and bluetooth (required for Android apps using SDK Level 23 and above).
|
2016-02-25 10:12:30 +00:00 |
|
jules
|
b5907fa90d
|
Normalised some divider comments
|
2016-02-20 09:45:43 +00:00 |
|
jules
|
cdf525f74a
|
Added an option to AudioDeviceManager::playSound to use the sample across all output channels (and made the test sound do this)
|
2016-02-18 12:41:48 +00:00 |
|
jules
|
32bb5798bf
|
Fixed a rounding error in iOS audio device sample rate selection
|
2016-02-16 15:36:05 +00:00 |
|
jules
|
08b853ee35
|
Removed some cross-module header inclusions, replacing them with macros to optionally make native helper classes public
|
2016-02-04 16:07:21 +00:00 |
|
jules
|
567e0d5fb7
|
Fixed a device name mismatch in iOS audio
|
2016-02-04 12:17:53 +00:00 |
|
jules
|
076896d33b
|
Improved CoreAudio handling of USB audio devices being unplugged
|
2016-02-03 09:57:42 +00:00 |
|