48ac6347e1
Fixed the MSVC exporter to combine multiple internal post-build scripts of various plug-in formats by
2016-09-16 11:20:39 +0100
231a6e479d
Fix some warnings in MSVC by
2016-09-16 11:19:53 +0100
8ec9443543
Projucer various fixes by
2016-09-15 17:12:14 +0200
e35aba3444
Added a standard iterator to NamedValueSet by
2016-09-14 09:26:48 +0100
2fd331fac7
Modified compile-time error to warn the user that juce_audio_devices module is also needed when building AUv3s by
2016-09-13 11:05:49 +0100
cbb8536a6d
Fixed potential crash in mac's legacy WebInputStream implementation by
2016-09-12 18:17:19 +0100
ceefc5b4bf
Avoided a dead-lock in a recent commit to WebInputStream on mac by
2016-09-12 18:06:36 +0100
6d56e488dc
Add support for retina mouse cursors on OS X by
2016-09-12 17:29:20 +0100
5f748bb7a0
Added a method to get the internal viewport of a PropertyPanel by
2016-09-12 12:05:52 +0100
c67c1d4ef9
Added missing JUCE_API keywords by
2016-09-12 12:02:47 +0100
ff40b46bf2
Added support for automatically creating AAX plugin bundles on Windows by
2016-09-12 09:25:30 +0100
f37787df4c
Fixed incorrect comparison in right shift operator of BigInteger by
2016-09-09 14:49:10 +0100
b94a68c9ec
Array: added new method removeIf to remove objects based on an arbitrary condition. Made removeIf and removeAllInstancesOf return the number of objects removed. by
2016-09-09 12:56:49 +0100
cf8d655855
Fixed a possible race condition in mac's implementation of WebInputStream by
2016-09-09 12:00:53 +0100
9177a94b15
Added a check in Button to detect self-deletion as a side-effect of its toggle value changing by
2016-09-08 13:31:01 +0100
1f2eaeb47f
Added support for accessing the properties of a javascript object via the subscript operator by
2016-09-08 10:49:31 +0100
913a868d8d
Fixed a crash on exit error in the plug-in host on windows/linux by
2016-09-08 10:47:57 +0100
16525c0a6f
Fixed some typos. by
2016-09-06 18:41:12 +0100
d73f776370
Fixed a bug where FlexBox would still be compiled on older versions of VS by
2016-09-06 16:49:31 +0100
004f829c2b
Reverted #bea45f84 - this only fixed SVG positioning bugs for limited cases by
2016-09-05 22:12:27 +0100
9276540e7d
Fix to avoid negative width assertion when drawing fitted text in very deep TreeView file trees. by
2016-09-05 17:35:09 +0100
56423ae9fd
Changed Windows windowing so that the resizeStart() and resizeEnd() methods of the constrainer associated with the application window are called when it is maximised. by
2016-09-05 14:24:17 +0100
ed0c032a01
Added a styleChanged flag to enable setText() to take effect after setColor() by
2016-09-05 11:50:18 +0100
29320a01cc
Changed maxSensibleMidiFileSize in MidiFile from 2mb to 200mb to allow loading of large MIDI files by
2016-09-05 10:23:42 +0100
bea45f84db
Fixed SVG child-transform rendering bug. by
2016-09-05 10:07:32 +0100
e74849ccfb
Fixed a missing call to lf.preparePopupMenuWindow in PopupMenu by
2016-09-05 09:52:56 +0100
151e3f769e
Added a LookAndFeel method preparePopupMenuWindow() to allow the window component to be customised before being displayed by
2016-09-04 12:37:53 +0100
132c1d6ae8
Removed "C" after all mono channel names by
2016-09-01 10:26:08 +0100
1a28e7acb2
Fixed modulo zero bug in VST bus arrangement by
2016-09-01 09:18:06 +0100
821dea8008
Fixed implicit conversion warnings in BigInteger by
2016-08-31 17:43:48 +0100
c94be5db8b
Fixed an issue where repaints could be dropped when the host is also sending many repaints to the plug-in by
2016-08-31 16:57:59 +0100
f25753642e
Fixed #100: If base sdk version is newer than 10.12 then no need to define kAudioUnitProperty_SupportsMPE by
2016-08-31 13:04:24 +0100
16e6c6fd84
Slider and NormalisableRange changed to use standard library math functions by
2016-08-31 09:00:50 +0100
c10b042f76
Fixed a potential leak in ScopedPointer by
2016-08-30 16:30:50 +0100
70530a9d9a
Added beginParameterChange() and endParameterChange() methods to AudioProcessorValueTreeState::AttachedControlBase so that changes to ButtonAttachment and ComboBoxAttachment objects can be recorded as automation in hosts. by
2016-08-30 14:42:20 +0100
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 by
2016-08-30 12:30:32 +0100
5c46c65456
Changed the documentation for AudioProcessorValueTreeState::SliderAttachment and ComboBoxAttachment to fix typos by
2016-08-30 09:20:30 +0100
f0555e6a59
Fixed JucePlugin_IsSynth compiler warning. by
2016-08-30 09:02:43 +0100
7be711ec07
Added some functions writeLittleEndianBitsInBuffer() and readLittleEndianBitsInBuffer() for packing bit-fields in memory buffers by
2016-08-28 17:44:39 +0100
a9d843414a
Resaved all projects by
2016-08-26 09:49:20 +0100
c0c912ab4c
Modified BigInteger so that small (128-bit) values don't require heap allocation by
2016-08-26 09:42:28 +0100
28bb28a642
Fixed a trailing "\" bug in the VS intermediates path by
2016-08-25 12:37:06 +0100
c23e95d4b6
Defined HAVE_LROUND for non-MSVC compilers when building FLAC libs by
2016-08-25 12:26:31 +0100
979d3b62a2
Fixed crash on internal changes within aggregate audio devices on OS X by
2016-08-24 09:39:05 +0100
17dee9add2
Restore depecated VST opcodes for CarbonWrapperComponents by
2016-08-24 08:56:50 +0100
ddb879663b
Fixed VSTs erroneously wanting midi input by
2016-08-23 23:24:41 +0100
1ddd394291
Restore missing VST opcode. by
2016-08-23 22:37:19 +0100
d873d2426a
Fix some Xcode warnings in the VST and VST3 wrappers. by
2016-08-23 22:32:10 +0100
cb6b4b7170
Remove VST editor idle by
2016-08-23 22:23:44 +0100
881dfce40f
Fix deadlock in handleRouteChange for iOS audio. by
2016-08-23 17:45:21 +0100
6ba384f4c8
Fixed some missing definitions in the VST hosting for Carbon compatibility by
2016-08-23 11:59:08 +0100
7fad2545c9
Added output level metering to AudioDeviceManager by
2016-08-23 11:58:27 +0100
1942e3d0c1
Added begin/end iterator methods for ValueTree, for handy range-based-for loops over its children by
2016-08-23 09:39:12 +0100
ea7677970c
modified sliderValueChanged() to notify host only on mouse clicks by
2016-08-22 11:51:32 +0100
47c48b2f6a
Changed Projucer LoginForm "Remember login" button to tick box by
2016-08-22 10:25:17 +0100
9f31d6498a
Use a bespoke VST2 interface by
2016-08-22 09:57:16 +0100
1e9af22f96
modified valueChanged() to notify host only on mouse clicks. by
2016-08-19 11:38:35 +0100
08b2116c2b
Make the mousemove behaviour of OS X plug-ins the same as their Windows counterparts by
2016-08-19 09:53:13 +0100
48db4fa75a
Fix for the copy constructor of DrawableRectangle by
2016-08-18 14:09:13 +0100
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 by
2016-08-17 17:25:20 +0100
a46191ad97
Native OSX menu bar: avoided some duplicated menu bar flashes when invoking commands, and some incorrect tagging of items in the menu by
2016-08-17 16:19:48 +0100
b1ab45052e
Avoided a warning in some OSX network code by
2016-08-17 16:12:10 +0100
c353ac34a2
Avoided a race condition when cancelling HTTP stream on OSX by
2016-08-17 11:04:24 +0100
c7db4bb7f5
Avoided a compiler warning on OS X due to unused private fields in VSTPluginWindow. by
2016-08-17 09:55:00 +0100
773c96399a
Whitespace. by
2016-08-17 09:54:15 +0100
e2dc460927
Made the Desktop class clear any pending animations before shutting down. by
2016-08-16 14:55:43 +0100
6547452fd3
Fixed a leak of bubbleMessage object in juce demo by
2016-08-16 09:45:48 +0100
91f2453d11
Fixed a bug in UndoManager when using undoCurrentTransactionOnly by
2016-08-15 17:11:12 +0100
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 by
2016-08-15 16:51:29 +0100
3f83eedd45
Minor tidying up by
2016-08-15 16:49:16 +0100
e9832ffdf4
Added a symmetric skew option to Slider by
2016-08-15 11:31:11 +0100
79dd695731
added ScopedLock to iOSAudioIODevice::handleRouteChange method to avoid race condition by
2016-08-12 15:51:42 +0100
8e10f16eb8
Dialog window to ask whether to keep current project or re-load from disk when .jucer file changes by
2016-08-12 10:08:27 +0100
1470928b0c
Use effGetProductString when getting the name of a VST-2 plugin by
2016-08-11 17:50:44 +0100
82224d7442
Avoided a couple of warnings in iOS builds with older SDKs by
2016-08-11 16:06:36 +0100
999f4848df
Stopped the ColourSelector sending a change message from its constructor by
2016-08-11 16:06:12 +0100
3104cbe147
Added an optional notification argument to ColourSelector::setCurrentColour() by
2016-08-11 11:12:06 +0100
cbdf707116
Windows touch with CallOutBox bug fix by
2016-08-11 11:02:04 +0100
c7b347242d
Partially undo commits #99186e5 and #89d938d and use less-intrusive, JUCE-internal fix for OpenGLContext detach crash by
2016-08-11 10:50:36 +0100
8f7d9f7522
Workaround to avoid an assertion when using File::invokedExecutableFile from a command-line invoked app on OSX by
2016-08-11 09:26:56 +0100
59cc979cfe
Deallocate all nodes in the graph before calling JUCEApplication::quit in the audio demo host by
2016-08-10 17:40:47 +0100
8994f37dd0
Added some FlexBox layout classes, and a demo page for this in the big juce demo app by
2016-08-10 16:57:44 +0100
aa1acb3fed
Avoid unnecessary calls to AudioUnitInitialize. by
2016-08-10 14:48:44 +0100
0159102e10
Fix ResamplingQuality documentation by
2016-08-10 12:35:47 +0100
b936786f80
Remove the recently added shouldReleaseFocusOnMainMenuBarAccess flag and replace with something less intrusive by
2016-08-09 09:26:29 +0100
ec9c033cdf
Add exclusive flag to MemoryMappedFile by
2016-08-09 09:23:06 +0100
89d938dd3a
Make sure to not remove a native component twice by
2016-08-08 18:44:01 +0100
99186e5166
Call removeFromDesktop when an external host tries to remove a juce component from a window (Fixes #88) by
2016-08-08 16:46:44 +0100
1631daca26
whitespace by
2016-08-08 16:42:39 +0100
9062ad9ec1
Windows 10 update touch events bug fix by
2016-08-08 15:51:42 +0100
bc17cb90a8
Changed UndoManager so that if a transaction is aborted with undoCurrentTransactionOnly(), then any previously-saved future redo states are restored. by
2016-08-08 11:31:13 +0100
aa150395f4
Automatically connect midi input devices on mobile in standalone filter apps by
2016-08-05 16:20:23 +0100
5ba1723512
Removed the juce_tracktion_marketplace module's dependency on juce_data_structures by
2016-08-05 15:46:00 +0100
3d1b2d66a3
Added a cast to some VST code to avoid a C++14 warning by
2016-08-05 15:40:10 +0100
1a1897b43b
Made the OSX HTTP stream respond to the return value of the open-stream callback function by
2016-08-05 15:38:33 +0100
675f5943a1
fixed silly typo by
2016-08-05 15:20:28 +0100
f0a00bfe4d
AlertWindow::show() only sets window to always on top if there are other always on top windows by
2016-08-05 14:30:26 +0100
49b9619176
Added a cast to avoid a warning in Array by
2016-08-04 15:42:28 +0100
bc77b00700
MIDI network session enabled for iOS simulator by
2016-08-04 12:24:21 +0100
17a07a0057
Add a flag to release the focus of a component when the user accesses the main menu bar on mac by
2016-08-04 12:08:43 +0100