ed
|
f301ed7e09
|
Added an isLocked() method to ReadWriteLock that checks whether ReadWriteLock is currently locked
|
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 |
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 |
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 |
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 |
hogliux
|
fc1214e991
|
Fixed ambiguous sign in AudioThumbnail implementation
|
8 years ago |
hogliux
|
3fb55ffd1f
|
Fixed a compiler error which occured in gcc based compilers
|
8 years ago |
stefan
|
c98f71d4c3
|
Fix Process::setDockIconVisible() may not turn the process into a background-process
|
8 years ago |
hogliux
|
21c6fc7a8e
|
Added an option to enable/disable pre-buffering in BufferingAudioSource
|
8 years ago |
hogliux
|
42b8156cf6
|
Fixed crashes in old 32-bit Carbon plugin editor windows when running in macOS Sierra
|
8 years ago |
hogliux
|
e14895e5bd
|
Added macOS version 12 to SystemStats
|
8 years ago |
ed
|
aff5ea5a9b
|
Replaced two instances of src[1] with src[0] in the render4PixelAverage method as adding pixelStride handles the offset
|
8 years ago |
hogliux
|
6f4571b2e5
|
Tweaked VST wrapper so that MIDI effect plug-ins work even if the user forgets to define JucePlugin_WantsMidiInput/Output
|
8 years ago |
hogliux
|
ef50b8d89f
|
Fixed trying to write to invalid input buffer when AUs connected to the input of an AU fail
|
8 years ago |
hogliux
|
679ef3f1dc
|
Fixed a bug where VST plug-in editors using OpenGL would not work correctly in the JUCE plug-in host
|
8 years ago |
hogliux
|
4f06ff9257
|
Third time lucky: hopefully fixed a white-noise issue when pulling from invalid inputs in AU wrapper
|
8 years ago |
hogliux
|
c14eb040b9
|
Fixed automation bug when switching between presets in VST and VST3
|
8 years ago |
hogliux
|
5a365ed535
|
Removed assertion which gets hit by too many VST plug-ins
|
8 years ago |
hogliux
|
8835a24417
|
Fixed another typo and removed unecessary for loop
|
8 years ago |
hogliux
|
1be76c1ac0
|
Added more methods to IIRCoefficients to generate coeffecients for commonly used filters
|
8 years ago |
hogliux
|
cbbf76b749
|
Made sure buffers are prepared before clearing them in the AU wrapper
|
8 years ago |
hogliux
|
b0457a9ec5
|
Fixed a typo in the VST wrapper
|
8 years ago |
hogliux
|
1b217d13ec
|
Zero out buffers if pulling audio returns an error in the AU wrapper
|
8 years ago |
hogliux
|
4fa0516f40
|
Revised multibus API and added support for multibus hosting
|
8 years ago |
hogliux
|
4eb89336f9
|
Bump version number to 4.2.4
|
8 years ago |