Skip to content

RuiVarela/ThatOldSound

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThatOldSound

A minimal SuperSaw synthesizer using JUCE

preview

Configure and build

git clone git@github.com:RuiVarela/ThatOldSound.git
cd ThatOldSound
code .

Desktop

mkdir build && cd build
cmake ..
cmake --build .

Ios

cmake -Bbuild-ios -GXcode -DCMAKE_SYSTEM_NAME=iOS -DCMAKE_OSX_DEPLOYMENT_TARGET=12.0 \
    -DCMAKE_XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY="Apple Development" -DCMAKE_XCODE_ATTRIBUTE_DEVELOPMENT_TEAM=XXXXX

Cool Videos by Sebastian Lague

About

SuperSaw like synth

Topics

Resources

Stars

Watchers

Forks

Contributors