Home
last modified time | relevance | path

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

/dports/audio/fmit/fmit-1.2.14/libs/Music/
H A DMusic.h37 enum NotesName{LOCAL_ANGLO, LOCAL_LATIN, LOCAL_GERMAN, LOCAL_HINDUSTANI, LOCAL_BYZANTINE}; enumerator
253 else if(local==LOCAL_LATIN)
/dports/audio/fmit/fmit-1.2.14/src/
H A DCustomInstrumentTunerForm.cpp833 if(m_config_form.ui_cbNotesName->currentIndex()==1) SetNotesName(LOCAL_LATIN); in configure_ok()