Home
last modified time | relevance | path

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

/dports/audio/milkytracker/MilkyTracker-1.03.00/src/tracker/
H A DModuleEditor.h54 MAX_SMPTEXT = 22, enumerator
H A DModuleEditor.cpp1885 if (length > MAX_SMPTEXT) in getSampleName()
1886 length = MAX_SMPTEXT; in getSampleName()
H A DTracker.cpp1460 ModuleEditor::MAX_SMPTEXT); in handleEvent()
2171 moduleEditor->getSampleName(insIndex, j, name, ModuleEditor::MAX_SMPTEXT); in fillSampleListBox()
H A DTrackerInit.cpp1142 listBoxSamples->setMaxEditSize(ModuleEditor::MAX_SMPTEXT); in initListboxesSection()