diff --git a/A_Beginners_Guide_To_VST2.4.md b/A_Beginners_Guide_To_VST2.4.md index 6997c53..5092b46 100644 --- a/A_Beginners_Guide_To_VST2.4.md +++ b/A_Beginners_Guide_To_VST2.4.md @@ -81,6 +81,6 @@ The callback `AEffect.processReplacing` (and `AEffect.processDoubleReplacing` fo The file [plugin.cpp](./M3dB/plugin.cpp) serves as a basic example and explain the main concepts and interactions between the host and the plugin (for example how to get a hold of the plugin in the various callbacks, how to implement the `dispatcher` callback, etc...). #### Packaging & Deployment -The VST plugin build and packaging depends entirely on the platform. On macOS, it needs to be a bundle. By convention, on macOS, the host will look into several folders like `$HOME/Library/Audio/Plugin-Ins/VST` or `/Library/Audio/Plugin-Ins/VST` for VST 2.4 plugins. +The VST plugin packaging and deployment depend entirely on the platform. On macOS, it needs to be a bundle. By convention, on macOS, the host will look into several folders like `$HOME/Library/Audio/Plugin-Ins/VST` or `/Library/Audio/Plugin-Ins/VST` for VST 2.4 plugins. See [README](./README.md) for more details on how to build/deploy this example (on macOS for the moment). \ No newline at end of file