From 14a855aaab9a046481a8c9068ff787b1b395d6e0 Mon Sep 17 00:00:00 2001 From: Vitaly Novichkov Date: Sat, 5 Jan 2019 14:06:40 +0300 Subject: Change description to be more correct --- README.md | 2 +- include/adlmidi.h | 2 +- include/adlmidi.hpp | 2 +- src/adlmidi.cpp | 2 +- src/adlmidi_bankmap.h | 2 +- src/adlmidi_cvt.hpp | 2 +- src/adlmidi_load.cpp | 2 +- src/adlmidi_midiplay.cpp | 2 +- src/adlmidi_midiplay.hpp | 2 +- src/adlmidi_opl3.cpp | 2 +- src/adlmidi_opl3.hpp | 2 +- src/adlmidi_private.cpp | 2 +- src/adlmidi_private.hpp | 2 +- src/adlmidi_ptr.hpp | 2 +- src/adlmidi_sequencer.cpp | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 61f05ec..a7c8155 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # libADLMIDI -libADLMIDI is a free MIDI to WAV conversion library with OPL3 emulation +libADLMIDI is a free Software MIDI synthesizer library with OPL3 emulation Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma diff --git a/include/adlmidi.h b/include/adlmidi.h index 0e4632f..63755d7 100644 --- a/include/adlmidi.h +++ b/include/adlmidi.h @@ -1,5 +1,5 @@ /* - * libADLMIDI is a free MIDI to WAV conversion library with OPL3 emulation + * libADLMIDI is a free Software MIDI synthesizer library with OPL3 emulation * * Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma * ADLMIDI Library API: Copyright (c) 2015-2018 Vitaly Novichkov diff --git a/include/adlmidi.hpp b/include/adlmidi.hpp index f2cd59d..5397e61 100644 --- a/include/adlmidi.hpp +++ b/include/adlmidi.hpp @@ -1,5 +1,5 @@ /* - * libADLMIDI is a free MIDI to WAV conversion library with OPL3 emulation + * libADLMIDI is a free Software MIDI synthesizer library with OPL3 emulation * * Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma * ADLMIDI Library API: Copyright (c) 2015-2018 Vitaly Novichkov diff --git a/src/adlmidi.cpp b/src/adlmidi.cpp index 3ae45eb..8708110 100644 --- a/src/adlmidi.cpp +++ b/src/adlmidi.cpp @@ -1,5 +1,5 @@ /* - * libADLMIDI is a free MIDI to WAV conversion library with OPL3 emulation + * libADLMIDI is a free Software MIDI synthesizer library with OPL3 emulation * * Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma * ADLMIDI Library API: Copyright (c) 2015-2018 Vitaly Novichkov diff --git a/src/adlmidi_bankmap.h b/src/adlmidi_bankmap.h index 5d747d1..b87b73d 100644 --- a/src/adlmidi_bankmap.h +++ b/src/adlmidi_bankmap.h @@ -1,5 +1,5 @@ /* - * libADLMIDI is a free MIDI to WAV conversion library with OPL3 emulation + * libADLMIDI is a free Software MIDI synthesizer library with OPL3 emulation * * Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma * ADLMIDI Library API: Copyright (c) 2015-2018 Vitaly Novichkov diff --git a/src/adlmidi_cvt.hpp b/src/adlmidi_cvt.hpp index 449fe2f..1db7c7c 100644 --- a/src/adlmidi_cvt.hpp +++ b/src/adlmidi_cvt.hpp @@ -1,5 +1,5 @@ /* - * libADLMIDI is a free MIDI to WAV conversion library with OPL3 emulation + * libADLMIDI is a free Software MIDI synthesizer library with OPL3 emulation * * Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma * ADLMIDI Library API: Copyright (c) 2015-2018 Vitaly Novichkov diff --git a/src/adlmidi_load.cpp b/src/adlmidi_load.cpp index e270f3b..fbef356 100644 --- a/src/adlmidi_load.cpp +++ b/src/adlmidi_load.cpp @@ -1,5 +1,5 @@ /* - * libADLMIDI is a free MIDI to WAV conversion library with OPL3 emulation + * libADLMIDI is a free Software MIDI synthesizer library with OPL3 emulation * * Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma * ADLMIDI Library API: Copyright (c) 2015-2018 Vitaly Novichkov diff --git a/src/adlmidi_midiplay.cpp b/src/adlmidi_midiplay.cpp index 207a300..2574be7 100644 --- a/src/adlmidi_midiplay.cpp +++ b/src/adlmidi_midiplay.cpp @@ -1,5 +1,5 @@ /* - * libADLMIDI is a free MIDI to WAV conversion library with OPL3 emulation + * libADLMIDI is a free Software MIDI synthesizer library with OPL3 emulation * * Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma * ADLMIDI Library API: Copyright (c) 2015-2018 Vitaly Novichkov diff --git a/src/adlmidi_midiplay.hpp b/src/adlmidi_midiplay.hpp index 834b627..3d0a5eb 100644 --- a/src/adlmidi_midiplay.hpp +++ b/src/adlmidi_midiplay.hpp @@ -1,5 +1,5 @@ /* - * libADLMIDI is a free MIDI to WAV conversion library with OPL3 emulation + * libADLMIDI is a free Software MIDI synthesizer library with OPL3 emulation * * Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma * ADLMIDI Library API: Copyright (c) 2015-2018 Vitaly Novichkov diff --git a/src/adlmidi_opl3.cpp b/src/adlmidi_opl3.cpp index 0f977e2..70b7f6e 100644 --- a/src/adlmidi_opl3.cpp +++ b/src/adlmidi_opl3.cpp @@ -1,5 +1,5 @@ /* - * libADLMIDI is a free MIDI to WAV conversion library with OPL3 emulation + * libADLMIDI is a free Software MIDI synthesizer library with OPL3 emulation * * Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma * ADLMIDI Library API: Copyright (c) 2015-2018 Vitaly Novichkov diff --git a/src/adlmidi_opl3.hpp b/src/adlmidi_opl3.hpp index c5b7fcd..e8bdb61 100644 --- a/src/adlmidi_opl3.hpp +++ b/src/adlmidi_opl3.hpp @@ -1,5 +1,5 @@ /* - * libADLMIDI is a free MIDI to WAV conversion library with OPL3 emulation + * libADLMIDI is a free Software MIDI synthesizer library with OPL3 emulation * * Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma * ADLMIDI Library API: Copyright (c) 2015-2018 Vitaly Novichkov diff --git a/src/adlmidi_private.cpp b/src/adlmidi_private.cpp index b2c9b8d..87a7309 100644 --- a/src/adlmidi_private.cpp +++ b/src/adlmidi_private.cpp @@ -1,5 +1,5 @@ /* - * libADLMIDI is a free MIDI to WAV conversion library with OPL3 emulation + * libADLMIDI is a free Software MIDI synthesizer library with OPL3 emulation * * Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma * ADLMIDI Library API: Copyright (c) 2015-2018 Vitaly Novichkov diff --git a/src/adlmidi_private.hpp b/src/adlmidi_private.hpp index 62b6223..835f413 100644 --- a/src/adlmidi_private.hpp +++ b/src/adlmidi_private.hpp @@ -1,5 +1,5 @@ /* - * libADLMIDI is a free MIDI to WAV conversion library with OPL3 emulation + * libADLMIDI is a free Software MIDI synthesizer library with OPL3 emulation * * Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma * ADLMIDI Library API: Copyright (c) 2015-2018 Vitaly Novichkov diff --git a/src/adlmidi_ptr.hpp b/src/adlmidi_ptr.hpp index aaaed78..4026f5d 100644 --- a/src/adlmidi_ptr.hpp +++ b/src/adlmidi_ptr.hpp @@ -1,5 +1,5 @@ /* - * libADLMIDI is a free MIDI to WAV conversion library with OPL3 emulation + * libADLMIDI is a free Software MIDI synthesizer library with OPL3 emulation * * Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma * ADLMIDI Library API: Copyright (c) 2015-2018 Vitaly Novichkov diff --git a/src/adlmidi_sequencer.cpp b/src/adlmidi_sequencer.cpp index a1fe5ab..5f9bb2f 100644 --- a/src/adlmidi_sequencer.cpp +++ b/src/adlmidi_sequencer.cpp @@ -1,5 +1,5 @@ /* - * libADLMIDI is a free MIDI to WAV conversion library with OPL3 emulation + * libADLMIDI is a free Software MIDI synthesizer library with OPL3 emulation * * Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma * ADLMIDI Library API: Copyright (c) 2015-2018 Vitaly Novichkov -- cgit v1.2.3