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/
- Host: GitHub
- URL: https://github.com/pedrolcl/basicsynth
- Owner: pedrolcl
- License: gpl-2.0
- Created: 2022-08-27T16:18:47.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-31T11:05:05.000Z (over 3 years ago)
- Last Synced: 2025-01-27T07:28:45.454Z (11 months ago)
- Topics: dls, midi, music, sf2, soft-synths, soundfonts, synthesizer, synthesizer-library
- Language: C++
- Homepage:
- Size: 5.26 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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.