jules
|
426c8fad0b
|
Avoided out-of-range values in OSX magnify gesture callbacks.
|
2015-03-24 16:19:25 +00:00 |
|
jules
|
3bcc182fe9
|
Fix for blank windows when closing VST windows on Cubase 7 or later.
|
2015-03-24 16:08:46 +00:00 |
|
jules
|
a4f5faec2d
|
Fix for a crash when deleting FileBrowserComponent under certain circumstances.
|
2015-03-24 16:00:58 +00:00 |
|
jules
|
7086f673ac
|
Fix for a problem in applying openness to FileBrowserComponent treeviews.
|
2015-03-24 15:53:04 +00:00 |
|
jules
|
8cacb499f1
|
Documentation correction.
|
2015-03-24 14:30:34 +00:00 |
|
jules
|
dccd4f0393
|
Added a flag JUCE_DISABLE_AUDIOPROCESSOR_BEGIN_END_GESTURE_CHECKING which can be used to avoid sanity-checks on plugin parameter gestures
|
2015-03-24 09:13:10 +00:00 |
|
jules
|
90c88ec416
|
Tweaked the Label class to take its border into account when positioning relative to a target component.
|
2015-03-23 18:13:07 +00:00 |
|
jules
|
53314f8eda
|
Fix for plugin resize/repaint glitch when running in Ableton.
|
2015-03-23 17:22:56 +00:00 |
|
jules
|
14c7f8f90a
|
Minor comment correction
|
2015-03-23 16:38:35 +00:00 |
|
jules
|
0bb60f9c76
|
VST3 parameter begin/end workaround for problems in Cubase.
|
2015-03-23 16:17:35 +00:00 |
|
jules
|
710aec4503
|
Fixed a couple of broken unit tests
|
2015-03-23 13:01:43 +00:00 |
|
jules
|
8ce3099d93
|
Reverted a recent linux sub-window event change.
|
2015-03-23 12:18:22 +00:00 |
|
jules
|
3825467af7
|
Added method Synthesiser::setMinimumRenderingSubdivisionSize() to allow control over the resolution of block size that the synthesiser class uses.
|
2015-03-23 11:19:43 +00:00 |
|
jules
|
f02562f2c4
|
Fixed some documentation.
|
2015-03-23 09:54:19 +00:00 |
|
jules
|
cfb3c5459a
|
Improved the way juce_isRunningUnderDebugger() works on linux.
|
2015-03-20 10:17:20 +00:00 |
|
jules
|
4e4a9968a3
|
Reverted my typo that had changed the minimum font horizontal scale from the old default 0.7
|
2015-03-19 15:40:48 +00:00 |
|
jules
|
0049fdb39c
|
Fix for linux window repaint problems on the Raspberry Pi.
|
2015-03-19 15:18:47 +00:00 |
|
jules
|
4058c25da3
|
Added a missing namespace in the AAX code.
|
2015-03-18 08:58:28 +00:00 |
|
jules
|
65da989cd0
|
Added a couple of methods to PluginListComponent to allow deletion of selected plugins and access to the listbox.
|
2015-03-17 21:55:30 +00:00 |
|
jules
|
611abe7812
|
Tweaked the flags used when linux windows are created within a parent.
|
2015-03-17 13:06:19 +00:00 |
|
jules
|
11ca405d4f
|
Added ability for PropertyPanel to insert/remove panels. (And tidied up the class internally a bit)
|
2015-03-17 13:04:02 +00:00 |
|
jules
|
844d9e8d86
|
Added method Font::getDefaultMinimumHorizontalScaleFactor() to make it possible to change the global minimum font squashing amount.
|
2015-03-17 11:41:14 +00:00 |
|
jules
|
251a059644
|
Fixes for AAX yesterday's chunk improvements.
|
2015-03-17 11:23:16 +00:00 |
|
jules
|
bb14c94af2
|
Added missing virtual destructor to StandalonePluginHolder.
|
2015-03-17 10:46:37 +00:00 |
|
jules
|
ab018dbe38
|
Virtualised a couple of methods in StandalonePluginHolder
|
2015-03-17 10:04:34 +00:00 |
|
jules
|
61293f590e
|
Fix for an AAX problem involving chunks on multiple threads
|
2015-03-16 18:06:58 +00:00 |
|
jules
|
6bbe61f024
|
Compiler warning fix in iOS build.
|
2015-03-16 15:28:06 +00:00 |
|
jules
|
44daeecae8
|
Fixed a compiler warning
|
2015-03-16 09:11:26 +00:00 |
|
jules
|
43252dc605
|
Tidied-up a few stray sign-conversion warnings.
|
2015-03-15 18:22:19 +00:00 |
|
jules
|
995839429e
|
Tweaked JUCE_UNDENORMALISE to add/subtract a different constant, as this seems to lead to values that snap to zero better.
|
2015-03-13 10:56:18 +00:00 |
|
jules
|
05cc54abf6
|
Improved AAX support for parameter value<->string conversion, and fix for some problems with AAX parameter highlighting.
|
2015-03-12 12:49:16 +00:00 |
|
jules
|
0a977b5589
|
Added a template specialisation for juce_hypot when used with float parameters.
|
2015-03-12 10:20:11 +00:00 |
|
jules
|
b8696a0ecd
|
Minor tidying-up.
|
2015-03-12 10:04:51 +00:00 |
|
jules
|
8f51420c8d
|
Minor documentation fix.
|
2015-03-12 09:42:26 +00:00 |
|
jules
|
d723d58b16
|
Documentation fix.
|
2015-03-11 09:52:52 +00:00 |
|
jules
|
2044141216
|
Added a Synthesiser::handleProgramChange method
|
2015-03-10 14:52:54 +00:00 |
|
jules
|
3dc8a96265
|
Made the JUCE_UNDENORMALISE macro active on 64-bit intel, because apparently it actually is still an issue on that platform.
|
2015-03-10 11:20:42 +00:00 |
|
jules
|
726279be09
|
Fixes for iOS build with modal components disabled, and for some obj C problems with older SDKs.
|
2015-03-09 10:36:55 +00:00 |
|
jules
|
f6139cee55
|
Minor documentation cleanups.
|
2015-03-07 17:45:45 +00:00 |
|
jules
|
7e51302069
|
Minor optimisation in AudioSampleBuffer
|
2015-03-07 13:59:04 +00:00 |
|
jules
|
1359a6b895
|
Fixed an uninitialised member of BufferingAudioReader
|
2015-03-05 17:46:49 +00:00 |
|
jules
|
f799bb0d6b
|
Another fix for Windows builds with modal comps disabled.
|
2015-03-05 15:48:27 +00:00 |
|
jules
|
5fc76082e2
|
Fix for Windows builds with modal components disabled.
|
2015-03-05 15:42:45 +00:00 |
|
jules
|
3e947f1612
|
Fixes for unused parameter warnings when modal loops are disabled.
|
2015-03-05 14:38:42 +00:00 |
|
jules
|
19cd517bac
|
(Oops - last Path check-in should have been used float, not int)
|
2015-03-04 16:19:11 +00:00 |
|
jules
|
3cee0e2c19
|
Updates to Slider to keep the text box editability in sync when the parent is enabled.
|
2015-03-04 16:01:20 +00:00 |
|
jules
|
cd48446e89
|
Added an alternative version of Path::addPieSegment()
|
2015-03-04 14:42:18 +00:00 |
|
jules
|
5775d62810
|
Fix to FFT::performFrequencyOnlyForwardTransform
|
2015-03-04 11:59:25 +00:00 |
|
jules
|
e1dcd96892
|
Workarounds to allow building with Xcode option "strict checking of objc_msgSend calls" enabled.
|
2015-03-03 09:47:03 +00:00 |
|
jules
|
968a9eb392
|
Modified MidiMessageSequence::createControllerUpdatesForTime() to use an Array<MidiMessage> instead of an OwnedArray. There are almost no situations where you'd get better performance out of an OwnedArray so if this change broke your code, it's a good idea to have a re-think!
|
2015-03-02 17:55:45 +00:00 |
|