Skip to content

lv2-porting-project/tunefish

 
 

Repository files navigation

Tunefish Synthesizer

Tunefish v4 was developed as a smaller replacement of Tunefish v3 with roughly the same power. It was developed for our intro Turtles all the way down which forced us to rethink how to most effectively produce music in very tight machine code. Read more about it here. The result was totally worth it and some might argue it is even more powerful. To open it up to a broader range of people, it was also ported over to Linux and MacOS and it was given a new polished UI.

Check our website at https://tunefish-synth.com

Screenshot

Screenshot

Compiling on Windows

Compile using Visual Studio 2015. Solution can be found in /src/tunefish4/Builds/VisualStudio2015

VST SDK has to be put in directory c:/SDKs

Compiling on Mac OS X

Compile using XCode. Project can be found in /src/tunefish4/Builds/MacOSX

VST SDK has to be put in directory ~/SDKs

Compiling on Linux

The following additional packages are needed on Ubuntu 14.04 to compile:

  • libgl1-mesa-dev
  • libfreetype6-dev
  • libasound2-dev
  • libxrandr-dev
  • libxinerama-dev
  • libxcursor-dev
  • libcurl4-openssl-dev
  • libgtk-3-dev
  • webkit2gtk-4.0

Install them using:

sudo apt-get install libgl1-mesa-dev libfreetype6-dev libasound2-dev libxrandr-dev libxinerama-dev libxcursor-dev libcurl4-openssl-dev libgtk-3-dev webkit2gtk-4.0

run make in directory /src/tunefish4/Builds/LinuxMakefile

Running

Copy the tunefish4.dll/.so/.component/vst (depending on platform) to your desired plugins directory. Run your sequencer.

About

Tunefish virtual analog synthesizer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 60.8%
  • C 21.7%
  • JavaScript 15.9%
  • Makefile 1.2%
  • Objective-C++ 0.3%
  • Shell 0.1%