Java 11 or newer Java version is required.
If you use Intellij IDEA, you can follow these steps to open this project on your computer:
- Clone the repository using this link
- In Intellij IDEA, select File -> New -> Project from Existing Sources. Specify the path to the cloned repository. Choose Import project from external model -> Maven -> Finish
- You can start playing with impro-evolution music synthesizer by running main class
- Type commands in standard input. All commands can be shown by typing help
- Every music session if finished via stop command is saved in this directory
- Play your saved session by writing and executing new test method in PlaySaved class.
- Continue to improvise from where you left off using ContinueSaved class