Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paynebc/tunefish
Tunefish virtual analog synthesizer
https://github.com/paynebc/tunefish
Last synced: 3 months ago
JSON representation
Tunefish virtual analog synthesizer
- Host: GitHub
- URL: https://github.com/paynebc/tunefish
- Owner: paynebc
- License: gpl-3.0
- Created: 2015-11-16T07:39:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-09-12T08:43:44.000Z (about 1 year ago)
- Last Synced: 2024-05-12T22:34:54.641Z (6 months ago)
- Language: C++
- Size: 10.2 MB
- Stars: 245
- Watchers: 26
- Forks: 35
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
- License: COPYING
Awesome Lists containing this project
- awesome-juce - tunefish - 3.0|260|Β 1Β year<sub><sup>π </sup></sub>| (Instruments)
README
# 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](https://github.com/paynebc/tunefish/blob/master/media/tunefish4.jpg)
### Compiling on Windows
Compile using Visual Studio 2017. Solution can be found in
/src/tunefish4/Builds/VisualStudio2017VST 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/MacOSXVST 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-devInstall 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.