diff options
author | Wohlstand <admin@wohlnet.ru> | 2017-10-26 14:41:12 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2017-10-26 14:41:12 +0300 |
commit | 7d94c6ac28aa9db54b60c8a3d8442cb046a1ca77 (patch) | |
tree | 0354c47b6029d9c7a46e4d819e4807c9ab7110f6 /README.md | |
parent | 1b0d7ca6147ed8b1ecf92e178b041d0131afe6e7 (diff) | |
download | libADLMIDI-7d94c6ac28aa9db54b60c8a3d8442cb046a1ca77.tar.gz libADLMIDI-7d94c6ac28aa9db54b60c8a3d8442cb046a1ca77.tar.bz2 libADLMIDI-7d94c6ac28aa9db54b60c8a3d8442cb046a1ca77.zip |
Small readme change
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -94,7 +94,7 @@ You need to make in the any IDE a library project and put into it next files **Tip 2**: To compile libADLMIDI without embedded banks, define the `DISABLE_EMBEDDED_BANKS` macro and remove building of the `adldata.cpp` file in your project. # Example -In the src/midiplay you will found alone CPP file which an example of library usage. +In the utils/midiplay you will found an example project which uses this library. That example is a simple audio player based on SDL Audio usage. To build that example you will need to have installed SDL2 library. |