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 6ef2788 commit 546ee54
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@

The project consists of three subprograms that allow generation of a artificial pop song database with realistic samples

## (1) Artificial Song Generator
### (1) Artificial Song Generator

Creates music pieces (in midi file format) based on intelligent random choices and segmentation in different song parts with various characteristics.

## (2) Onset Annotator
### (2) Onset Annotator

Annotates the midi note events of a generated artificial song (in midi file format).

## (3) Sampling Roboter
### (3) Sampling Roboter

Playes back an artificial songs midifile trackwise to be able to record the different instrument parts via a loopback audiocable.

# Compile (via Ant) and easy use (mainly bash-scripts)
## 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/'.
Expand Down

0 comments on commit 546ee54

Please sign in to comment.