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
IDJC(1) 							Internet DJ Console							   IDJC(1)

NAME
idjc - be a dj on the internet SYNOPSIS
idjc idjc run --help idjc generateprofile --help DESCRIPTION
idjc is a powerful yet easy to use source-client for individuals interested in streaming live radio shows over the Internet using Shoutcast or Icecast servers or for making static recordings. Features include two main media players with a crossfader, a jingles player, microphone signal processing (compressor, noise gate), IRC announcements, automatic stream start/stop and reconnection, simultaneous mp3 and Ogg streaming, up to 12 mono or 6 stereo audio input channels, a DSP interface, a VoIP integration feature, MIDI input device support, audio level meters. It uses GTK+ for the user interface and JACK Audio Connection Kit for the audio back-end permitting the inclusion of third-party audio com- ponents into the mix. ENVIRONMENT
If the ~/.jackdrc file is not present depending on how recent a version of jackd you have JACK will either not start automatically or will start but configure itself with a sample rate of 48000 which is suboptimal for streaming CD audio. It is recommended to create such a file by this method within a console. $ echo "/usr/bin/jackd -d alsa -r 44100 -p 2048" > ~/.jackdrc If you prefer to start the JACK sound server manually you can do so like this. $ jackd -d alsa -r 44100 -p 2048 Refer to jackd(1) for further details. idjc has native language support built in and takes account of the LANG and LANGUAGE environment variables. SEE ALSO
http://idjc.sourceforge.net http://www.sourceforge.net/projects/idjc jackd(1), idjcctrl(1) idjc-0.8.7 2011-10-08 IDJC(1)