Home
last modified time | relevance | path

Searched refs:runSynth (Results 1 – 21 of 21) sorted by relevance

/dports/audio/yoshimi/yoshimi-2.1.2.2/src/CLI/
H A DCmdInterface.cpp112 while (getRuntime().runSynth && !getRuntime().finishedCLI); in cmdIfaceCommandLoop()
114 if (getRuntime().runSynth) in cmdIfaceCommandLoop()
134 if (!exit && getRuntime().runSynth) in cmdIfaceCommandLoop()
H A DCmdInterpreter.cpp5701 synth->getRuntime().runSynth = false; in commandTest()
6164 Runtime.runSynth = false; in cmdIfaceProcessCommand()
/dports/audio/dssi/dssi-1.1.1/examples/
H A Dkarplong.cpp74 static void runSynth(LADSPA_Handle, unsigned long,
151 runSynth,
223 runSynth(handle, samples, 0, 0); in run()
250 Karplong::runSynth(LADSPA_Handle handle, unsigned long samples, in runSynth() function in Karplong
/dports/audio/yoshimi/yoshimi-2.1.2.2/src/
H A Dmain.cpp215 while (firstRuntime->runSynth) in mainThread()
223 if (!_synth->getRuntime().runSynth && _synth->getUniqueId() > 0) in mainThread()
378 synth->getRuntime().runSynth = false; in mainCreateNewInstance()
591 _synth->getRuntime().runSynth = false; in main()
/dports/audio/lmms/lmms-1.2.2/plugins/zynaddsubfx/zynaddsubfx/src/Output/
H A DDSSIaudiooutput.cpp127 getInstance(instance)->runSynth(sample_count, events, event_count); in stub_runSynth()
230 runSynth(sample_count, NULL, (unsigned long)0); in run()
437 void DSSIaudiooutput::runSynth(unsigned long sample_count, in runSynth() function in DSSIaudiooutput
H A DDSSIaudiooutput.h83 void runSynth(unsigned long sample_count,
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/src/Output/
H A DDSSIaudiooutput.cpp129 getInstance(instance)->runSynth(sample_count, events, event_count); in stub_runSynth()
237 runSynth(sample_count, NULL, (unsigned long)0); in run()
421 void DSSIaudiooutput::runSynth(unsigned long sample_count, in runSynth() function in DSSIaudiooutput
H A DDSSIaudiooutput.h76 void runSynth(unsigned long sample_count,
/dports/audio/yoshimi/yoshimi-2.1.2.2/src/MusicIO/
H A DMusicClient.cpp70 _synth->getRuntime().runSynth = true; //reset to true in newMusicClient()
89 while (nmc->timerWorking && nmc->synth->getRuntime().runSynth) in timerThread_fn()
H A DAlsaEngine.cpp237 if (synth->getRuntime().runSynth) in Close()
239 synth->getRuntime().runSynth = false; in Close()
505 while (synth->getRuntime().runSynth) in AudioThread()
682 while (synth->getRuntime().runSynth) in MidiThread()
H A DJackEngine.cpp205 if (synth->getRuntime().runSynth) in Close()
207 synth->getRuntime().runSynth = false; in Close()
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svcore/plugin/plugins/
H A DSamplePlayer.h71 static void runSynth(LADSPA_Handle, unsigned long,
H A DSamplePlayer.cpp116 runSynth,
212 runSynth(handle, samples, nullptr, 0); in run()
308 SamplePlayer::runSynth(LADSPA_Handle handle, unsigned long samples, in runSynth() function in SamplePlayer
/dports/audio/faust/faust-2.37.3/architecture/
H A Ddssi.cpp399 static void runSynth(LADSPA_Handle, unsigned long, snd_seq_event_t *, unsigned long);
721 runSynth(handle, samples, 0, 0); in run()
767 void Plugin::runSynth(LADSPA_Handle handle, unsigned long samples, snd_seq_event_t *events, unsigne… in runSynth() function in Plugin
1213 g_dssi_descriptor->run_synth = Plugin::runSynth; in init()
/dports/biology/bbmap/bbmap/current/cardinality/
H A DLogLogWrapper.java297 else{runSynth();} in run()
322 public void runSynth(){ in runSynth() method in LogLogWrapper.LogLogThread
/dports/audio/yoshimi/yoshimi-2.1.2.2/src/Misc/
H A DConfig.h104 bool runSynth; variable
H A DConfig.cpp84 runSynth(true), in Config()
988 runSynth = false; in signalCheck()
1007 runSynth = false; in signalCheck()
H A DSynthEngine.cpp3351 Runtime.runSynth = false; in guiClosed()
/dports/audio/yoshimi/yoshimi-2.1.2.2/src/LV2_Plugin/
H A DYoshimiLV2Plugin.cpp297 while (_synth->getRuntime().runSynth) in idleThread()
401 _synth->getRuntime().runSynth = false; in ~YoshimiLV2Plugin()
435 _synth->getRuntime().runSynth = true; in init()
/dports/audio/yoshimi/yoshimi-2.1.2.2/src/Interface/
H A DMidiDecode.cpp265 synth->getRuntime().runSynth = false;
H A DInterChange.cpp141 while (synth->getRuntime().runSynth) in sortResultsThread()
973 toClose->getRuntime().runSynth = false; in indirectMain()
1843 while (more && synth->getRuntime().runSynth); in mediate()
1958 firstSynth->getRuntime().runSynth = false; in commandSendReal()