Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oystersandwich authored Mar 23, 2020
1 parent 546ee54 commit 76bcaa5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ Playes back an artificial songs midifile trackwise to be able to record the diff
## Compile (via Ant) and easy use (mainly bash-scripts)

The main directory holds an ant build file: Use *pack* to generate an executable jar (including downloading JFugue lib).
The main build file will call the three build files of the subprojects 'ArtificialSongGenerator/', 'OnsetAnnotator/' and 'SamplingRoboter/'.
Then use bash script 'Sampling/generate-songs' under Linux to create a database based on the *ArtificialSongGenerator* routine.
This script is currently capable of automatically creating wavs and mp3s from midis using cvlc (VLC for console) and fluidsynth plugin.
*NOTE: VLC synth support will be dropped in the next version*
Use bash script 'Sampling/annotate-onsets' under Linux to create onset annotation files for a database folder.

For more usage information:
**All jars and scripts have usage and help files included via '--help' option**
The main build file will call the three build files of the subprojects 'ArtificialSongGenerator/', 'OnsetAnnotator/' and 'SamplingRoboter/'.\
Then use bash script 'Sampling/generate-songs' under Linux to create a database based on the *ArtificialSongGenerator* routine.\
This script is currently capable of automatically creating wavs and mp3s from midis using cvlc (VLC for console) and fluidsynth plugin.\
*NOTE: VLC synth support will be dropped in the next version*\
Use bash script 'Sampling/annotate-onsets' under Linux to create onset annotation files for a database folder.\
\
For more usage information:\
**All jars and scripts have usage and help files included via '--help' option**\

0 comments on commit 76bcaa5

Please sign in to comment.