Qtractor running in Puppy 4 Dingo


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Qtractor running in Puppy 4 Dingo
# 1  
Old 08-11-2008
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 has failed.Smilie below is the link for timidity console commands,

Linux Audio Users Guide -TiMidity Howto

cheers,bill
 
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
JACK.PLAY(1)															      JACK.PLAY(1)

NAME
jack.play - JACK Sound File Player SYNOPSIS
jack.play [options] sound-file... OPTIONS
-b : Set the disk buffer size in frames (default=4096). This value must be a power of two. If the JACK period size at any time exceeds this value the player will halt. -c : Set the sample rate conversion algorithm (default=2). Values are: SRC_SINC_BEST_QUALITY = 0, SRC_SINC_MEDIUM_QUALITY = 1, SRC_SINC_FASTEST = 2, SRC_ZERO_ORDER_HOLD = 3 and SRC_LINEAR = 4. -i : Set the initial disk seek in frames (default=0). -m : Set the minimal disk transfer size in frames (default=32). This is an optimization switch. -n : Set the client name (default=jack.play). -q : Set the frame size to request data from the ringbuffer (default=64). This is an optimization switch. -r : Set the resampling ratio multiplier (default=1.0). -t : Run in JACK transport aware mode. -u : Do not make client name unique by appending process identifier. DESCRIPTION
jack.play is a light-weight JACK sound file player. It creates as many output ports as there are channels in the input file. It will connect to ports mentioned in the environment variable JACK_PLAY_CONNECT_TO which must include a %d pattern to indicate port number, otherwise it implements no connection logic, use jack.plumbing(1) instead. jack.play will read files in any format supported by libsndfile, and will resample to match the server sample rate using libsamplerate. AUTHOR
Written by Rohan Drape http://slavepianos.org/rd/ SEE ALSO
jackd(1), libsndfile(3) http://mega-nerd.com/libsndfile/, libsamplerate(3) http://mega-nerd.com/SRC/ AUTHOR
Rohan Drape <rd@slavepianos.org> Author. 01/10/2012 JACK.PLAY(1)