~munt/munt/trunk

« back to all changes in this revision

Viewing changes to mt32emu_qt/src/SynthRoute.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:
71
71
        void setDACInputMode(MT32Emu::DACInputMode emuDACInputMode);
72
72
        void setAnalogOutputMode(MT32Emu::AnalogOutputMode analogOutputMode);
73
73
        void setRendererType(MT32Emu::RendererType rendererType);
 
74
        void setPartialCount(int partialCount);
74
75
 
75
76
        void startRecordingAudio(const QString &fileName);
76
77
        void stopRecordingAudio();