Home
last modified time | relevance | path

Searched refs:outBus (Results 1 – 22 of 22) sorted by relevance

/dports/audio/supercollider/SuperCollider-3.11.0-Source/HelpSource/Tutorials/Mark_Polishook_tutorial/Japanese_version/
H A D12.schelp158 SynthDef("aLoopingSamplePlayer", { arg outBus = 0, bufnum = 0, rateScale = 1, mul = 1;
160 outBus,
173 SynthDef("ampMod", { arg inBus = 0, outBus = 0, modFreq = 1;
175 outBus,
183 outBus,
205 "aLoopingSamplePlayer", [\outBus, 3, \bufNum, b, \rateScale, 1, \mul, 0.051]);
209 "ampMod", [\inBus, 3, \outBus, 5, \modFreq, 1]);
213 "aLowPassFilter", [\inBus, 5, \outBus, 0, \boost, 5])
242 "aLoopingSamplePlayer", [\outBus, 3, \bufNum, b, \rateScale, 1, \mul, 0.051]);
245 "ampMod", [\inBus, 3, \outBus, 5, \modFreq, 1000]);
[all …]
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/public.sdk/source/vst/
H A Dvstbypassprocessor.h271 AudioBusBuffers& outBus = data.outputs[0];
275 if (!outBus.channelBuffers32)
278 else if (!outBus.channelBuffers64)
289 dst = (T*)outBus.channelBuffers32[channel];
291 dst = (T*)outBus.channelBuffers64[channel];
307 outBus.silenceFlags |= (1ll << channel);
311 outBus.silenceFlags = 0;
320 outBus = data.outputs[outBusIndex];
326 dst = (T*)outBus.channelBuffers32[channel];
328 dst = (T*)outBus.channelBuffers64[channel];
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/examples/pieces/
H A Dacid_otophilia.scd20 arg outBus=0;
35 Out.ar(outBus, out.dup);
39 arg outBus=0, amp=0.8;
59 Out.ar(outBus, out.dup);
63 arg outBus=0, amp = 0.5;
81 Out.ar(outBus, out.dup);
85 arg outBus=0, amp=0.3;
118 Out.ar(outBus, out.dup);
132 Out.ar(outBus, out.dup);
136 arg outBus=0, gate=0;
[all …]
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/public.sdk/source/vst/
H A Dvstbypassprocessor.cpp261 AudioBusBuffers& outBus = data.outputs[0]; in process() local
263 for (int32 channel = 0; channel < outBus.numChannels; channel++) in process()
267 float* dst = outBus.channelBuffers32[channel]; in process()
280 outBus.silenceFlags |= (1ll << channel); in process()
284 outBus.silenceFlags = 0; in process()
292 AudioBusBuffers& outBus = data.outputs[outBusIndex]; in process() local
293 if (!outBus.channelBuffers32) in process()
296 for (int32 channel = 0; channel < outBus.numChannels; channel++) in process()
298 float* dst = outBus.channelBuffers32[channel]; in process()
302 outBus.silenceFlags |= 1ll << channel; in process()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/HelpSource/Tutorials/Mark_Polishook_tutorial/
H A D16_Playbuf.schelp108 SynthDef("aLoopingSamplePlayer", { arg outBus = 0, bufnum = 0, rateScale = 1, mul = 1;
110 outBus,
123 SynthDef("ampMod", { arg inBus = 0, outBus = 0, modFreq = 1;
125 outBus,
134 SynthDef("aLowPassFilter", { arg inBus = 0, outBus = 0, freq = 300, freqDev = 50, boost = 1;
136 outBus,
162 "aLoopingSamplePlayer", [\outBus, 3, \bufNum, b, \rateScale, 1, \mul, 0.051]);
166 "ampMod", [\inBus, 3, \outBus, 5, \modFreq, 1]);
170 "aLowPassFilter", [\inBus, 5, \outBus, 0, \boost, 5])
/dports/audio/supercollider/SuperCollider-3.11.0-Source/HelpSource/Classes/
H A DTIRand.schelp36 var trig, outBus;
38 outBus = TIRand.kr(0, 1, trig); //play on random channel between 0 and 1
39 Out.ar(outBus, PinkNoise.ar(0.2))
/dports/audio/faust/faust-2.37.3/architecture/AU/AUPublic/AUInstrumentBase/
H A DSynthElement.cpp394 for (UInt32 outBus = 0; outBus < numOutputs && outBus < 16; ++outBus) in Render() local
396 buffArray[outBus] = &GetAudioUnit()->GetOutput(outBus)->GetBufferList(); in Render()
/dports/audio/ardour6/Ardour-6.8.0/libs/appleutility/CoreAudio/AudioUnits/AUPublic/AUInstrumentBase/
H A DSynthElement.cpp394 for (UInt32 outBus = 0; outBus < numOutputs && outBus < 16; ++outBus) in Render() local
396 buffArray[outBus] = &GetAudioUnit()->GetOutput(outBus)->GetBufferList(); in Render()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/libs/AUPublic/
H A DSynthElement.cpp356 for (UInt32 outBus = 0; outBus < numOutputs && outBus < 16; ++outBus) in Render() local
358 buffArray[outBus] = &GetAudioUnit()->GetOutput(outBus)->GetBufferList(); in Render()
/dports/biology/ugene/ugene-40.1/src/plugins/workflow_designer/src/library/
H A DReadAssemblyWorker.cpp70 IntegralBus *outBus = dynamic_cast<IntegralBus *>(ch); in init() local
71 assert(outBus); in init()
72 mtype = outBus->getBusType(); in init()
H A DReadVariationWorker.cpp62 IntegralBus *outBus = dynamic_cast<IntegralBus *>(ch); in init() local
63 assert(outBus); in init()
64 mtype = outBus->getBusType(); in init()
H A DReadAnnotationsWorker.cpp71 IntegralBus *outBus = dynamic_cast<IntegralBus *>(ch); in init() local
72 assert(outBus); in init()
73 mtype = outBus->getBusType(); in init()
/dports/audio/giada/giada-0.17.1/src/core/plugins/
H A Dplugin.cpp79 juce::AudioProcessor::Bus* outBus = getMainBus(BusType::OUT); in Plugin() local
81 if (outBus != nullptr) outBus->setNumberOfChannels(G_MAX_IO_CHANS); in Plugin()
/dports/audio/traverso/traverso-0.49.6/src/sheetcanvas/
H A DTrackPanelView.cpp72 outBus = new TrackPanelBus(this, m_track, TrackPanelBus::BUSOUT); in TrackPanelView()
89 connect(m_track, SIGNAL(outBusChanged()), outBus, SLOT(bus_changed())); in TrackPanelView()
185 outBus->setPos(100, 73); in layout_panel_items()
213 outBus->hide(); in layout_panel_items()
216 outBus->show(); in layout_panel_items()
H A DTrackPanelView.h143 TrackPanelBus* outBus; variable
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_processors/processors/
H A Djuce_AudioProcessor.cpp650 auto* outBus = (hasOutputs ? &nearest.outputBuses.getReference (0) : nullptr); in getNextBestLayoutInList() local
653 auto outNumChannelsRequested = static_cast<int16> (outBus != nullptr ? outBus->size() : 0); in getNextBestLayoutInList()
692 if (outBus != nullptr) in getNextBestLayoutInList()
694 if (outChannels == 0) *outBus = AudioChannelSet::disabled(); in getNextBestLayoutInList()
695 else if (outChannels == currentOutLayout.size()) *outBus = currentOutLayout; in getNextBestLayoutInList()
696 else if (outChannels == currentInLayout .size()) *outBus = currentInLayout; in getNextBestLayoutInList()
697 …else *outBus = AudioChannelSet::canonicalChannelSet (o… in getNextBestLayoutInList()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_audio_processors/processors/
H A Djuce_AudioProcessor.cpp630 auto* outBus = (hasOutputs ? &nearest.outputBuses.getReference (0) : nullptr); in getNextBestLayoutInList() local
633 auto outNumChannelsRequested = static_cast<int16> (outBus != nullptr ? outBus->size() : 0); in getNextBestLayoutInList()
672 if (outBus != nullptr) in getNextBestLayoutInList()
674 if (outChannels == 0) *outBus = AudioChannelSet::disabled(); in getNextBestLayoutInList()
675 else if (outChannels == currentOutLayout.size()) *outBus = currentOutLayout; in getNextBestLayoutInList()
676 else if (outChannels == currentInLayout .size()) *outBus = currentInLayout; in getNextBestLayoutInList()
677 …else *outBus = AudioChannelSet::canonicalChannelSet (o… in getNextBestLayoutInList()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/HelpSource/Tutorials/Getting-Started/
H A D12-Groups.schelp23 SynthDef(\tutorial_DecaySin2, { arg outBus = 0, effectBus, direct = 0.5, freq = 440;
28 Out.ar(outBus, source * direct);
32 SynthDef(\tutorial_Reverb2, { arg outBus = 0, inBus;
36 Out.ar(outBus, input);
50 y = Synth(\tutorial_DecaySin2, [\effectBus, ~bus, \outBus, 0], ~sources);
51 z = Synth(\tutorial_DecaySin2, [\effectBus, ~bus, \outBus, 0, \freq, 660], ~sources);
H A D11-Busses.schelp143 SynthDef("tutorial-DecayPink", { arg outBus = 0, effectBus, direct = 0.5;
148 Out.ar(outBus, source * direct);
153 SynthDef("tutorial-DecaySin", { arg outBus = 0, effectBus, direct = 0.5;
158 Out.ar(outBus, source * direct);
163 SynthDef("tutorial-Reverb", { arg outBus = 0, inBus;
173 Out.ar(outBus, input);
182 z = Synth.before(x, "tutorial-DecaySin", [\effectBus, b, \outBus, 1]);
/dports/audio/carla/Carla-2.4.1/source/modules/juce_audio_processors/format_types/
H A Djuce_AU_Shared.h374 if (auto* outBus = processor.getBus (false, 0)) in getAUChannelInfo() local
375 if (! isNumberOfChannelsSupported (outBus, outChanNum, outLayout)) in getAUChannelInfo()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_processors/format_types/
H A Djuce_AU_Shared.h385 if (auto* outBus = processor.getBus (false, 0)) in getAUChannelInfo() local
386 if (! isNumberOfChannelsSupported (outBus, outChanNum, outLayout)) in getAUChannelInfo()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/server/scsynth/
H A DSC_World.cpp685 float* outBus = outputBuses; in World_NonRealTimeSynthesis() local
686 for (int j = 0; j < numOutputChannels; ++j, outBus += bufLength) { in World_NonRealTimeSynthesis()
690 *outFileBufPtr = outBus[k]; in World_NonRealTimeSynthesis()