Re: midi capture of external hardware over usb

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




On Sat, 19 Dec 2009, David Adler wrote:

> Some things I unfortunately don't know:
> Does the realtime remapping introduce timing
> issues apart from a constant offset fore each note?
> How big is the offset?
> Does this depend on the app used?

For a typical jack app (like midixlate), you only have 
latencies for the hardware ports.  (Usually estimated by 
SAMPLES_PER_PERIOD * PERIODS_PER_BUFFER / SAMPLE_RATE, 
e.g. 1024*2/48000 = 42.7 ms.)  I 
think you get 2x that figure if you're doing both input and 
output -- but it might be 1x.

There's no additional latency for the software 
processing.[1] This is the main advertisement for the JACK 
API -- it adds *no* additional latency.[2]

Peace,
Gabriel

[1] That is, unless you have a complicated JACK
     connection graph, or a processor that
     intentionally creates delays.
[2] See http://jackaudio.org/faq "Doesn't use [sic] JACK
     add latency?"
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@xxxxxxxxxxxxxxxxxxxx
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user

[Index of Archives]     [Linux Sound]     [ALSA Users]     [Pulse Audio]     [ALSA Devel]     [Sox Users]     [Linux Media]     [Kernel]     [Photo Sharing]     [Gimp]     [Yosemite News]     [Linux Media]

  Powered by Linux