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
hogliux
80ff164ff1
Added preprocessor macro JucePlugin_VSTChunkStructureVersion to support custom chunk VST versions
2016-09-28 12:31:55 +01:00
hogliux
fc1214e991
Fixed ambiguous sign in AudioThumbnail implementation
2016-09-26 15:45:38 +00:00
hogliux
3fb55ffd1f
Fixed a compiler error which occured in gcc based compilers
2016-09-26 11:05:00 +01:00
stefan
c98f71d4c3
Fix Process::setDockIconVisible() may not turn the process into a background-process
2016-09-23 14:11:49 +01:00
hogliux
21c6fc7a8e
Added an option to enable/disable pre-buffering in BufferingAudioSource
2016-09-23 09:42:54 +01:00
hogliux
42b8156cf6
Fixed crashes in old 32-bit Carbon plugin editor windows when running in macOS Sierra
2016-09-22 10:58:16 +01:00
hogliux
e14895e5bd
Added macOS version 12 to SystemStats
2016-09-22 10:57:39 +01:00
ed
aff5ea5a9b
Replaced two instances of src[1] with src[0] in the render4PixelAverage method as adding pixelStride handles the offset
2016-09-21 09:54:18 +01:00
hogliux
6f4571b2e5
Tweaked VST wrapper so that MIDI effect plug-ins work even if the user forgets to define JucePlugin_WantsMidiInput/Output
2016-09-21 08:16:51 +01:00
hogliux
ef50b8d89f
Fixed trying to write to invalid input buffer when AUs connected to the input of an AU fail
2016-09-20 19:09:55 +01:00
hogliux
679ef3f1dc
Fixed a bug where VST plug-in editors using OpenGL would not work correctly in the JUCE plug-in host
2016-09-20 18:05:36 +01:00
hogliux
4f06ff9257
Third time lucky: hopefully fixed a white-noise issue when pulling from invalid inputs in AU wrapper
2016-09-20 15:28:27 +01:00
hogliux
c14eb040b9
Fixed automation bug when switching between presets in VST and VST3
2016-09-20 14:57:38 +01:00
hogliux
5a365ed535
Removed assertion which gets hit by too many VST plug-ins
2016-09-20 12:34:21 +01:00
hogliux
8835a24417
Fixed another typo and removed unecessary for loop
2016-09-20 12:33:38 +01:00
hogliux
1be76c1ac0
Added more methods to IIRCoefficients to generate coeffecients for commonly used filters
2016-09-20 10:19:12 +01:00
hogliux
cbbf76b749
Made sure buffers are prepared before clearing them in the AU wrapper
2016-09-20 10:13:43 +01:00
hogliux
b0457a9ec5
Fixed a typo in the VST wrapper
2016-09-19 19:08:29 +01:00
hogliux
1b217d13ec
Zero out buffers if pulling audio returns an error in the AU wrapper
2016-09-19 18:54:44 +01:00
hogliux
4fa0516f40
Revised multibus API and added support for multibus hosting
2016-09-16 17:06:19 +01:00
hogliux
4eb89336f9
Bump version number to 4.2.4
2016-09-16 16:42:43 +01:00
hogliux
0862167459
Fixed a compiler warning for MIDI effect plug-ins
2016-09-16 15:20:58 +01:00
jules
acefbcde27
Fixed a typo that was preventing some config settings showing up in the projucer
2016-09-16 13:01:48 +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
hogliux
d03755c9e0
Fixed a potential memory leak
2016-09-16 11:23:26 +01:00
stefan
8ec9443543
Projucer various fixes
...
* Use separate folder for disk cache in debug mode to avoid mixing debug/release-mode object files while testing
* Quote the server's file name as it may contain spaces etc.
* Fix saving source files during compilation on Windows
* Fix JuceDemo for live builds on Mac: long chains of recursive operator<< invocations caused compiler crash
* Move code for creating disabled Build tab to extra function and add names to improve readability
* Implement new "subscribe" behavior for createDisabledBuildTab
* Clean up trailing spaces
2016-09-15 17:13:41 +02:00
hogliux
e35aba3444
Added a standard iterator to NamedValueSet
2016-09-14 09:26:48 +01:00
hogliux
2fd331fac7
Modified compile-time error to warn the user that juce_audio_devices module is also needed when building AUv3s
2016-09-13 11:05:49 +01:00
hogliux
cbb8536a6d
Fixed potential crash in mac's legacy WebInputStream implementation
2016-09-12 18:17:19 +01:00
hogliux
ceefc5b4bf
Avoided a dead-lock in a recent commit to WebInputStream on mac
2016-09-12 18:06:36 +01:00
hogliux
6d56e488dc
Add support for retina mouse cursors on OS X
2016-09-12 17:29:20 +01:00