tpoole
|
4f9fbccdda
|
VST2: Fixed a bug when asking the host to resize a plug-in window
|
2017-08-02 17:39:30 +01:00 |
|
hogliux
|
b5626d1507
|
AU: Fixed a compiler error when using the legacy channel layout field
|
2017-07-31 10:10:54 +01:00 |
|
hogliux
|
c1ad53c14e
|
Bump version number to 5.1.0
|
2017-07-27 12:39:23 +01:00 |
|
hogliux
|
7ca5ad001e
|
Added multichannel file io readers and writers
|
2017-07-27 12:39:17 +01:00 |
|
tpoole
|
281c2fe2af
|
Narrowed the scope where -Wundeclared-selector is ignored in the AUv3 wrapper
|
2017-07-26 16:29:17 +01:00 |
|
hogliux
|
c0f69183e7
|
VST2 & VST3: Plug-Ins will already be scaled on retina screens - don't try scaling them again
|
2017-07-26 14:42:44 +01:00 |
|
tpoole
|
a05362d46b
|
Projucer: Xcode exporter: Updated to support Xcode 9
|
2017-07-24 18:00:54 +01:00 |
|
hogliux
|
bfc5708521
|
VST2: Ignore scaling requests on macOS/iOS as scaling is already handled natively
|
2017-07-20 08:59:45 +01:00 |
|
hogliux
|
663af835f9
|
AUv3: Update preset list when updateHostDisplay is called
|
2017-07-19 10:44:31 +01:00 |
|
jules
|
f0792827a4
|
Added Tracktion Waveform to PluginHostType
|
2017-07-17 13:00:31 +01:00 |
|
hogliux
|
4b4b171423
|
VST3: Fixed an issue where the program number was calculated incorrectly when the host requests a program change
|
2017-07-11 11:43:08 +01:00 |
|
hogliux
|
0508e4f2fe
|
AU: Remove old unused source file (and apply my previous fix on the correct file)
|
2017-07-10 17:47:09 +01:00 |
|
hogliux
|
ab13359c66
|
AAX: Fixed an issue where an AAX plug-in would hit an internal ProTool assertion if it had meters (and no sidechain)
|
2017-07-06 15:24:56 +01:00 |
|
tpoole
|
507a4ed985
|
Standalone plug-in: Fixed the placement of the mute feedback option
|
2017-07-05 14:15:50 +01:00 |
|
tpoole
|
f4622f2f46
|
Restored an accidentally deleted file and resaved all projects
|
2017-06-30 16:59:53 +01:00 |
|
jules
|
74c96208fe
|
Removed Quicktime from the OSX build, and replaced the video player and camera implementations with AVFoundation
|
2017-06-30 16:08:51 +01:00 |
|
hogliux
|
6f879cd8cd
|
AAX: Fixed an issue where AAX plug-ins would report a confusing error if their AudioProcessor's getStateInformation returned an empty MemoryBlock
|
2017-06-29 18:03:59 +01:00 |
|
hogliux
|
abd04ad948
|
Fixed a typo in the previous commit
|
2017-06-20 12:56:21 +01:00 |
|
hogliux
|
831e06d6bd
|
VST2: Fixed missing Xlib initialisation in VST2 wrapper
|
2017-06-20 11:37:45 +01:00 |
|
hogliux
|
22c187826d
|
Android: Fixed a compile error when building standalone plug-ins on Android
|
2017-06-07 16:10:21 +01:00 |
|
jules
|
8493da4d7b
|
Added method AudioProcessorEditor::setScaleFactor() and the Presonus plugin GUI scaling extensions to the VST2/VST3 plugin client and host classes.
|
2017-06-07 10:33:59 +01:00 |
|
hogliux
|
b449c346ad
|
VST3 Wrapper: Fixed an issue where JUCE would overwrite audio data into an input buffer provided by VST3 hosts
|
2017-06-05 16:05:12 +01:00 |
|
hogliux
|
a5aaf97806
|
AUv3 Wrapper: Fixed a bug where AUv3 meters would display incorrect parameter units
|
2017-06-05 11:19:09 +01:00 |
|
hogliux
|
ecacee031d
|
AudioProcessor: Added optional getAlternateDisplayNames callback to be able specify shorter names for your AudioProcessor
|
2017-06-02 11:31:57 +01:00 |
|
hogliux
|
7673e4e0ad
|
Ensured that consistent caps is used for preprocessor macro JucePlugin_Build_Standalone
|
2017-05-31 14:42:43 +01:00 |
|
hogliux
|
9d921a3b21
|
Standalone Plugin: Fixed an issue where resizing a plugin's editor in standalone mode would not resize the parent window
|
2017-05-31 12:02:12 +01:00 |
|
hogliux
|
c55c127f84
|
Standalong plug-in target: Fixed a compile error for older macOS deployment targets
|
2017-05-31 12:02:11 +01:00 |
|
hogliux
|
bc3ef88603
|
Bump version number to 5.0.2
|
2017-05-30 16:32:47 +01:00 |
|
jules
|
de855f0b35
|
Cleanups to some X windowing classes
|
2017-05-22 15:52:26 +01:00 |
|
jules
|
44d92805f6
|
Some cleanups in the VST wrapper and channel-set code
|
2017-05-22 15:52:16 +01:00 |
|
hogliux
|
e50cca1c1a
|
Standalone Plug-in Target: Ensure that standalone plug-in target works with default Projucer's plug-in project template and improve code and UX to avoid nasty feedback loops
|
2017-05-22 13:02:08 +01:00 |
|
jules
|
93f07cc177
|
Code cleanup
|
2017-05-12 09:27:35 +01:00 |
|
hogliux
|
fa1b74611e
|
VST2: Fixed a nullptr dereference when a VST2 host is supplying nullptrs to the VST2 processReplacing callback
|
2017-05-11 09:57:05 +01:00 |
|
tpoole
|
30c8f3f680
|
Fixed inconsistent VST 3 parameter changed callbacks
|
2017-05-10 17:18:44 +01:00 |
|
hogliux
|
6d54057c7f
|
VST2: Fixed a nullptr dereference in the VST2 wrapper if hosts supply nullptr buffer
|
2017-05-10 16:34:44 +01:00 |
|
hogliux
|
b4d655499b
|
VST2: Use 16 channels of midi in VST2 wrapper
|
2017-05-10 16:10:12 +01:00 |
|
hogliux
|
c430b03efa
|
AUv3: Ensured that the AudioProcessor's editor is released when the AUv3 view controller is de-allocated
|
2017-05-10 15:23:39 +01:00 |
|
hogliux
|
0365fafb3f
|
AUv3: Fixed an issue where AUv3s would load muted if an unspecified layout tag was passed to the AUv3
|
2017-05-10 15:23:39 +01:00 |
|
hogliux
|
5c19886a43
|
Re-named JUCE_USE_CUSTOM_AU3_STANDALONE_APP macro and fixed linker errors on macOS/iOS platforms when macro is used
|
2017-05-08 12:15:37 +01:00 |
|
jules
|
70a830be4b
|
Made VST plugins respond to the effIdentify message with the official 'NvEf' magic number
|
2017-05-05 17:13:06 +01:00 |
|
hogliux
|
8413614744
|
Bump version number to 5.0.1
|
2017-05-04 15:26:54 +01:00 |
|
jules
|
2b4d0d8819
|
Disabled some more warnings in 3rd party AU and AAX code
|
2017-05-04 10:49:31 +01:00 |
|
hogliux
|
13e7fc83cd
|
Fixed a typo in the VST3 wrapper
|
2017-05-03 12:08:46 +01:00 |
|
hogliux
|
9d81c5066a
|
Bump version number to 5.0.0
|
2017-04-27 14:43:05 +01:00 |
|
hogliux
|
b5afccc37c
|
Updated file headers and the README with the JUCE 5 license
|
2017-04-27 14:43:04 +01:00 |
|
hogliux
|
ef2c63e4e3
|
Added a new LookAndFeel (V4) and re-skinned the JUCE Demo and examples. Improved the JUCE Demo on mobile devices.
|
2017-04-27 14:40:50 +01:00 |
|
jules
|
79c54bc076
|
Added some missing 60fps framerate variables
|
2017-04-03 11:25:48 +01:00 |
|
jules
|
8140564808
|
Relaxed the maximum length restriction on VST parameter names from 16 to 32 chars, as we assume all the hosts will be OK with that.
|
2017-03-30 10:44:41 +01:00 |
|
jules
|
8ed41ed14b
|
Fixed some whitespace style and cleaned up some code using C++11
|
2017-03-27 13:06:42 +01:00 |
|
tpoole
|
9a8298a91a
|
Fixed VST3 compiler warning
|
2017-03-20 12:28:14 +00:00 |
|