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

7830 commits

Author SHA1 Message Date
jules
eda613c6db Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
tpoole
b58a0f4be7 Fixed some VS2013 compiler errors 2017-09-07 16:44:46 +01:00
tpoole
f346de10c3 Fixed 4dcce50 to support AudioProcessor based parameter selection 2017-09-07 16:26:11 +01:00
hogliux
05624e8354 AU: Disable CoreAnimation resizing transitions for AU plug-in windows 2017-09-07 16:19:14 +01:00
ed
5900e076f9 Added some missing HTML colours 2017-09-07 15:23:55 +01:00
hogliux
56e6d69364 VST3: Fix plug-in resize issue in Bitwig studio 2017-09-07 15:19:38 +01:00
tpoole
142bebbb92 A small documentation fix 2017-09-07 11:30:39 +01:00
tpoole
8aca5604eb Fixed a VS2013 compiler error 2017-09-07 10:31:23 +01:00
tpoole
4dcce5083c Added an option to declare plug-in parameters as either continuous or discrete, irrespective of their number of steps 2017-09-07 10:11:29 +01:00
hogliux
11d031f9f0 DSP: Added missing snapToZero in the StateVariableFilter 2017-09-06 16:22:03 +01:00
hogliux
ede622c1ef Re-saved all projects 2017-09-06 15:23:19 +01:00
hogliux
d4e0ba0e4d Android: Fixed an issue where the AlertWindow's callback would never be called if AlertWindows were dismissed by clicking outside the alert's window on Android 2017-09-06 15:19:24 +01:00
hogliux
665b0a3e3a VST3: Fixed the calculation of timeInSeconds AudioPlayHead information 2017-09-06 14:29:50 +01:00
jules
64e76146d9 Avoided a compiler error when using xcode with very old standard libraries 2017-09-06 14:12:41 +01:00
hogliux
3ba8c1f864 iOS AUv3: Removed too strict API limitations to open URLs in AUv3s as iOS seems to allow this 2017-09-06 12:48:21 +01:00
hogliux
cc6a417a1d DSP: Removed left-over VS post-build commands from DSP module plugin demo sample 2017-09-06 11:53:24 +01:00
hogliux
f1d6298206 DSP: Fixed multiple issues with the DSP Oversampling class and updated DSP module plug-in demo code accordingly 2017-09-06 10:17:09 +01:00
hogliux
7a34790388 DSP: Made trimming of the convolution impulse response optional 2017-09-06 10:04:12 +01:00
tpoole
0a7e9ff119 Whitespace 2017-09-06 08:38:50 +01:00
jules
1cc371cae9 Fix for an AudioBuffer move operator bug 2017-09-05 16:39:51 +01:00
jules
7c6f3d40b6 Tidied up some method calls involving HeapBlock 2017-09-05 16:06:57 +01:00
jules
637367959c Whitespace 2017-09-05 15:06:25 +01:00
jules
32fe9e81ce Removed the need for the window to be focused for the slider's hover popup to work 2017-09-05 15:05:56 +01:00
jules
95e02b1b26 A bit of minor tidying up in TableHeaderComponent 2017-09-05 14:56:22 +01:00
jules
80f76bfe0a Added a std::hash function for juce::String to make it more compatible with std containers 2017-09-05 14:20:19 +01:00
jules
9ac2fae469 Made TooltipWindow::getTipFor() a public virtual method 2017-09-05 14:13:11 +01:00
jules
e30178418c Modernised some code in TableListBox 2017-09-05 12:47:15 +01:00
jules
baa5907668 Added some setter methods to SynthesiserVoice 2017-09-05 10:03:45 +01:00
Lukasz Kozakiewicz
f65500ec7b InAppPurchases: fix linker error on iOS when product unlocking module is included by IAP capability is turned off. 2017-09-05 10:43:19 +02:00
jules
65ba032545 Tweaked the wording of some comments in AudioPlayHead 2017-09-05 09:02:15 +01:00
tpoole
87c22acd97 Projucer: Fixed a bug in the plug-in template code 2017-09-04 08:38:21 +01:00
ed
6b53daa448 BLOCKS: Removed a couple of old LittleFoot methods 2017-09-01 16:31:33 +01:00
ed
8106722da7 BLOCKS: Added some extra LittleFoot definitions and a new local config for gamma correction 2017-09-01 16:02:03 +01:00
hogliux
7d98da98ea Added FakeMouseMoveGenerator to AAX plug-ins so that the recent plug-in mouse exit fix also works for AAX plug-ins 2017-09-01 15:06:32 +01:00
hogliux
86f9c11d15 Added new FrameRateType fps23976 to AudioPlayHead 2017-09-01 11:09:44 +01:00
ed
dec870f5eb Projucer: Fixed a few live-build errors on Windows 2017-09-01 11:06:01 +01:00
tpoole
16f2c13ea7 Added the ability to use non-automatable parameters with the AudioProcessorValueTreeState class 2017-08-31 14:17:43 +01:00
ed
37c243bb49 Fixed a bug in plug-ins on Mac where mouse exit events weren't being sent when the mouse cursor left the plug-in window 2017-08-31 12:04:07 +01:00
hogliux
a7b9da40a2 Fixed a crash when animators delete top-level components during a screen rotate animation 2017-08-31 10:57:44 +01:00
Lukasz Kozakiewicz
c8c692e2b7 Android: fix web input stream reporting always total length of -1. 2017-08-31 10:28:24 +01:00
hogliux
7cbb792f71 Fixed an issue where sliders would draw incorrectly in LookAndFeel4 if the slider's value text box was placed left to the slider 2017-08-30 18:07:59 +01:00
Lukasz Kozakiewicz
8e7b29b3ee Android: fix HTTP redirect. 2017-08-30 18:03:57 +01:00
tpoole
7316128918 Fixed some bugs in the sliders demo 2017-08-30 17:43:52 +01:00
hogliux
29b5c98c53 Android: Fixed a compiler error when targeting Android SDK versions < 19 2017-08-30 16:52:03 +01:00
hogliux
da30211b19 Fixed an issue where sliders would draw incorrectly in LookAndFeel4 if the slider's value text box was placed above the slider 2017-08-30 16:22:12 +01:00
tpoole
43ccf26b91 Removed a duplicate line when detecting the plug-in host type 2017-08-30 16:02:30 +01:00
hogliux
d105d9418a Added a minimum velocity property to the ContinuousWithMomentum animated position behaviour and increased the minimum velocity of the viewport to avoid some jitter when the viewport animation is close to stand still 2017-08-30 15:53:04 +01:00
tpoole
9b30c2401a Added plug-in host type detection for Cubase 8.5 and 9 2017-08-30 15:25:49 +01:00
tpoole
53aa5b9849 Removed some duplicated code from the demo plug-in 2017-08-30 15:25:48 +01:00
hogliux
66da02d233 Fixed an issue where ComboBox popup menus would flicker if a second combobox menu was opened 2017-08-30 15:19:30 +01:00