| Acoustics Relacs Plugins
    0.9.8
    | 
#include <traces.h>


| Public Member Functions | |
| Traces (void) | |
|  Public Member Functions inherited from StandardTraces | |
| StandardTraces (void) | |
| Static Public Member Functions | |
| static void | initialize (const RELACSPlugin *rp, const InList &data, const EventList &events) | 
| static string | loudspeakerTraceNames (void) | 
| static string | leftLoudspeakerTraceNames (void) | 
| static string | rightLoudspeakerTraceNames (void) | 
| static string | soundTraceNames (void) | 
| static string | leftSoundTraceNames (void) | 
| static string | rightSoundTraceNames (void) | 
| Static Public Attributes | |
| static int | Loudspeakers = 0 | 
| static int | Loudspeaker [MaxTraces] = { -1, -1, -1, -1 } | 
| static int | LeftSpeakers = 0 | 
| static int | LeftSpeaker [MaxTraces] = { -1, -1, -1, -1 } | 
| static int | RightSpeakers = 0 | 
| static int | RightSpeaker [MaxTraces] = { -1, -1, -1, -1 } | 
| static int | Speaker [2] = { -1, -1 } | 
| static int | SoundTraces = 0 | 
| static int | SoundTrace [MaxTraces] = { -1, -1, -1, -1 } | 
| static int | LeftSoundTraces = 0 | 
| static int | LeftSoundTrace [MaxTraces] = { -1, -1, -1, -1 } | 
| static int | RightSoundTraces = 0 | 
| static int | RightSoundTrace [MaxTraces] = { -1, -1, -1, -1 } | 
| Additional Inherited Members | |
|  Static Protected Member Functions inherited from StandardTraces | |
| static void | clearIndices (int *traceindices, int n=-1) | 
| static void | initStandardTraces (const InList &data, int *ntraces, int *traceindices, const string *names, string &namelist, bool alpha=false) | 
| static void | initStandardEventTraces (const InList &data, const EventList &events, int *ntraces, int *traceindices, int *eventindices, const string *tracenames, const string *eventnames, string &tracenamelist, string &eventnamelist, bool alpha=false) | 
| static void | initStandardOutputs (const RELACSPlugin *rp, int *ntraces, int *traceindices, const string *names, string &namelist, bool alpha=false) | 
|  Static Protected Attributes inherited from StandardTraces | |
| static const int | MaxTraces | 
[lib] Variables for standard output traces of acoustic stimuli and recordings from microphones.
| Traces | ( | void | ) | 
| 
 | static | 
| 
 | static | 
Returns the names of all output traces connected to loudspeakers, separated by ','. Can be passed to a text Parameter.
Referenced by EchoTest::preConfig(), and CalibSpeakers::preConfig().
| 
 | static | 
Returns the names of all output traces connected to left loudspeakers, separated by ','. Can be passed to a text Parameter.
| 
 | static | 
Returns the names of all output traces connected to right loudspeakers, separated by ','. Can be passed to a text Parameter.
| 
 | static | 
Returns the names of all input traces connected to microphones, separated by ','. Can be passed to a text Parameter.
Referenced by EchoTest::preConfig(), CalibMicrophone::preConfig(), and CalibSpeakers::preConfig().
| 
 | static | 
Returns the names of all input traces connected to left microphones, separated by ','. Can be passed to a text Parameter.
| 
 | static | 
Returns the names of all input traces connected to right microphones, separated by ','. Can be passed to a text Parameter.
| 
 | static | 
The number of available loadspeakers.
| 
 | static | 
The indices of the available loudspeakers.
| 
 | static | 
The number of available left loadspeakers.
| 
 | static | 
The indices of the available left loudspeakers.
| 
 | static | 
The number of available right loadspeakers.
| 
 | static | 
The indices of the available right loudspeakers.
| 
 | static | 
The indices of the first left and the first right loudspeaker.
| 
 | static | 
The number of available sound recording traces.
| 
 | static | 
The indices of the available sound recording traces.
| 
 | static | 
The number of available left sound recording traces.
| 
 | static | 
The indices of the available left sound recording traces.
| 
 | static | 
The number of available right sound recording traces.
| 
 | static | 
The indices of the available right sound recording traces.
 1.8.6
 1.8.6