forked from rncbc/qsynth
A fork of QSynth to add tuning-related features
License
LiamM32/qsynth
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
This branch is 10 commits ahead, 432 commits behind rncbc:master.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
qsynth - A fluidsynth Qt GUI Interface -------------------------------------- Qsynth is a fluidsynth GUI front-end application written in C++ around the Qt framework using Qt Designer. Eventually it may evolve into a softsynth management application allowing the user to control and manage a variety of command line softsynths but for the moment it wraps the excellent FluidSynth (http://www.fluidsynth.org). FluidSynth is a command line software synthesiser based on the Soundfont specification. Homepage: http://qsynth.sourceforge.net License: GNU General Public License (GPL) Requirements ------------ The software requirements for build and runtime are listed as follows: Mandatory: - Qt framework, C++ class library and tools for cross-platform application and UI development http://qt.io/ - fluidsynth, real-time software synthesizer based on the SoundFont 2 specifications http://www.fluidsynth.org/ Installation ------------ The installation procedure follows the standard for source distributions. If you're checking out from Git, or if there is no "configure" file in the root directory, you'll have to prepare the configure script just before you proceed with the following instructions: ./autogen.sh Now unpack the tarball and in the extracted source directory: ./configure [--prefix=/usr/local] make and optionally as root: make install This procedure will end installing the following files: ${prefix}/bin/qsynth ${prefix}/share/pixmaps/qsynth.png ${prefix}/share/applications/qsynth.desktop ${prefix}/share/locale/qsynth_*.qm Just launch ${prefix}/bin/qsynth and you're off (hopefully). Note that the default installation path ${prefix} is /usr/local. Configuration ------------- Qsynth holds its settings and configuration state per user, in a file located as $HOME/.config/rncbc.org/Qsynth.conf . Normally, there's no need to edit this file, as it is recreated and rewritten everytime qsynth is run. Bugs ---- Plenty still although this is beta software ;) Support ------- Qsynth is open source free software. For bug reports, feature requests, discussion forums, mailling lists, or any other matter related to the development of this piece of software, please use the Sourceforge project page (http://sourceforge.net/projects/qsynth). Acknowledgements ---------------- Qsynth has been created by Rui Nuno Capela, Richard Bown and Chris Cannam to bring a simple but effective software synthesier front end to the Linux desktop. From an original idea by Richard Bown and Chris Cannam to create an open software synthesiser front end to use in conjunction with Rosegarden (http://www.sourceforge.net/projects/rosegarden) and other ALSA based software sequencers. Inspired by Rui's work on QjackCtl (http://qjackctl.sourceforge.net). Ebrahim Mayat <ebmayat at mac dot com> also contributed with instructions to build Qsynth on Mac OSX (see README-OSX). This might be outdated now that Qsynth has migrated to Qt4, but nevertheless... Pedro Lopez-Cabanillas is currently the most prominent developer, having contributed with the awesome knob skins/styles option, the alternate cmake build system and the Windows(tm) installer bundle. Kudos to Pedro! Enjoy. rncbc aka Rui Nuno Capela <rncbc at rncbc dot org> bownie aka Richard Bown <bownie at bownie dot com> cannam aka Chris Cannam <cannam at all dash day dash breakfast dot com>
About
A fork of QSynth to add tuning-related features
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C++ 86.7%
- M4 4.0%
- CMake 2.8%
- NSIS 2.4%
- Roff 1.6%
- QMake 1.3%
- Other 1.2%