|
Project Information
Featured
Downloads
Links
|
synthcloneWhat is 'synthclone'?synthclone is a Qt-based application that can "clone" your MIDI-capable instruments. It does this by sending out MIDI data that instructs an instrument to emit sounds for a series of notes, velocities, controls, and aftertouch values. It then saves this data as a sample-based instrument that can be loaded by sampler software. Why would you want to do this? Here are a few possible reasons:
synthclone is free, open-source software, distributed under a dual-license model. The plugin API and the API implementation (libsynthclone) are distributed under the terms of the GNU Lesser General Public License. The application, plugins, and everything else comprising synthclone are distributed under the terms of the GNU General Public License. ScreenshotsHere are two screenshots of synthclone sampling a drum kit synthesized using the Drumatic VST: ... and this is the resulting Hydrogen drum kit, after using Hydrogen to rename the instruments and set mute groups for the hi-hats. It's noisy, distorted, and public domain. That's how I like my drum kits. Features
Requirements
DownloadsLatest Release: April 7, 2012 - synthclone-0.2.0.tar.gz This is the first beta release of synthclone. The new release features an overhauled install model that allows for packaging extensions, and comes with functionality to be built as a Debian package as a make target. Please report bugs using the issue tracker. Installationsynthclone currently requires a Python interpreter, doxygen, and qmake for building. To build the software, execute the commands: ./configure --prefix=/usr make ... on the command line, optionally replacing '/usr' above with your preferred installation location. To install the software, execute: make install DocumentationEventually, I'd like to have enough documentation that I wouldn't be able to list it all here. For now, here it is:
If you're interested in helping by writing documentation, then join the user group, and send me a message. BugsReport bugs using the issue tracker. SupportBug reports and feature requests can be filed using the issue tracker. The software can be discussed through the synthclone-users Google Group. ContributingThere are many ways you can contribute to synthclone: AcknowledgementsThis page's format was ruthlessly stolen from the QjackCtl project page. ContactDevin Anderson <surfacepatterns (at) gmail (dot) com> |
