~munt/munt/trunk

« back to all changes in this revision

Viewing changes to mt32emu_qt/src/SynthPropertiesDialog.h

  • Committer: sergm
  • Date: 2017-12-24 21:15:39 UTC
  • Revision ID: git-v1:83c30266ff24c71bb34708b28db77704ebfad009
In mt32emu-qt, added new option "Max Partials" in synth configuration
It allows setting the maximum number of partials playing simultaneously.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
        void on_changeROMSetButton_clicked();
38
38
        void on_midiDelayEmuComboBox_currentIndexChanged(int);
39
39
        void on_dacEmuComboBox_currentIndexChanged(int);
 
40
        void on_maxPartialsSpinBox_valueChanged(int);
40
41
        void on_analogComboBox_currentIndexChanged(int);
41
42
        void on_rendererTypeComboBox_currentIndexChanged(int);
42
43
        void on_reverbCompatibilityComboBox_currentIndexChanged(int);