Home
last modified time | relevance | path

Searched refs:sendSongEvent (Results 1 – 3 of 3) sorted by relevance

/dports/audio/drumstick/drumstick-2.5.0/library/alsa/
H A Dplaythread.cpp121 sendSongEvent(&ev); in sendEchoEvent()
130 SequencerOutputThread::sendSongEvent(SequencerEvent* ev) in sendSongEvent() function in drumstick::ALSA::SequencerOutputThread
185 sendSongEvent(ev); in run()
/dports/audio/drumstick/drumstick-2.5.0/library/include/drumstick/
H A Dplaythread.h104 virtual void sendSongEvent(SequencerEvent* ev);
/dports/audio/drumstick/drumstick-2.5.0/utils/guiplayer/
H A Dplayer.cpp169 sendSongEvent(&ev); in sendController()