Home
last modified time | relevance | path

Searched refs:hasTuning (Results 1 – 4 of 4) sorted by relevance

/dports/audio/musescore/MuseScore-3.6.1/importexport/guitarpro/
H A Dimportgtp-gp7.cpp33 bool hasTuning = false; in readTracks() local
83 readTrackProperties(properties, part, trackCounter, hasTuning); in readTracks()
93 if (!hasTuning) { in readTracks()
H A Dimportgtp.h420 …id readTrackProperties(const QDomNode& currentNode, Part* part, int trackCounter, bool& hasTuning);
H A Dimportgtp-gp6.cpp470 bool hasTuning = false; in readTracks() local
526 readTrackProperties(currentNode, part, trackCounter, hasTuning); in readTracks()
535 if (!hasTuning) { in readTracks()
552 …o6::readTrackProperties(const QDomNode& currentNode, Part* part, int trackCounter, bool& hasTuning) in readTrackProperties() argument
574 hasTuning = true; in readTrackProperties()
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/
H A DSndmix.cpp1746 const bool hasTuning = chn.HasCustomTuning(); in ProcessSampleAutoVibrato() local
1757 if(m_playBehaviour[kITVibratoTremoloPanbrello] && !hasTuning && GetType() != MOD_TYPE_MT2) in ProcessSampleAutoVibrato()
1876 if(hasTuning) in ProcessSampleAutoVibrato()
2303 const bool hasTuning = chn.HasCustomTuning(); in ReadNote() local
2304 if(hasTuning) in ReadNote()