vst3_public_sdk icon indicating copy to clipboard operation
vst3_public_sdk copied to clipboard

VST 3 Implementation Helper Classes And Examples

Results 8 vst3_public_sdk issues
Sort by recently updated
recently updated
newest added

This PR fixes a problem where `noteOff` events from `AUWrapper` would have different noteIds than the `noteOn`. For VST3 plug-ins that honor `noteId`, the mismatch causes stuck notes. The problem...

Fixes the following error when you run the AU validation tool: ``` Bad Max Frames - Render should fail ERROR: Input asked for more frames (8192) than current max frames...

Ubuntu 22.04 "jammy" audiohost loads and runs the noteexpressionsynth sample but segfaults on exit: ``` /vst3test/build/bin/Debug$ ./audiohost /home/john/Desktop/vst3test/build/VST3/Debug/noteexpressionsynth.vst3 Press to continue . . . Segmentation fault (core dumped) ``` GDB...

When a 32 bit host application is running with a 64 bit Linux kernel, then getCurrentMachineName will return "x86_64", but dlopen will fail with "wrong ELF class: ELFCLASS64". When this...

# [Windows] Link Error on VST3Inspector Following error occured on GitHub Actions' `windows-latest` environment. VST 3 SDK version is 3.7.7. ``` 2022-12-16T16:07:44.5922127Z vstgui_uidescription.lib(uiviewcreator.obj) : error LNK2019: unresolved external symbol "public:...

I didn't hear back from you, so here's my proposal regarding the above FR. The idea is to add an AAX specific function to the IVst3ToAAXWrapper interface so the plugin...

I am sorry for the tone, but which n00b has written it? There are all typical errors a person does when creating his first Linux event loop in life... In...

hello. I am interested in your project and have analyzed the source code. We apologize for arbitrarily building the source code and testing for vulnerabilities. I ran about 40 vulnerability...