hogliux
1fcae3675c
Changed flac writer to respect the current stream position when writing the flac header
8 years ago
hogliux
29bed6c3fa
Fixed warnings in cryptographic unit test code
8 years ago
hogliux
c6a75d0550
Changed the way windows modifiers are probed in an attempt to fix right alt-key issues
8 years ago
hogliux
2a37ba034a
Added gradle-wrapper when saving projects so that it is now possible to build from the command-line with "./gradlew"
8 years ago
hogliux
676ad43898
Added more compare operators to Identifier class
8 years ago
hogliux
9e4741f2e4
Fixed an AAX bug where the sidechain buffer was not cleared when the sidechain isn't connected
8 years ago
jules
14957e7c99
Avoided some FLAC debug output being printed if your app defines the DEBUG macro
8 years ago
hogliux
62ac568b77
Made sure that colours are updated when the look and feel of a TextEditor changes
8 years ago
hogliux
57742a5e13
Fixed warning of MSVC compilers in latest commit
8 years ago
hogliux
852fe34c9a
Added support for encrypting/decrypting blocks of data with BlowFish
8 years ago
hogliux
cdb7285011
Fixed AAX post build script to consider SDK paths containing whitespaces and already existing directories
8 years ago
hogliux
285635cdf0
Added notch and all pass filters
8 years ago
tpoole
9d08f8fcac
Fixed a documentation typo.
8 years ago
ed
4a6473afa0
Removed the isLocked() method from ReadWriteLock
8 years ago
ed
f301ed7e09
Added an isLocked() method to ReadWriteLock that checks whether ReadWriteLock is currently locked
8 years ago
stefan
e03e41bd0d
Projucer: hard shutdown of the compiler process in release builds to avoid busy waiting
8 years ago
jules
bacf194dda
Small tweak to the bluetooth iOS menu to make it as wide as possible on small screens
8 years ago
hogliux
773e7087cd
Removed unecessary path seperators in MSVC post-build scripts
8 years ago
stefan
3bd7ef4f69
Projucer: menu adjustments
* move Preferences item to Projucer menu on Mac or File menu otherwise
* rename Global Preferences -> Preferences
* add shortcut "Cmd + ," to open Preferences
* move Login/Logout item to File menu
8 years ago
tpoole
0ed9003a8d
Fixed bundle ref initialisation of statically linked VSTs on iOS
8 years ago
hogliux
13c501da0c
Removed unnecessary memory allocation when assigning a big integer with the same memory requirements
8 years ago
ed
f374eb6d98
Fixed SortedSet::remove() to return the removed element
8 years ago
hogliux
c1e2e6ae40
Fixed size of bluetooth midi pairing dialogue to accommodate more iOS device screen sizes
8 years ago
stefan
8f1d37a72e
Fix addAllModulesInFolder to scan only 2 subfolder levels
Other existing behavior remains:
* check whether the folder itself is a valid module
* always return Result::ok()
* may contain duplicate modules
8 years ago
hogliux
46b38d77ab
Removed code which is not used anymore
8 years ago
Agnieszka Janowicz
edd828a554
Fix memory leak in BluetoothMidiSelectorOverlay
8 years ago
tpoole
13c494666e
Changed lowResamplingQuality to kCGInterpolationNone on OS X and iOS
8 years ago
ed
6c39897369
Added 'inclusive' and 'exclusive' to documentation for Random::nextFloat() and Random::nextDouble()
8 years ago
hogliux
8263d70adb
Continue drawing if a negative dashLen was hit
8 years ago
hogliux
7686db659f
Fixed a typo in my latest commit
8 years ago
hogliux
59a47d1fb4
Fixed possible dead-lock
8 years ago
Timur Doumler
e8cdc65357
Fixed Array::remove (ElementType*) so that if given an invalid pointer, it doesn't attempt to remove anything after the assert.
8 years ago
tpoole
a440c16d89
Added Graphics::ResamplingQuality::noResampling
8 years ago
hogliux
0121a020b6
Added optional parameter to restore audio settings state in AudioAppComponent
8 years ago
tpoole
321ca8c070
Fixed AUv3_Wrapper include path
8 years ago
tpoole
b24aadcc72
Added ColourIds to allow alternate colouring of TreeViewItems
8 years ago
hogliux
d892109298
Fixed a warning in recent commit
8 years ago
hogliux
40994fcdab
Added checks to make sure that the current interface orientation is actually allowed when changing allowed interface orientations
8 years ago
hogliux
848073d207
Always remove silence flag in AU render callback
8 years ago
hogliux
27be047e8e
Allow disabling the main bus in VST3 plug-ins with the revised multibus API
8 years ago
hogliux
225e8dafd9
Added waitForNextAudioBlockReady method to BufferingAudioSource
8 years ago
hogliux
2104c506b6
Added const qualifier to MidiEventHolder argument of MidiMessageSequence::getIndex
8 years ago
tpoole
278505913c
Restored non-flushing behaviour of FileOutputStream
8 years ago
hogliux
848b400eaf
Avoided warning in release builds in AudioUnit hosting code
8 years ago
hogliux
bf85f4c68b
Cache the result of isRunningInAppExtensionSandbox
8 years ago
tpoole
495e2bfd56
Fixed file flushing for FileOutputStream on Windows
8 years ago
stefan
728bf273e9
Projucer: support recoverable error warnings for live-builds
8 years ago
hogliux
d19ba05a03
Added support for saving audio/midi setting in standalone wrappers
8 years ago
hogliux
80ff164ff1
Added preprocessor macro JucePlugin_VSTChunkStructureVersion to support custom chunk VST versions
8 years ago
tpoole
83d0854572
Added a microphone permission option to the iOS exporter
8 years ago