Skip to content

Reverse playback plugin. Available as VST3 and AUv2.

License

Notifications You must be signed in to change notification settings

tqaudio/reverse300

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reverse300

VST3: YES AUv2: YES AAX: NO License: GPL v3

Reverse300 snapshot

The Reverse300 is a reverse playback plugin.

To install the plugin, visit the TQ Audio website and follow the instruction.


  • VST is a trademark of Steinberg Media Technologies GmbH, registered in Europe and other countries.
  • Audio Unit is a trademark of Apple Inc.
  • AAX is a trademark of Avid Technology.

Develop

The VST3 plugin development is not easy but not hard. Let's clone this repository and start developing today.

Prerequisites

You need the following tools:

Build

Launch the console, cmd.exe on Windows or 'Terminal.app` on Mac. Then run the following commands:

git clone https://github.com/tqaudio/reverse300.git
cd reverse300
git submodule update --init --recursive
mkdir build
cd build

Finally, run the build command depends on each platforms.

Windows

..\tools\windows_setup.bat
msbuild vstsdk.sln

That's it! If the build succeeds, VST3 folder will be generated.

Note: You should use the developer command prompt, not a normal cmd.exe. The developer command prompt comes with the VisualStudio installation. Hit the Windows key and then type "dev" or "developer" to launch.

Mac

../tools/darwin_setup.bash
xcodebuild

That's it! If the build succeeds, VST3 folder will be generated.

Audio Unit and AAX

To build the Audio Unit and AAX version of this plugin, see AUv2.md and AAX.md respectively.

Pull request or fork?

This repository accepts only the pull requests such as bug fix. If you want to add new features to the plugin, fork and start developing your own plugin.

LICENSE

See LICENSE.

Author

Yoshiyuki Koyanagi moutend@gmail.com