Skip to content

SquarePine/Chromatone_old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

SquarePine - Chromatone


Get Started - After Forking & Forking

Typical Update

First Download

Run the following git commands on the repository:

git submodule update --init --recursive

Any Other Update

Run the following git commands on the repository:

git submodule update --recursive

Purging Submodules to Forcibly Update

If you're running into troubles updating your submodules, try cleaning up everything and removing the local submodule files first before reupdating them.

You may use the script below to faciliate this process:

git clean -dfx
git reset --hard
rm -rf submodules/AudioWorks*
git fetch --all
git rebase upstream/master
git submodule update --init --recursive

How to Build the Application

  • Open, build and run the Projucer project.
    • Found under submodules/JUCE/extras/Projucer/Builds.
  • Open the Sounite.jucer file, hit save, and open the appropriate project for your IDE.

Submodule Dependencies

Internal

Third Party