Awesome
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
Compiling on Windows
Compile using Visual Studio 2017. Solution can be found in /src/tunefish4/Builds/VisualStudio2017
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
VST SDK has to be put in directory ~/SDKs
The following additional packages are needed on Ubuntu 20.04 to compile:
- libgl1-mesa-dev
- libfreetype6-dev
- libasound2-dev
- libxrandr-dev
- libxinerama-dev
- libxcursor-dev
- libcurl4-openssl-dev
Install them using:
sudo apt-get install libgl1-mesa-dev libfreetype6-dev libasound2-dev libxrandr-dev libxinerama-dev libxcursor-dev libcurl4-openssl-dev
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.