vstgui | A user interface toolkit mainly for audio plug-ins | Plugin library
kandi X-RAY | vstgui Summary
kandi X-RAY | vstgui Summary
VSTGUI is a user interface toolkit mainly for audio plug-ins (VST, AAX, AudioUnit, etc...) and it is designed for working well with VST3 plug-ins and its wrappers like AU, AAX,...
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of vstgui
vstgui Key Features
vstgui Examples and Code Snippets
Community Discussions
Trending Discussions on vstgui
QUESTION
I am trying to generate an audio plugin using the ASPIK SDK. I keep hitting the same stumbling block. Every time I build I get the error "Use of undeclared identifier 'kDefaultNative'" on this line in the plugingui.h file.
const PlatformType& platformType = kDefaultNative,
If I jump to definition of PlatformType
, I see that the kDefaultNative
is defined in iplatformcallback.h in VSTGUI.
ANSWER
Answered 2021-Jul-17 at 15:27The kDefaultNative
identifier is one of the values of a scoped enumeration (i.e. it's in a class enum { ... }
). So, in order to use it, you need to include that class 'scope'.
So, use a line like the following:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install vstgui
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page