Qtractor 0.3.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Qtractor 0.3.0 (Default branch)
# 1  
Old 12-25-2008
Qtractor 0.3.0 (Default branch)

Image Qtractor is an Audio/MIDI multi-track sequencer application. The initial target platform is Linux, using the infrastructure of the Jack Audio Connection Kit (JACK) for audio and the Advanced Linux Sound Architecture (ALSA) for MIDI. It is meant to be a fairly-featured Linux desktop audio workstation GUI, specially dedicated to the personal home studio. License: GNU General Public License (GPL) Changes:
There is a new Paste-Repeat command. Punch in/out recording is now available. Session/project template support has been added. Current track auto-monitoring is now featured. MIDI buses now support multi-timbral instrument plug-ins. Individual clip gain/volume, normalization, and audio/MIDI file export features are now introduced. Copy/paste to the desktop environment clipboard is finally a reality, and there are many fixes and new bugs. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Qtractor running in Puppy 4 Dingo

Hi All ,anyone trying to audit Qtractor and having playback sound (jack or etc.)problems can grab a copy Puppy 4 Dingo LiveCD ,Qtractor 0.2.0 and timidity 2.13.0 install these and use timidity as the audio server.Not what I would call the most efficient installation but it works if everything else... (0 Replies)
Discussion started by: texbilld
0 Replies
Login or Register to Ask a Question
METERBRIDGE(1)						      General Commands Manual						    METERBRIDGE(1)

NAME
meterbridge - meterbridge for Jack Audio Connection Kit SYNOPSIS
meterbridge [options] portname [portname] ... DESCRIPTION
This manual page documents briefly the meterbridge program. This manual page was written for the Debian distribution because the original program does not have a manual page. meterbridge shows the signal values of the audio signals that flow through JACK ports. The possible representations include the classical VU meter, as well as PPM meter, Digital Peak meter and others. See the OPTIONS section for more information. OPTIONS
A summary of options is included below. -r rev-level Use rev-level as the reverence level for 0db on the meter. -c columns number of columns that are used for displaying several meters. -n jackname Use jackname as identifier with the JACK system. -t type Use the one of the following meter types: 'vu' - classic moving needle VU meter 'ppm' - PPM meter 'dpm' - Digital peak meter 'jf' - 'Jellyfish' phase meter 'sco' - Oscilloscope meter EXAMPLES
test with meterbridge -t vu alsa_pcm:capture_1 alsa_pcm:capture_2 if you want to see what your JACK system is outputting you can use: meterbridge -t ppm alsa_pcm:playback_1 alsa_pcm:playback_2 if you want to start a bridge with unconnected 4 meters: meterbridge -t ppm x x x x (or any other invalid port names) SEE ALSO
jackd(1). AUTHOR
This manual page was written by Guenter Geiger <geiger@debian.org>, for the Debian project (but may be used by others). April 11, 2012 METERBRIDGE(1)