From 7d94c6ac28aa9db54b60c8a3d8442cb046a1ca77 Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Thu, 26 Oct 2017 14:41:12 +0300 Subject: Small readme change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfed3aa..e1ece46 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit v1.2.3