Home
last modified time | relevance | path

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

/dports/audio/hydrogen/hydrogen-1.0.1/src/gui/src/
H A DAudioEngineInfoForm.cpp203 …1 / %2" ).arg(pSampler->get_playing_notes_number()).arg(Preferences::get_instance()->m_nMaxNotes)); in updateInfo()
H A DPreferencesDialog.cpp133 maxVoicesTxt->setValue( pPref->m_nMaxNotes ); in PreferencesDialog()
425 pPref->m_nMaxNotes = maxVoicesTxt->value(); in on_okBtn_clicked()
/dports/audio/hydrogen/hydrogen-1.0.1/src/core/src/
H A Dpreferences.cpp145 m_nMaxNotes = 256; in Preferences()
386 m_nMaxNotes = LocalFileMng::readXmlInt( audioEngineNode, "maxNotes", m_nMaxNotes ); in loadPreferences()
776 LocalFileMng::writeXmlString( audioEngineNode, "maxNotes", QString("%1").arg( m_nMaxNotes ) ); in savePreferences()
/dports/audio/hydrogen/hydrogen-1.0.1/src/core/src/sampler/
H A Dsampler.cpp124 int m_nMaxNotes = Preferences::get_instance()->m_nMaxNotes; in process() local
125 while ( ( int )__playing_notes_queue.size() > m_nMaxNotes ) { in process()
/dports/audio/hydrogen/hydrogen-1.0.1/src/core/include/hydrogen/
H A DPreferences.h240 unsigned m_nMaxNotes; variable