1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-15 00:24:19 +00:00
Commit graph

4039 commits

Author SHA1 Message Date
tpoole
bea45f84db Fixed SVG child-transform rendering bug. 2016-09-05 10:07:32 +01:00
jules
e74849ccfb Fixed a missing call to lf.preparePopupMenuWindow in PopupMenu 2016-09-05 09:52:56 +01:00
jules
151e3f769e Added a LookAndFeel method preparePopupMenuWindow() to allow the window component to be customised before being displayed 2016-09-04 12:37:53 +01:00
tpoole
132c1d6ae8 Removed "C" after all mono channel names 2016-09-01 10:26:08 +01:00
tpoole
1a28e7acb2 Fixed modulo zero bug in VST bus arrangement 2016-09-01 09:18:06 +01:00
hogliux
821dea8008 Fixed implicit conversion warnings in BigInteger 2016-08-31 17:43:48 +01:00
hogliux
c94be5db8b Fixed an issue where repaints could be dropped when the host is also sending many repaints to the plug-in 2016-08-31 16:57:59 +01:00
hogliux
f25753642e Fixed #100: If base sdk version is newer than 10.12 then no need to define kAudioUnitProperty_SupportsMPE 2016-08-31 13:04:24 +01:00
ed
16e6c6fd84 Slider and NormalisableRange changed to use standard library math functions 2016-08-31 09:00:50 +01:00
jules
c10b042f76 Fixed a potential leak in ScopedPointer 2016-08-30 16:30:50 +01:00
ed
70530a9d9a Added beginParameterChange() and endParameterChange() methods to AudioProcessorValueTreeState::AttachedControlBase so that changes to ButtonAttachment and ComboBoxAttachment objects can be recorded as automation in hosts. 2016-08-30 14:42:20 +01:00
ed
19d654d43a Added symmetric skew option to NormalisableRange class. Added option to use symmetric skew in SliderPropertyComponent class. Fixed skew factor bug in AudioProcessorValueTreeState::SliderAttachment class 2016-08-30 12:30:32 +01:00
ed
5c46c65456 Changed the documentation for AudioProcessorValueTreeState::SliderAttachment and ComboBoxAttachment to fix typos 2016-08-30 09:20:30 +01:00
tpoole
f0555e6a59 Fixed JucePlugin_IsSynth compiler warning. 2016-08-30 09:02:43 +01:00
jules
7be711ec07 Added some functions writeLittleEndianBitsInBuffer() and readLittleEndianBitsInBuffer() for packing bit-fields in memory buffers 2016-08-28 17:44:39 +01:00
jules
a9d843414a Resaved all projects 2016-08-26 09:49:20 +01:00
jules
c0c912ab4c Modified BigInteger so that small (128-bit) values don't require heap allocation 2016-08-26 09:42:28 +01:00
tpoole
c23e95d4b6 Defined HAVE_LROUND for non-MSVC compilers when building FLAC libs 2016-08-25 12:26:31 +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
17dee9add2 Restore depecated VST opcodes for CarbonWrapperComponents 2016-08-24 08:56:50 +01:00
tpoole
ddb879663b Fixed VSTs erroneously wanting midi input 2016-08-23 23:24:41 +01:00
tpoole
1ddd394291 Restore missing VST opcode. 2016-08-23 22:37:19 +01:00
tpoole
d873d2426a Fix some Xcode warnings in the VST and VST3 wrappers. 2016-08-23 22:32:10 +01:00
tpoole
cb6b4b7170 Remove VST editor idle 2016-08-23 22:23:44 +01:00
tpoole
881dfce40f Fix deadlock in handleRouteChange for iOS audio. 2016-08-23 17:45:21 +01:00
jules
6ba384f4c8 Fixed some missing definitions in the VST hosting for Carbon compatibility 2016-08-23 11:59:08 +01:00
jules
7fad2545c9 Added output level metering to AudioDeviceManager 2016-08-23 11:58:27 +01:00
jules
1942e3d0c1 Added begin/end iterator methods for ValueTree, for handy range-based-for loops over its children 2016-08-23 09:39:12 +01:00
luigisambuy
ea7677970c modified sliderValueChanged() to notify host only on mouse clicks 2016-08-22 11:51:32 +01:00
tpoole
9f31d6498a Use a bespoke VST2 interface 2016-08-22 09:57:16 +01:00
tpoole
08b2116c2b Make the mousemove behaviour of OS X plug-ins the same as their Windows counterparts 2016-08-19 09:53:13 +01:00
jules
48db4fa75a Fix for the copy constructor of DrawableRectangle 2016-08-18 14:09:13 +01:00
jules
55194a09d2 On Windows, suppressed the behaviour that pressing the ALT key triggers the old top-left window menu. If you still need this archaic behaviour in your app, there's a JUCE_WINDOWS_ALT_KEY_TRIGGERS_MENU flag which you can use to keep it 2016-08-17 17:25:20 +01:00
jules
a46191ad97 Native OSX menu bar: avoided some duplicated menu bar flashes when invoking commands, and some incorrect tagging of items in the menu 2016-08-17 16:19:48 +01:00
jules
b1ab45052e Avoided a warning in some OSX network code 2016-08-17 16:12:10 +01:00
jules
c353ac34a2 Avoided a race condition when cancelling HTTP stream on OSX 2016-08-17 11:04:24 +01:00
Timur Doumler
c7db4bb7f5 Avoided a compiler warning on OS X due to unused private fields in VSTPluginWindow. 2016-08-17 09:55:00 +01:00
Timur Doumler
773c96399a Whitespace. 2016-08-17 09:54:15 +01:00
luigisambuy
e2dc460927 Made the Desktop class clear any pending animations before shutting down. 2016-08-16 14:55:43 +01:00
jules
91f2453d11 Fixed a bug in UndoManager when using undoCurrentTransactionOnly 2016-08-15 17:11:12 +01:00
jules
2417676ec9 Increased buffer size for names read by the VST host, and changed the string decoder to detect Windows codepage strings as well as UTF8 2016-08-15 16:51:29 +01:00
jules
3f83eedd45 Minor tidying up 2016-08-15 16:49:16 +01:00
tpoole
e9832ffdf4 Added a symmetric skew option to Slider 2016-08-15 11:31:11 +01:00
ed
79dd695731 added ScopedLock to iOSAudioIODevice::handleRouteChange method to avoid race condition 2016-08-12 15:51:42 +01:00
hogliux
1470928b0c Use effGetProductString when getting the name of a VST-2 plugin 2016-08-11 17:50:44 +01:00
jules
82224d7442 Avoided a couple of warnings in iOS builds with older SDKs 2016-08-11 16:06:36 +01:00
jules
999f4848df Stopped the ColourSelector sending a change message from its constructor 2016-08-11 16:06:12 +01:00
jules
3104cbe147 Added an optional notification argument to ColourSelector::setCurrentColour() 2016-08-11 11:12:06 +01:00
ed
cbdf707116 Windows touch with CallOutBox bug fix 2016-08-11 11:02:04 +01:00
hogliux
c7b347242d Partially undo commits #99186e5 and #89d938d and use less-intrusive, JUCE-internal fix for OpenGLContext detach crash
Fixes #88
2016-08-11 10:50:36 +01:00