Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
donarturo11 committed Jul 7, 2024
1 parent a6f4fb1 commit e5fee8c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,21 @@ TuningTrainer is a small and simple program to training tuning systems, recommen
* Install needed dependencies.
* Go to source directory then type these commands:
```
cmake -S . -B build/
cmake --build build/
git clone https://github.com/donarturo11/tuningTrainer
cmake -S tuningTrainer -B tuningTrainer-build/
cmake --build tuningTrainer-build/ [--config Release]*
cmake --install tuningTrainer-build/ [--config Release]
* if do you use msvc add expression in squared parenthesis]
```

# Requirements
* STK Synthesis Toolkit [https://ccrma.stanford.edu/software/stk/](https://ccrma.stanford.edu/software/stk/)
* Realtime Audio (git version) [https://www.music.mcgill.ca/~gary/rtaudio/](https://www.music.mcgill.ca/~gary/rtaudio/)
* PortAudio [https://www.portaudio.com/](https://www.portaudio.com/)
* QT 5 or 6

# Status
Actually program was totally rewritten. To use compiled versions, please download [release versions](https://github.com/donarturo11/tuningTrainer/releases/tag/0.05a).
Actually audio engine was moved to portaudio.

# Contact
To contact with me visit my [contact form](https://freeshell.de/arturwro/contact.php?lang=en)
Expand Down

0 comments on commit e5fee8c

Please sign in to comment.