Home
last modified time | relevance | path

Searched defs:beatLength (Results 1 – 16 of 16) sorted by relevance

/dports/audio/mixxx/mixxx-2.3.0/src/track/
H A Dbeatgrid.cpp52 double beatLength) in BeatGrid()
61 BeatGrid::BeatGrid(const BeatGrid& other, const mixxx::track::io::BeatGrid& grid, double beatLength) in BeatGrid()
88 double beatLength = (60.0 * sampleRate / dBpm) * kFrameSize; in makeBeatGrid() local
100 double beatLength = (60.0 * sampleRate / grid.bpm().bpm()) * kFrameSize; in makeBeatGrid() local
338 double beatLength = (60.0 * m_sampleRate / bpm) * kFrameSize; in scale() local
348 double beatLength = (60.0 * m_sampleRate / dBpm) * kFrameSize; in setBpm() local
H A Dbeatutils.h12 double beatLength; member
H A Dbeatutils.cpp377 const double beatLength = 60 * sampleRate / bpm; in adjustPhase() local
/dports/audio/mixxx/mixxx-2.3.0/src/test/
H A Dbeatgridtest.cpp61 double beatLength = (60.0 * sampleRate / bpm) * kFrameSize; in TEST() local
95 double beatLength = (60.0 * sampleRate / bpm) * kFrameSize; in TEST() local
131 double beatLength = (60.0 * sampleRate / bpm) * kFrameSize; in TEST() local
167 double beatLength = (60.0 * sampleRate / bpm) * kFrameSize; in TEST() local
H A Dbpmcontrol_test.cpp43 double prevBeat, nextBeat, beatLength, beatPercentage; in TEST_F() local
H A Dcuecontrol_test.cpp177 const double beatLength = (60.0 * sampleRate / bpm) * frameSize; in TEST_F() local
341 const double beatLength = (60.0 * sampleRate / bpm) * frameSize; in TEST_F() local
H A Dlooping_control_test.cpp798 double beatLength = m_pNextBeat->get(); in TEST_F() local
819 double beatLength = m_pNextBeat->get(); in TEST_F() local
851 double beatLength = m_pNextBeat->get(); in TEST_F() local
/dports/editors/calligra/calligra-3.2.1/plugins/musicshape/core/
H A DTimeSignature.cpp96 int beatLength; in beatLengths() local
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-tef/src/org/herac/tuxguitar/io/tef/
H A DTESongImporter.java306 long beatLength = beat.getVoice(0).getDuration().getTime(); in adjustBeats() local
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/unittests/Basic/
H A DFileManagerTest.cpp201 const FileEntry *fileBar = manager.getFile("bar.cpp");
/dports/audio/musescore/MuseScore-3.6.1/importexport/midiimport/
H A Dimportmidi_meter.cpp115 ReducedFraction beatLength(const ReducedFraction &barFraction) in beatLength() function
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/milkyplay/
H A DChannelMixer.cpp961 mp_sint32 beatLength = beatPacketSize; in mix() local
/dports/audio/mixxx/mixxx-2.3.0/src/engine/controls/
H A Dloopingcontrol.cpp1060 double beatLength = nextBeat - prevBeat; in slotBeatLoop() local
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-midi/src/org/herac/tuxguitar/io/midi/
H A DMidiSongImporter.java714 long beatLength = beat.getVoice(0).getDuration().getTime(); in joinBeats() local
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/song/managers/
H A DTGMeasureManager.java1242 long beatLength = TGSongManager.getDivisionLength(measure.getHeader()); in getRealStart() local
1855 long beatLength = duration.getTime(); in validateDuration() local
/dports/audio/musescore/MuseScore-3.6.1/importexport/ove/
H A Dove.cpp4682 int beatLength = placeHolder.toUnsignedInt(); in parseTimeSignatureParameters() local