Home
last modified time | relevance | path

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

/dports/audio/musescore/MuseScore-3.6.1/aeolus/
H A Daeolus.cpp104 char* stopsPath = new char[n+1]; in init() local
105 strcpy(stopsPath, qPrintable(stops)); in init()
115 model = new Model (this, _midimap, stopsPath, "Aeolus", wavesPath); in init()