22#ifndef KDATAREQUEST_IMPL
23#define KDATAREQUEST_IMPL
27#include "stdsynthmodule.h"
32class KDataRequest_impl :
public TQObject,
virtual public KDataRequest_skel,
33 virtual public StdSynthModule
43 void calculateBlock(
unsigned long samples);
49 void newBlockSize(
long blockSize);
50 void newBlockPointer(
long blockPointer);
54 unsigned char *m_outBlock;