![]() |
Mixxx
|
#include <playinterface.h>

Public Member Functions | |
| PlayInterface (ScriptControlQueue *q) | |
| ~PlayInterface () | |
| void | setProcess (int) |
| void | clearProcess () |
| void | doStartFade (const char *group, const char *name, int interp) |
| void | stop (int channel) |
| void | play (int channel) |
| void | setFader (double fade) |
| void | test () |
| void | setTag (int tag) |
| void | clearTag () |
| void | kill () |
| void | killTag (int tag) |
| double | getFader () |
| double | getValue (const char *group, const char *name) |
| void | startFadeCrossfader () |
| void | startList (const char *group, const char *name) |
| void | startFade (const char *group, const char *name) |
| void | point (int time, double value) |
| void | fadePoint (int time, double value) |
| void | endFade () |
| void | endList () |
| void | playChannel1 (int time, const char *path) |
| void | playChannel2 (int time, const char *path) |
Definition at line 8 of file playinterface.h.
| PlayInterface::PlayInterface | ( | ScriptControlQueue * | q | ) |
Definition at line 12 of file playinterface.cpp.
| PlayInterface::~PlayInterface | ( | ) |
Definition at line 21 of file playinterface.cpp.
| void PlayInterface::clearProcess | ( | ) |
Definition at line 24 of file playinterface.cpp.


| void PlayInterface::clearTag | ( | ) |
| void PlayInterface::doStartFade | ( | const char * | group, |
| const char * | name, | ||
| int | interp | ||
| ) |
| void PlayInterface::endFade | ( | ) |
Definition at line 139 of file playinterface.cpp.


| void PlayInterface::endList | ( | ) |
Definition at line 137 of file playinterface.cpp.


| void PlayInterface::fadePoint | ( | int | time, |
| double | value | ||
| ) |
| double PlayInterface::getFader | ( | ) |
| double PlayInterface::getValue | ( | const char * | group, |
| const char * | name | ||
| ) |
Definition at line 87 of file playinterface.cpp.


| void PlayInterface::kill | ( | ) |
Definition at line 44 of file playinterface.cpp.


| void PlayInterface::killTag | ( | int | tag | ) |
Definition at line 48 of file playinterface.cpp.


| void PlayInterface::play | ( | int | channel | ) |
Definition at line 70 of file playinterface.cpp.


| void PlayInterface::playChannel1 | ( | int | time, |
| const char * | path | ||
| ) |
Definition at line 176 of file playinterface.cpp.


| void PlayInterface::playChannel2 | ( | int | time, |
| const char * | path | ||
| ) |
Definition at line 181 of file playinterface.cpp.


| void PlayInterface::point | ( | int | time, |
| double | value | ||
| ) |
| void PlayInterface::setFader | ( | double | fade | ) |
| void PlayInterface::setProcess | ( | int | process | ) |
| void PlayInterface::setTag | ( | int | tag | ) |
| void PlayInterface::startFade | ( | const char * | group, |
| const char * | name | ||
| ) |
Definition at line 110 of file playinterface.cpp.


| void PlayInterface::startFadeCrossfader | ( | ) |
| void PlayInterface::startList | ( | const char * | group, |
| const char * | name | ||
| ) |
Definition at line 106 of file playinterface.cpp.


| void PlayInterface::stop | ( | int | channel | ) |
Definition at line 58 of file playinterface.cpp.


| void PlayInterface::test | ( | ) |
Definition at line 52 of file playinterface.cpp.

