Skip to content

kendfss/monomer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

monomer

A VST2 Plugin that enables the user to convert stereo signals to mono and/or swap the left and right channels.

It's heavily indebted by DFX's Monomaker, in fact I originally wrote this because I needed something to replace it when I wanted to finish some tracks on a mac that didn't support 32bit plugins.

compiling

to compile it for your current platform just use go build --tags=plugin and you'll get a shared/dynamic object/library in your current directory.

to compile for windows from another platform use:

CGO_ENABLED=1 GOOS=windows CC=path/or/name/of/your/windows/c/compiler go build --buildmode=c-shared --tags=plugin -o monomaker.dll

About

VST plugin for stereo management

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages