de.gulden.framework.jjack

Interface JJackAudioProcessor

public interface JJackAudioProcessor

Version: 0.3

Author: Jens Gulden

Method Summary
voidprocess(JJackAudioEvent e)
Process multiple samples from input buffer to output buffer.

Method Detail

process

public void process(JJackAudioEvent e)
Process multiple samples from input buffer to output buffer. This is regularly called by the JACK daemon.

Parameters: e event object with references to input buffer and output buffer.