reuk
059d98507c
Params: Consistently use HostedAudioProcessorParameter rather than AudioProcessorParameterWithID when querying parameter IDs
AudioProcessorParameterWithID pre-dates HostedAudioProcessorParameter,
which is why AudioProcessorParameterWithID was initially used for this
purpose.
2 years ago
reuk
604e090372
VST3 Host: Update host parameter values when only plugin AudioProcessor reports changes
2 years ago
reuk
974795ed7a
VST3: Add support for 5/6/7-order ambisonics from VST 3.7.8
2 years ago
reuk
6015900d6d
VST3 Host: Constrain editor view to prevent it being resized beyond the minimum size recommended by the plugin
2 years ago
reuk
eeb6230db4
VST3 Host: Allow resizing of plugin views
2 years ago
reuk
7c53711ce0
VST3 Host: Read new moduleinfo.json location
2 years ago
reuk
06a2089872
VST3 Client: Update moduleinfotool to write compatibility info from plugin
Reintegrates changes from cf9fc84669
2 years ago
reuk
ab1b8de52f
VST3: Update SDK to 3.7.8
2 years ago
reuk
86011abe21
VST3: Improve MinGW compatibility
2 years ago
reuk
094698b735
VST3: Copy licenses and readmes that were missed during SDK update
2 years ago
reuk
2d31153d99
VST3 Client: Implement IPluginCompatibility
2 years ago
reuk
c34f5de2f5
VST3 Client: Update moduleinfo tool to support exporting info from IPluginCompatibility
2 years ago
reuk
cf9fc84669
VST3 Host: Add support for loading PluginDescriptions from moduleinfo.json
2 years ago
reuk
89f4657bee
VST3: Patch moduleinfotool sources to allow building on more platforms
2 years ago
reuk
417f0e9ca3
VST3: Add moduleinfotool sources
2 years ago
reuk
dccde43300
VST3: Remove warnings in fstring.cpp
2 years ago
reuk
3fee576b47
VST3: Update VST3 SDK
2 years ago
reuk
a233dc2680
AudioProcessor: Fix version hint check
2 years ago
reuk
cf4532967d
AudioProcessor: Only warn once if any parameter version hint is zero
2 years ago
reuk
dcef8b88b2
AudioProcessorGraph: Fix race condition when destroying AudioProcessorGraph on a background thread
2 years ago
Tom Poole
5cd77b0c9a
ARA: Fix a float inequality warning
2 years ago
reuk
f6e6557edb
Global: Fix a few more float equality warnings
2 years ago
reuk
d30f51ff00
AudioProcessorGraph: Ensure graph is rebuilt if any node bus layouts change
2 years ago
attila
221d1aa6cf
VST3: Map k91_4 and k90_4 to the canonical JUCE 9.1.4 and 9.0.4 layouts
2 years ago
reuk
27b38c8603
AudioProcessorGraph: Fix rebuild behaviour for UpdateKind::none
2 years ago
reuk
28414a6af8
Global: Avoid floating-point equality checks where possible
2 years ago
Anthony Nicholls
05d5c94990
Native: Rename all native files for improved consistency
2 years ago
Oli
100fec3830
PluginHostType: Add NI Maschine host type
2 years ago
attila
8c7f4eb231
ARA: Add ARADocumentControllerSpecialisation::doGetPlaybackRegionHeadAndTailTime()
2 years ago
reuk
e1e3697931
AU Client: Check explicit channel layouts all the way up to 16 ins/outs
AUs are more likely to have 16 channels on a bus now that the 9.1.6
Atmos layout is available.
2 years ago
attila
39cd0ef532
Add support for AAX SDK 2.5.0
2 years ago
reuk
926bbda4fa
AudioProcessorEditor: Add method to configure layer-backedness of plugin editors
2 years ago
reuk
7da615a7a3
Objective-C: Tidy up block usages, and document block helpers
2 years ago
reuk
d073a7e8ca
VST3 Host: Avoid reading from non-existent buses
2 years ago
reuk
3d09a98826
AudioProcessorGraph: Avoid data race when setting parent on AudioGraphIOProcessor
2 years ago
reuk
39a731de46
ScopedMessageBox: Replace old AlertWindow uses with new API
2 years ago
reuk
d5ad26a162
AUv2 Client: Add support for new MIDIEventList APIs on supported platforms
2 years ago
reuk
d4dd149b64
VST Host: Avoid re-adding VST window to list of active windows after destruction has started
On Windows, broughtToFront may be called during the destructor of
VSTPluginHost, adding the window back into activeVSTWindows, leading to
a heap-use-after-free in vstHookWndProc.
This change means that broughtToFront will only reorder
activeVSTWindows; it will never add a window that's not already in the
list.
2 years ago
Tom Poole
29a90a0231
BSD: Fix some compiler warnings
2 years ago
reuk
0889588ae4
VST3: Avoid copy in channel mapper
2 years ago
reuk
543b001e9c
FileSearchPath: Allow working with paths that are not necessarily absolute
This allows paths that are prefixed with environment variables to behave
as expected. This is useful when scanning the default LV2 locations in
the AudioPluginHost on Windows.
2 years ago
reuk
ff534baf5f
GenericAudioProcessorEditor: Fix issue where the ChoiceParameterComponent would re-set the parameter value in response to a parameter value change
2 years ago
reuk
39ba1c8383
VST3: Remove unhelpful assertion
Some hosts (e.g. REAPER) will attempt to instantiate plug-ins with 64
active channels, and JUCE can't represent this layout. In this case,
failing to convert between VST3/JUCE layouts is not a logical error, so
asserting is not appropriate.
2 years ago
reuk
621e5e3de4
AudioProcessorGraph: Add basic benchmark test
2 years ago
reuk
cd6939c073
AudioProcessorGraph: Improve lookup speed in isBufferNeedLater
2 years ago
reuk
4211a2a0fd
AudioProcessorGraph: Only prepare a render sequence for the current processing precision
2 years ago
reuk
eaa6dfc3ee
AudioProcessorGraph: Allow triggering manual rebuild, and avoid rebuilding if nothing has changed
2 years ago
reuk
4b222427f9
VST3: Avoid requesting channel layouts that cannot be represented as SpeakerArrangements
2 years ago
reuk
6bd31bab35
VST3 Client: Allow mismatched channel counts in safe cases
2 years ago
Tom Poole
78f1baae08
Bump version number to 7.0.5
2 years ago