On Sat, 10 Jan 2004 01:45 am, Günther Montag wrote:
> > Only trouble is the 1/2 to 1 second delay between hitting
> > the keyboard and hearing the sound. I'm not sure of the

> you ar farer than me - my midi keyboard not a beep, although
> modules there, devices there, tinidity working
> how can you test the keyboard, how connect it with timidity?

I've got a little script called "synth" like below, the magic 
is the -B2,8 to fix the delay from the LiveDrive MIDI in.

#!/bin/sh
timidity \
 -c/etc/timidity.cfg \
 -iA -B2,8 \
 -s48000 \
 -Os \
 -EFreverb=0 \
 -EFchorus=0 \
 -EFdelay=0 &

aconnect 64:0 128:0

--markc


-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to