Export a VST on a mobile
HI everyone, is it possible to export a VST build in MAX for a mobile application?
Hi Carolina,
You can't directly export a VST plugins from Max. It used to be possible in Max 4 - in combination with pluggo - but that option is gone. If you build your effect/sound engine in gen~ you can export this part of your code as c++. To create a VST or AU plugin you still need to code it around the exported code. Plus: I am not aware that VST Plugins for mobile applications exist, but maybe someone can prove me wrong on that...
Jan