Public Member Functions |
|
| JackWinMMEDriver (const char *name, const char *alias, JackLockedEngine *engine, JackSynchro *table) |
|
int | Attach () |
|
int | Close () |
|
int | Open (bool capturing, bool playing, int num_inputs, int num_outputs, bool monitor, const char *capture_driver_name, const char *playback_driver_name, jack_nframes_t capture_latency, jack_nframes_t playback_latency) |
|
int | Read () |
|
int | Start () |
|
int | Stop () |
|
int | Write () |
|
| JackMidiDriver (const char *name, const char *alias, JackLockedEngine *engine, JackSynchro *table) |
|
virtual int | SetBufferSize (jack_nframes_t buffer_size) |
|
virtual int | Detach () |
|
| JackDriver (const char *name, const char *alias, JackLockedEngine *engine, JackSynchro *table) |
|
void | SetMaster (bool onoff) |
|
bool | GetMaster () |
|
void | AddSlave (JackDriverInterface *slave) |
|
void | RemoveSlave (JackDriverInterface *slave) |
|
std::list< JackDriverInterface * > | GetSlaves () |
|
virtual int | Open () |
|
virtual int | Open (jack_nframes_t buffer_size, jack_nframes_t samplerate, bool capturing, bool playing, int inchannels, int outchannels, bool monitor, const char *capture_driver_name, const char *playback_driver_name, jack_nframes_t capture_latency, jack_nframes_t playback_latency) |
|
virtual int | Process () |
|
int | ProcessReadSlaves () |
|
int | ProcessWriteSlaves () |
|
int | ProcessRead () |
|
int | ProcessWrite () |
|
virtual bool | IsFixedBufferSize () |
|
virtual int | SetSampleRate (jack_nframes_t sample_rate) |
|
virtual int | ClientNotify (int refnum, const char *name, int notify, int sync, const char *message, int value1, int value2) |
|
virtual JackClientControl * | GetClientControl () const |
|
virtual bool | IsRealTime () const |
|
virtual bool | IsRunning () const |
|
virtual bool | Initialize () |
Additional Inherited Members |
|
JackMidiBuffer * | GetInputBuffer (int port_index) |
|
JackMidiBuffer * | GetOutputBuffer (int port_index) |
|
virtual int | ProcessReadSync () |
|
virtual int | ProcessWriteSync () |
|
virtual int | ProcessReadAsync () |
|
virtual int | ProcessWriteAsync () |
|
virtual void | UpdateLatencies () |
|
void | CycleIncTime () |
|
void | CycleTakeBeginTime () |
|
void | CycleTakeEndTime () |
| void | SetupDriverSync (int ref, bool freewheel) |
|
void | NotifyXRun (jack_time_t callback_usecs, float delayed_usecs) |
|
void | NotifyBufferSize (jack_nframes_t buffer_size) |
|
void | NotifySampleRate (jack_nframes_t sample_rate) |
|
void | NotifyFailure (int code, const char *reason) |
|
virtual void | SaveConnections () |
|
virtual void | RestoreConnections () |
|
virtual int | StartSlaves () |
|
virtual int | StopSlaves () |
|
virtual int | ResumeRefNum () |
|
virtual int | SuspendRefNum () |
Definition at line 30 of file JackWinMMEDriver.h.