Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ypujante committed Jan 20, 2018
1 parent 6b1d7c0 commit 62465d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion A_Beginners_Guide_To_VST2.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit 62465d1

Please sign in to comment.