hogliux
|
a931b472d0
|
Added a non-sense if statement to BufferingAudioSource to surpress an MSVC linker warning
|
2016-10-20 15:45:30 +01:00 |
|
hogliux
|
3e7b5993ca
|
Moved audio CD burner/reader to juce_audio_utils
|
2016-10-20 14:33:02 +01:00 |
|
jules
|
c587d4b495
|
Minor code style tidy-ups
|
2016-10-20 10:55:27 +01:00 |
|
hogliux
|
7d07f51ce7
|
Added missing juce_osc dependency on juce_events
|
2016-10-20 10:48:43 +01:00 |
|
hogliux
|
6c52bf5971
|
Changed the way windows modifiers are probed in an attempt to fix right alt-key issues. Part II.
|
2016-10-20 10:14:38 +01:00 |
|
tpoole
|
255dc1d1ba
|
Fixed documentation typo
|
2016-10-19 15:49:03 +01:00 |
|
tpoole
|
0bcc53c1ab
|
Removed juce_audio_formats header from juce_audio_devices
|
2016-10-19 14:50:21 +01:00 |
|
hogliux
|
ff52d76197
|
Fixed a bug in DirectoryIterator where the result would be inconsistent between Mac/Window when using a default constructed File object
|
2016-10-19 10:20:21 +01:00 |
|
hogliux
|
a347689d96
|
Moved simple sound player to audio_utils module
|
2016-10-18 18:36:32 +01:00 |
|
hogliux
|
1fcae3675c
|
Changed flac writer to respect the current stream position when writing the flac header
|
2016-10-18 10:38:18 +01:00 |
|
hogliux
|
29bed6c3fa
|
Fixed warnings in cryptographic unit test code
|
2016-10-18 10:37:08 +01:00 |
|
hogliux
|
c6a75d0550
|
Changed the way windows modifiers are probed in an attempt to fix right alt-key issues
|
2016-10-18 09:25:08 +01:00 |
|
hogliux
|
676ad43898
|
Added more compare operators to Identifier class
|
2016-10-16 18:37:55 +02:00 |
|
hogliux
|
9e4741f2e4
|
Fixed an AAX bug where the sidechain buffer was not cleared when the sidechain isn't connected
|
2016-10-16 18:17:54 +02:00 |
|
jules
|
14957e7c99
|
Avoided some FLAC debug output being printed if your app defines the DEBUG macro
|
2016-10-16 15:49:51 +01:00 |
|
hogliux
|
62ac568b77
|
Made sure that colours are updated when the look and feel of a TextEditor changes
|
2016-10-16 12:50:42 +02:00 |
|
hogliux
|
57742a5e13
|
Fixed warning of MSVC compilers in latest commit
|
2016-10-16 12:06:21 +02:00 |
|
hogliux
|
852fe34c9a
|
Added support for encrypting/decrypting blocks of data with BlowFish
|
2016-10-16 10:39:42 +02:00 |
|
hogliux
|
285635cdf0
|
Added notch and all pass filters
|
2016-10-15 15:45:40 +02:00 |
|
tpoole
|
9d08f8fcac
|
Fixed a documentation typo.
|
2016-10-13 15:11:33 +01:00 |
|
ed
|
4a6473afa0
|
Removed the isLocked() method from ReadWriteLock
|
2016-10-12 10:50:27 +01:00 |
|
ed
|
f301ed7e09
|
Added an isLocked() method to ReadWriteLock that checks whether ReadWriteLock is currently locked
|
2016-10-12 10:36:43 +01:00 |
|
jules
|
bacf194dda
|
Small tweak to the bluetooth iOS menu to make it as wide as possible on small screens
|
2016-10-12 09:25:13 +01:00 |
|
tpoole
|
0ed9003a8d
|
Fixed bundle ref initialisation of statically linked VSTs on iOS
|
2016-10-10 15:28:40 +01:00 |
|
hogliux
|
13c501da0c
|
Removed unnecessary memory allocation when assigning a big integer with the same memory requirements
|
2016-10-09 19:14:09 +01:00 |
|
ed
|
f374eb6d98
|
Fixed SortedSet::remove() to return the removed element
|
2016-10-07 18:05:46 +01:00 |
|
hogliux
|
c1e2e6ae40
|
Fixed size of bluetooth midi pairing dialogue to accommodate more iOS device screen sizes
|
2016-10-06 19:19:55 +01:00 |
|
hogliux
|
46b38d77ab
|
Removed code which is not used anymore
|
2016-10-06 16:23:25 +01:00 |
|
Agnieszka Janowicz
|
edd828a554
|
Fix memory leak in BluetoothMidiSelectorOverlay
|
2016-10-06 15:51:01 +01:00 |
|
tpoole
|
13c494666e
|
Changed lowResamplingQuality to kCGInterpolationNone on OS X and iOS
|
2016-10-06 10:46:48 +01:00 |
|
ed
|
6c39897369
|
Added 'inclusive' and 'exclusive' to documentation for Random::nextFloat() and Random::nextDouble()
|
2016-10-06 09:30:15 +01:00 |
|
hogliux
|
8263d70adb
|
Continue drawing if a negative dashLen was hit
|
2016-10-05 18:31:29 +01:00 |
|
hogliux
|
7686db659f
|
Fixed a typo in my latest commit
|
2016-10-05 16:37:13 +01:00 |
|
hogliux
|
59a47d1fb4
|
Fixed possible dead-lock
|
2016-10-05 15:31:01 +01:00 |
|
Timur Doumler
|
e8cdc65357
|
Fixed Array::remove (ElementType*) so that if given an invalid pointer, it doesn't attempt to remove anything after the assert.
|
2016-10-05 13:06:44 +01:00 |
|
tpoole
|
a440c16d89
|
Added Graphics::ResamplingQuality::noResampling
|
2016-10-05 08:50:09 +01:00 |
|
hogliux
|
0121a020b6
|
Added optional parameter to restore audio settings state in AudioAppComponent
|
2016-10-04 10:00:33 +01:00 |
|
tpoole
|
321ca8c070
|
Fixed AUv3_Wrapper include path
|
2016-10-03 16:36:34 +01:00 |
|
tpoole
|
b24aadcc72
|
Added ColourIds to allow alternate colouring of TreeViewItems
|
2016-10-03 16:12:30 +01:00 |
|
hogliux
|
d892109298
|
Fixed a warning in recent commit
|
2016-10-03 15:06:14 +01:00 |
|
hogliux
|
40994fcdab
|
Added checks to make sure that the current interface orientation is actually allowed when changing allowed interface orientations
|
2016-10-03 14:39:54 +01:00 |
|
hogliux
|
848073d207
|
Always remove silence flag in AU render callback
|
2016-10-01 13:06:55 +01:00 |
|
hogliux
|
27be047e8e
|
Allow disabling the main bus in VST3 plug-ins with the revised multibus API
|
2016-10-01 10:56:18 +01:00 |
|
hogliux
|
225e8dafd9
|
Added waitForNextAudioBlockReady method to BufferingAudioSource
|
2016-10-01 10:39:22 +01:00 |
|
hogliux
|
2104c506b6
|
Added const qualifier to MidiEventHolder argument of MidiMessageSequence::getIndex
|
2016-09-30 16:10:41 +01:00 |
|
tpoole
|
278505913c
|
Restored non-flushing behaviour of FileOutputStream
|
2016-09-30 15:24:46 +01:00 |
|
hogliux
|
848b400eaf
|
Avoided warning in release builds in AudioUnit hosting code
|
2016-09-30 14:48:06 +01:00 |
|
hogliux
|
bf85f4c68b
|
Cache the result of isRunningInAppExtensionSandbox
|
2016-09-30 12:33:37 +01:00 |
|
tpoole
|
495e2bfd56
|
Fixed file flushing for FileOutputStream on Windows
|
2016-09-29 11:39:11 +01:00 |
|
hogliux
|
d19ba05a03
|
Added support for saving audio/midi setting in standalone wrappers
|
2016-09-28 14:10:19 +01:00 |
|