- Install Java JDK
- Install maven.
- (optional) Install rubato if you don't want to use the rubato in this repo, to set it correctly, this repo should be put inside the installation location of the installed Rubato.
- (optional) Refer to Updating Rubato if you want to customize the installation location for rubato.
cd <PARENT_FOLDER_OF_YOUR_CHOICE>
git clone https://github.com/jiang718/MeloRubette
cd MeloRubette
./env_config.sh
Make sure you at least build once in your system.
mvn package
mvn verify
./runRubato.sh
Hit "File-Open" in the right corner of the task bar, and search for projects under <PATH_TO_REPO>/demo. Please see Rubato Offical Website for more information. Also, you can get the latest rubato software and plugins there.
mvn clean
mvn post-clean
NOTE: rubato.jar is the rubato software, it's update to date for the time being. You can use the rubato.jar downloaded from Offical Website and manually update the rubato.jar.
cd <PATH_TO_DOWNLOAD_FOLDER>
unzip rubato-bigbang.zip
mv rubato-bigbang/rubato.jar <FOLDER_OF_YOUR_CHOICE>/
rm <PATH_TO_MELORUBETTE>/lib/rubato.jar
ln -f <FOLDER_CONTAINING_RUBATO>/rubato.jar <PATH_TO_MELORUBETTE>/lib/rubato.jar
./env_config.sh