Home
last modified time | relevance | path

Searched refs:beatCounter (Results 1 – 8 of 8) sorted by relevance

/dports/audio/luppp/openAV-Luppp-release-1.2.1/src/
H A Dtimemanager.cxx49 beatCounter = 0; in TimeManager()
106 beatCounter = 0; in setFpb()
192 beatCounter = 0; in setTransportState()
218 int before=int(beatCounter*_fpb)%nframes; in process()
247 if ( beatCounter % 4 == 0 ) { in process()
269 EventTimeBarBeat e( barCounter, beatCounter ); in process()
275 beatCounter++; in process()
289 buffers->transportPosition->bar = beatCounter / 4 + 1;// bars 1-based in process()
290 buffers->transportPosition->beat = (beatCounter % 4) + 1; // beats 1-4 in process()
H A Dtimemanager.hxx82 int beatCounter; member in TimeManager
/dports/graphics/radiance/radiance-baf2c40/BTrack/src/
H A DBTrack.c61 bt->beatCounter = -1; in btrack_init()
127 return bt->beatCounter; in btrack_get_frames_until_beat()
153 bt->beatCounter--; in btrack_process_odf_sample()
175 if (bt->beatCounter == 0) { in btrack_process_odf_sample()
232 bt->beatCounter = 0; in btrack_set_bpm()
622 bt->beatCounter = n; in predictBeat()
628 bt->m0 = bt->beatCounter+round(bt->beatPeriod/2); in predictBeat()
H A DBTrack.h71 …int beatCounter; /**< keeps track of when the next beat is - will be zero w… member
/dports/audio/musescore/MuseScore-3.6.1/importexport/guitarpro/
H A Dimportgtp-gp4.cpp864 gpLyrics.beatCounter++; in read()
865 … if (gpLyrics.beatCounter >= gpLyrics.fromBeat && gpLyrics.lyricTrack == staffIdx + 1) { in read()
866 int index = gpLyrics.beatCounter - gpLyrics.fromBeat; in read()
H A Dimportgtp-gp5.cpp250 gpLyrics.beatCounter++; in readBeat()
251 if (false && gpLyrics.beatCounter >= gpLyrics.fromBeat && gpLyrics.lyricTrack == staffIdx+1) { in readBeat()
252 int index = gpLyrics.beatCounter - gpLyrics.fromBeat; in readBeat()
H A Dimportgtp.h95 int beatCounter; member
H A Dimportgtp.cpp736 gpLyrics.beatCounter = 0; in readLyrics()