88e76ff712
Fixed a parameter change recursion bug in the AUv3 Wrapper by
2018-03-09 13:24:59 +0000
b5e1c3d4c4
AudioProcessorGraph: start outputting audio only after the graph is prepared. by
2018-03-08 13:27:57 +0100
3fcbead84c
AudioProcessor: update obsolete comments (remove reference to non-existent AudiobusLayout). by
2018-03-08 10:56:16 +0100
c859b4af1d
Android: add support for Google Oboe (developer preview). by
2018-03-07 17:43:39 +0100
4aa7e318bb
Decrease LookAndFeel_V4 TextButton font size slightly by
2018-03-07 14:24:46 +0000
06773f18bb
Projucer: Add C++17 flag to exporters that support it by
2018-03-07 09:47:38 +0000
4d20d1a406
Fixed an issue reading BigInteger ranges beyond the highest set bit by
2018-03-06 17:50:11 +0000
3f7220c2af
AudioBlock: remove unnecessary cast from size_t to int. by
2018-03-06 17:22:48 +0100
0ffe0fb61b
Added value-string conversion lambdas to the constructors of AudioParameterBool Choice Float and Int by
2018-03-06 11:42:02 +0000
1907febb11
Fixed typos in Breaking Changes by
2018-03-05 11:52:51 +0000
ff474962fd
Added an option to set a preferred popup direction by
2018-03-02 15:51:37 +0000
284fdc51df
Added a setNormalisableRange method to Slider by
2018-03-01 18:02:33 +0000
3fae666465
Android: restore nav bars visibility on back button press too. by
2018-03-02 12:12:50 +0000
ddc7dbfd4f
Re-saved all projects. by
2018-03-02 11:47:58 +0000
4469217b3e
Android: un-focus TextEditor when keyboard is hidden from nav bar. Ensure immersive mode is properly restored. Fix TextEditor not hiding keyboard if deleted immediately after getting focus. by
2018-03-02 11:43:47 +0000
be9c776c3c
Fixed an issue where JUCE's ScrollBars could not be hidden by
2018-03-02 11:20:50 +0000
524ff595d9
Added a missing function deprecation by
2018-03-01 16:50:29 +0000
780a7662cd
Android: restore nav bar visibility when native keyboard gets dismissed. by
2018-03-01 14:50:37 +0000
7ec4cbdec0
Fixed a typo by
2018-03-01 14:54:34 +0000
5011c47447
VST3: Fixed a resizing bug when a plug-in has a fixed aspect ratio by
2018-02-28 15:26:53 +0000
9685dacc5d
Projucer: Remove getTextButtonFont() from ProjucerLookAndFeel by
2018-02-27 15:00:19 +0000
df29478f64
Increase LookAndFeel_V4 TextButton font size by
2018-02-27 14:59:42 +0000
6a453c7f5c
Added RecentlyOpenedFilesList::forgetRecentFileNatively() by
2018-02-27 12:45:11 +0000
4d24d125fe
Projucer: Ensure that new the project window is opened if reopening previous projects fails by
2018-02-26 10:10:27 +0000
dcfd2316bf
Added legacy mode support to MPEChannelAssigner by
2018-02-26 09:57:13 +0000
11e3d17433
Fixed an issue with bar slider text box colours when using the grey colour scheme of LookAndFeel_V4 by
2018-02-26 09:48:58 +0000
edbeb50eeb
Whitespace by
2018-02-24 13:40:56 +0000
5d9eabb084
Added a method LookAndFeel::setDefaultSansSerifTypeface() by
2018-02-24 10:31:59 +0000
381f97492a
Added a constructor to AudioAppComponent that takes a reference to a shared AudioDeviceManager by
2018-02-23 12:53:50 +0000
2c0bf0b8ce
Modified example plug-ins to use JUCE's internal generic editor and removed the no longer needed GenericEditor.h by
2018-02-22 13:02:49 +0000
611971181f
Added host-side AudioProcessorParameter implementations, deprecated the old methods for managing parameters, and updated the GenericAudioProcessorEditor by
2018-02-23 09:27:35 +0000
40d0d74ce4
Fixed a typo in a comment by
2018-02-22 22:59:11 +0000
581fa8c5a0
AAX: Fixed an issue where you could get stuck in audioParameterChanged recursion by
2018-02-22 16:28:11 +0000
c452e49e8e
Docs: Add block units description to Blocks module by
2018-02-22 17:52:14 +0000
a0f2a72d23
Fix duplicate entries in Breaking Changes by
2018-02-22 16:16:00 +0000
dc96e99738
Made the AudioDeviceManager input/output level getters return a reference-counted struct to ensure that the level processing code is only executed when needed by
2018-02-22 10:01:25 +0000
03195b094e
AAX: Fixed a bug when changing the sidechain source could take a full buffer until reflected in the audio processing by
2018-02-22 09:00:34 +0000
107ba1fd69
Added parameter listener callbacks when a plug-in host changes a parameter by
2018-02-21 15:56:40 +0000
44ec4aee33
PushNotifications: add DeletedAtShutdown for PNs Singleton. by
2018-02-21 17:29:16 +0100
3e66bc69fb
InAppPurchases: fix a bug on Android when failed purchases would not be propagated to IAP listeners. Make InAppPurchases a Singleton. by
2018-02-21 17:28:48 +0100
4be6679aab
Projucer: add option to specify custom drawable resources in Android exporter. by
2018-02-20 18:09:23 +0100
d145fc3cb2
PushNotifications: when fetching the list of delivered notifications on Android, include remote notifications too. by
2018-02-20 12:24:23 +0100
2b2d808310
PushNotifications: handle properly null fields in Bundle when decoding notification data. by
2018-02-20 12:16:13 +0100
8ddbcc1f10
PushNotifications: add Notification copy constructor. by
2018-02-19 19:30:09 +0100
7158847b6b
Projucer: allow to customise remote notifications config file per build configuration. by
2018-02-16 17:46:57 +0100
699bbd43da
MPE: Check if channel is in use as a member channel before checking if it is a master channel in MPEInstrument::updateDimension() to ensure that messages are routed correctly by
2018-02-21 12:01:56 +0000
bd290d8283
Avoid sorting arrays which contain one or fewer elements by
2018-02-20 16:04:04 +0000
748c7df7cb
Bugfix: Detector properly clears throttle's topology cache during detachment. This resolves the assertion failure that has been occurring in the Detector dtor. by
2018-02-21 11:15:31 +0000
c6e9cf0d61
MPE: Respond to 'all notes off' messages for backwards compatibility by
2018-02-21 08:53:56 +0000
d77f4fe691
Added an initialiser list constructor to OwnedArray by
2018-02-20 17:22:28 +0000
ac44306a4c
Fixed a documentation typo by
2018-02-20 15:53:56 +0000
26697f2421
Ensure global mouse listener is removed when SidePanel is destructed by
2018-02-20 14:19:01 +0000
400691b8e0
DSP: Fixed an issue calling reset() on IIRFilters with SIMDRegister template types by
2018-02-20 13:49:07 +0000
859bc9eafc
More whitespace fixes by
2018-02-20 11:08:56 +0000
964638f6d1
Whitespace corrections by
2018-02-20 09:51:05 +0000
824840e8b4
Added to check to prevent parsing of 64 bit float wav files by
2018-02-20 07:32:24 +0000
5d2ffe1ffc
Fixed whitespace in Doxygen files by
2018-02-19 16:23:30 +0000
a604c49a35
Added some methods to SidePanel to set a custom title bar by
2018-02-19 16:07:40 +0000
1f770cc7c8
Made AudioDeviceManager reset its cpu counter when the device is disabled. (Also did a bit of cleanup inside the class) by
2018-02-19 14:48:35 +0000
07968421a1
iOS: Made the default Microphone Usage Description less generic by
2018-02-19 14:19:04 +0000
36f6ff854e
Projucer: Add a text field to the iOS exporter to set the reason for microphone permissions by
2018-02-19 12:51:23 +0000
ad73ea8e3f
VST3: Added a call to setNonRealtime before prepareToPlay by
2018-02-19 12:12:29 +0000
590e49216e
Projucer: Removed an unused lambda capture and some code cleanup in SourceCodeEditor by
2018-02-19 09:12:42 +0000
2577ed103f
DSP: When given an input signal, the Oscillator processor will now mix it's output signal to the input, instead of replacing it by
2018-02-16 12:34:21 +0000
26734f7f85
Added some lambda callbacks to SidePanel by
2018-02-15 16:52:28 +0000
d3d1eeb770
Added an AudioProcessorParameter listener class by
2018-02-14 18:20:59 +0000
d0c2c025ce
Added the ability to mark an AudioProcessorParameter as boolean by
2018-02-14 09:25:56 +0000
b86b95b980
Fixed a bug in the ValueTree move constructor that could leave listeners pointing to a moved-from object by
2018-02-14 12:17:58 +0000
d17595518f
Disable automatic window tabbing behaviour on macOS by
2018-02-14 11:47:04 +0000
260e617363
Projucer: Fixed a VS2013 compiler error by
2018-02-14 09:41:35 +0000
0ba6cb4ecf
DSP: Added bypass support to ProcessChain and ensured that all DSP processors respect the process context's bypass flag by
2018-02-14 09:07:05 +0000
e55e87ee0e
Fixed a compile problem where Atomic<bool> isn't available on some architectures by
2018-02-13 17:06:38 +0000
8d578fae55
Whitespace by
2018-02-13 16:53:09 +0000
0931fcea18
Solved an issue where Ableton Live will deadlock when loading a plugin based on an AudioProcessorGraph. by
2018-02-13 16:51:41 +0000
11c66c266f
Fixed a bounds bug in the JUCE demo intro screen by
2018-02-13 15:23:38 +0000
9a6d05641d
Windows: Make sure currentModifiers are cleared after a pen up event by
2018-02-13 09:00:59 +0000
f654d453ba
Fixed a compiler warning by
2018-02-12 17:13:54 +0000
187d88e75a
VST: Added a Cockos extension to the VST interface to display parameter labels by
2018-02-12 16:35:01 +0000
5b8ef5bc1d
Minor formatting fixes by
2018-02-12 15:50:41 +0000
171020b1e4
Added some android intermediate files to the .gitignore by
2018-02-12 15:20:35 +0000
4410ffc892
Projucer: call ComponentPeer::setRepresentedFile() and ::setIcon() when loading a project by
2018-02-12 14:26:53 +0000
9027d1e5a1
Implemented setIcon() in NSViewComponentPeer by
2018-02-12 12:47:57 +0000
36e872837b
Fix for JUCE_NO_DEPRECATION_WARNINGS causing problems by
2018-02-12 09:52:48 +0000
c72cf7ed64
Added Slider method to modify the number of decimal places that are displayed in a slider's text box by
2018-02-12 09:21:08 +0000
46a596fc7d
CoreAudio: Fixed a potential crash when opening media files with zero audio channels by
2018-02-12 09:13:37 +0000
313e677904
Added equality operators to MPEZoneLayout::Zone by
2018-02-09 15:43:50 +0000
3724a52ac8
FileBrowserComponents and non-native FileChoosers will now correctly respect the initialFileOrDirectory parameter and actually select the file (if initialFileOrDirectory points to a file) by
2018-02-09 12:25:35 +0000
8116f36039
Re-saved all projects. by
2018-02-05 16:19:13 +0100
72116171cc
Android: rework back button handling to catch also programmatic requests. by
2018-02-05 16:11:17 +0100
8dd4e55557
Android: add a couple of JNI classes definitions. by
2018-02-02 10:16:35 +0100
0bc498e913
Projucer: add option to customise activity base class in Android exporter. by
2018-02-01 16:25:10 +0100
71d1feb391
Projucer: add option to include Java JAR libs to Android exporter. by
2018-02-01 14:31:02 +0100
8421e62e3a
Re-saved all projects by
2018-02-08 15:42:58 +0000
dbf39f5b7b
Renamed the MPETest example to MPEDemo and updated it to reflect the recent MPE class updates by
2018-02-08 15:40:02 +0000
6ca97fc897
Updated JUCE's MPE classes to comply with the new MMA-adopted specification by
2018-02-08 15:37:55 +0000
aa01a84ed5
Added MidiMessage::isResetAllControllers() method by
2018-02-08 15:35:27 +0000
d5d0de7978
JUCE version 5.2.1 by
2018-02-08 11:03:01 +0000
abaedc0534
Re-saved all projects by
2018-02-08 11:01:53 +0000
fa0f7a4281
Bump version number to 5.2.1 by
2018-02-08 10:55:52 +0000
04f9760c20
Re-saved all projects by
2018-02-08 10:11:03 +0000