Skip to content

pedrolcl/basicsynth

Repository files navigation

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:https://basicsynth.com/

This is a Git fork of the CVS repository at http:https://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.