Home
last modified time | relevance | path

Searched refs:setBeatValues (Results 1 – 6 of 6) sorted by relevance

/dports/audio/yoshimi/yoshimi-2.1.2.2/src/MusicIO/
H A DMusicIO.h89 virtual BeatValues setBeatValues(BeatValues beats) = 0;
108 BeatValues setBeatValues(BeatValues beats);
128 BeatValues setBeatValues(BeatValues beats);
H A DMusicIO.cpp217 BeatTracker::BeatValues MultithreadedBeatTracker::setBeatValues(BeatTracker::BeatValues beats) in setBeatValues() function in MultithreadedBeatTracker
299 BeatTracker::BeatValues SinglethreadedBeatTracker::setBeatValues(BeatTracker::BeatValues beats) in setBeatValues() function in SinglethreadedBeatTracker
H A DJackEngine.cpp439 synth->setBeatValues(beats.songBeat, beats.monotonicBeat, beats.bpm); in processAudio()
450 synth->setBeatValues(beats.songBeat + bpmInc, beats.monotonicBeat + bpmInc, beats.bpm); in processAudio()
545 beatTracker->setBeatValues(beats); in handleBeatValues()
H A DAlsaEngine.cpp508 synth->setBeatValues(beats.songBeat, beats.monotonicBeat, beats.bpm); in AudioThread()
872 beats = beatTracker->setBeatValues(beats); in handleMidiClock()
/dports/audio/yoshimi/yoshimi-2.1.2.2/src/LV2_Plugin/
H A DYoshimiLV2Plugin.cpp165 … synth->setBeatValues(beats.songBeat + bpmInc, beats.monotonicBeat + bpmInc, beats.bpm); in process()
232 synth->setBeatValues(beats.songBeat + bpmInc, beats.monotonicBeat + bpmInc, beats.bpm); in process()
248 beatTracker->setBeatValues(beats); in process()
/dports/audio/yoshimi/yoshimi-2.1.2.2/src/Misc/
H A DSynthEngine.h269 void setBeatValues(float songBeat, float monotonicBeat, float bpm) { in setBeatValues() function