Home
last modified time | relevance | path

Searched refs:soundFont (Results 1 – 8 of 8) sorted by relevance

/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-fluidsynth/src/org/herac/tuxguitar/player/impl/midiport/fluidsynth/
H A DMidiOutputPortImpl.java14 private String soundFont; field in MidiOutputPortImpl
19 this.soundFont = soundfont.getAbsolutePath(); in MidiOutputPortImpl()
46 return this.soundFont; in getSoundFont()
/dports/audio/drumstick/drumstick-2.5.0/library/rt-backends/fluidsynth/
H A Dsynthengine.h36 Q_PROPERTY(QString soundFont READ soundFont WRITE setSoundFont)
42 QString soundFont() const { return m_soundFont; } in soundFont() function
/dports/audio/drumstick/drumstick-2.5.0/library/widgets/
H A Dfluidsettingsdialog.cpp256 … ui->soundFont->setText( settings->value(QSTR_INSTRUMENTSDEFINITION, fs_defSoundFont).toString() ); in readSettings()
268 QString soundFont(QSTR_SOUNDFONT); in writeSettings() local
282 soundFont = ui->soundFont->text(); in writeSettings()
293 settings->setValue(QSTR_INSTRUMENTSDEFINITION, soundFont); in writeSettings()
324 ui->soundFont->setText( QSTR_SOUNDFONT ); in restoreDefaults()
336 ui->soundFont->setText(fileName); in showFileDialog()
386 ui->soundFont->setText(fileName); in changeSoundFont()
/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dsfont.c61 SFBANK *soundFont; member
107 SFBANK *soundFont; in SoundFontLoad() local
110 soundFont = globals->soundFont; in SoundFontLoad()
134 globals->soundFont = soundFont; in SoundFontLoad()
1537 SFBANK *soundFont; in fill_SfStruct() local
1540 soundFont = globals->soundFont; in fill_SfStruct()
1544 igen = soundFont->chunk.igen; in fill_SfStruct()
1824 soundFont->preset = preset; in fill_SfStruct()
2008 soundFont->instr = instru; in fill_SfStruct()
2086 SFBANK *soundFont; in fill_SfPointers() local
[all …]
/dports/games/exult/exult-snapshot-v1.7.0.20211128/audio/midi_drivers/
H A DFluidSynthMidiDriver.cpp105 int soundFont = fluid_synth_sfload(_synth, soundfont.c_str(), 1); in open() local
106 if (soundFont == -1) { in open()
110 _soundFont.push(soundFont); in open()
/dports/games/residualvm/residualvm-0.3.1/gui/
H A Doptions.cpp365 Common::String soundFont(ConfMan.get("soundfont", _domain)); in build() local
366 if (soundFont.empty() || !ConfMan.hasKey("soundfont", _domain)) { in build()
370 _soundFont->setLabel(soundFont); in build()
693 Common::String soundFont(_soundFont->getLabel()); in apply() local
694 if (!soundFont.empty() && (soundFont != _c("None", "soundfont"))) in apply()
695 ConfMan.set("soundfont", soundFont, _domain); in apply()
/dports/games/libretro-scummvm/scummvm-7b1e929/gui/
H A Doptions.cpp364 Common::String soundFont(ConfMan.get("soundfont", _domain)); in build() local
365 if (soundFont.empty() || !ConfMan.hasKey("soundfont", _domain)) { in build()
369 _soundFont->setLabel(soundFont); in build()
695 Common::String soundFont(_soundFont->getLabel()); in apply() local
696 if (!soundFont.empty() && (soundFont != _c("None", "soundfont"))) in apply()
697 ConfMan.set("soundfont", soundFont, _domain); in apply()
/dports/games/scummvm/scummvm-2.5.1/gui/
H A Doptions.cpp467 Common::String soundFont(ConfMan.get("soundfont", _domain)); in build() local
468 if (soundFont.empty() || !ConfMan.hasKey("soundfont", _domain)) { in build()
472 _soundFont->setLabel(soundFont); in build()
885 Common::U32String soundFont(_soundFont->getLabel()); in apply() local
886 if (!soundFont.empty() && (soundFont != _c("None", "soundfont"))) in apply()
887 ConfMan.set("soundfont", soundFont.encode(), _domain); in apply()