Home
last modified time | relevance | path

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

/dports/audio/muse-sequencer/muse-4.0.0/src/synti/deicsonze/
H A Ddeicsonzepreset.h239 #define SHFTSTR "SHFT" macro
H A Ddeicsonzepreset.cpp807 else if(et.contains(SHFTSTR, Qt::CaseSensitive)) { in readPreset()
808 int op=(et.remove(SHFTSTR, Qt::CaseSensitive)).toInt()-1; in readPreset()
1029 snprintf(s, MAXCHARTAG, SHFTSTR "%d",i+1); in writePreset()
H A Ddeicsonze.cpp534 _ctrl[i].name=(QString(SHFTSTR)+QString::number(k+1)).toLatin1().data(); in initCtrls()