An open API service indexing awesome lists of open source software.

https://github.com/pedrolcl/basicsynth

Fork of the BasicSynth Code at https://sourceforge.net/projects/basicsynth/
https://github.com/pedrolcl/basicsynth

dls midi music sf2 soft-synths soundfonts synthesizer synthesizer-library

Last synced: 9 months ago
JSON representation

Fork of the BasicSynth Code at https://sourceforge.net/projects/basicsynth/

Awesome Lists containing this project

README

          

# BasicSynth Code

BasicSynth is a software sound synthesis system written in C++. It includes C++ classes implementing a variety of signal generators, processors, synthesis instruments and score processing, command line and GUI synthesizers built with the libraries.

Copyright (C) 2008-2010 Daniel R. Mitchell

Features:

* Software sound generation classes
* Sophisticated sequencer
* MIDI input
* Text score language

Project site: https://sourceforge.net/projects/basicsynth/

Web Site: http://basicsynth.com/

This is a Git fork of the CVS repository at http://basicsynth.cvs.sourceforge.net/ keeping all the commit history.

## Changes from the original

* All changes Copyright (C) 2022 Pedro López-Cabanillas.
* VisualStudio build system removed.
* CVS related files removed.
* All original Makefiles renamed to 'Makefile.original'.
* Some documentation added, like this readme file.
* CMake build system added.
* Other changes documented in the 'git log'.

## License: GPL v2

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.