Releases: cpe305/fall2016-project-dsabsay
Final Release - v4.0
Final release for CPE 305.
Windows support is not guaranteed. I did not have a great way to test on Windows.
Release v3.0
This is release v3.0.
Core functionality implemented.
Project Progress
Currently, Travic CI is not working. Essentia's dependencies need to be installed, and the Essentia library needs to be compiled from source. This still is not working.
Script to install dependencies and compile Essentia:
install_essentia.sh
Functionality not relying on Essentia should still be functional. Running com.dsabsay.application.Main should launch the application (the functionality accessible from the application does not rely on Essentia yet, so it should still work).
In order to see rhythms notated in the application, a path to the rhythms will have to be provided in the Settings page.
The path is:
path/to/project/src/main/exercises/testRhythmExercises
System Architecture Skeleton
All tests not passing, but progress on the system architecture is shown.