Home
last modified time | relevance | path

Searched refs:getNumChannels (Results 1 – 25 of 431) sorted by relevance

12345678910>>...18

/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_basics/sources/
H A Djuce_MemoryAudioSource.cpp33 bufferToUse.getNumChannels(), in MemoryAudioSource()
54 auto channels = jmin (dst.getNumChannels(), buffer.getNumChannels()); in getNextAudioBlock()
68 for (; ch < dst.getNumChannels(); ++ch) in getNextAudioBlock()
113 if (a.getNumChannels() != b.getNumChannels()) in operator ==()
116 for (int channel = 0; channel < a.getNumChannels(); ++channel) in operator ==()
168 copy.setSize (buffer.getNumChannels(), blockSize, true, true, false); in runTest()
202 copy.setSize (buffer.getNumChannels(), blockSize, true, true, false); in runTest()
231 for (int channel = 0; channel < buffer.getNumChannels(); ++channel) in getTestBuffer()
249 for (int channel = 0; channel < b.getNumChannels(); ++channel) in isSilent()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_dsp/processors/
H A Djuce_Oversampling.cpp87 …jassert (inputBlock.getNumChannels() <= static_cast<size_t> (ParentType::buffer.getNumChannels())); in processSamplesUp()
90 for (size_t channel = 0; channel < inputBlock.getNumChannels(); ++channel) in processSamplesUp()
97 …jassert (outputBlock.getNumChannels() <= static_cast<size_t> (ParentType::buffer.getNumChannels())… in processSamplesDown()
159 …jassert (inputBlock.getNumChannels() <= static_cast<size_t> (ParentType::buffer.getNumChannels())); in processSamplesUp()
169 for (size_t channel = 0; channel < inputBlock.getNumChannels(); ++channel) in processSamplesUp()
199 …jassert (outputBlock.getNumChannels() <= static_cast<size_t> (ParentType::buffer.getNumChannels())… in processSamplesDown()
210 for (size_t channel = 0; channel < outputBlock.getNumChannels(); ++channel) in processSamplesDown()
317 …jassert (inputBlock.getNumChannels() <= static_cast<size_t> (ParentType::buffer.getNumChannels())); in processSamplesUp()
328 for (size_t channel = 0; channel < inputBlock.getNumChannels(); ++channel) in processSamplesUp()
373 …jassert (outputBlock.getNumChannels() <= static_cast<size_t> (ParentType::buffer.getNumChannels())… in processSamplesDown()
[all …]
H A Djuce_ProcessorDuplicator.h69 jassert ((int) context.getInputBlock().getNumChannels() <= processors.size()); in process()
70 jassert ((int) context.getOutputBlock().getNumChannels() <= processors.size()); in process()
72 auto numChannels = static_cast<size_t> (jmin (context.getInputBlock().getNumChannels(), in process()
73 context.getOutputBlock().getNumChannels())); in process()
H A Djuce_BallisticsFilter.h102 const auto numChannels = outputBlock.getNumChannels(); in process()
105 jassert (inputBlock.getNumChannels() <= yold.size()); in process()
106 jassert (inputBlock.getNumChannels() == numChannels); in process()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_dsp/processors/
H A Djuce_Oversampling.cpp88 …jassert (inputBlock.getNumChannels() <= static_cast<size_t> (ParentType::buffer.getNumChannels())); in processSamplesUp()
91 for (size_t channel = 0; channel < inputBlock.getNumChannels(); ++channel) in processSamplesUp()
98 …jassert (outputBlock.getNumChannels() <= static_cast<size_t> (ParentType::buffer.getNumChannels())… in processSamplesDown()
160 …jassert (inputBlock.getNumChannels() <= static_cast<size_t> (ParentType::buffer.getNumChannels())); in processSamplesUp()
170 for (size_t channel = 0; channel < inputBlock.getNumChannels(); ++channel) in processSamplesUp()
200 …jassert (outputBlock.getNumChannels() <= static_cast<size_t> (ParentType::buffer.getNumChannels())… in processSamplesDown()
211 for (size_t channel = 0; channel < outputBlock.getNumChannels(); ++channel) in processSamplesDown()
318 …jassert (inputBlock.getNumChannels() <= static_cast<size_t> (ParentType::buffer.getNumChannels())); in processSamplesUp()
329 for (size_t channel = 0; channel < inputBlock.getNumChannels(); ++channel) in processSamplesUp()
373 …jassert (outputBlock.getNumChannels() <= static_cast<size_t> (ParentType::buffer.getNumChannels())… in processSamplesDown()
[all …]
H A Djuce_LadderFilter.h63 size_t getNumChannels() const noexcept { return state.size(); } in getNumChannels() function
86 const auto numChannels = outputBlock.getNumChannels(); in process()
89 jassert (inputBlock.getNumChannels() <= getNumChannels()); in process()
90 jassert (inputBlock.getNumChannels() == numChannels); in process()
H A Djuce_ProcessorDuplicator.h70 jassert ((int) context.getInputBlock().getNumChannels() <= processors.size()); in process()
71 jassert ((int) context.getOutputBlock().getNumChannels() <= processors.size()); in process()
73 auto numChannels = static_cast<size_t> (jmin (context.getInputBlock().getNumChannels(), in process()
74 context.getOutputBlock().getNumChannels())); in process()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_dsp/widgets/
H A Djuce_LadderFilter.h67 size_t getNumChannels() const noexcept { return state.size(); } in getNumChannels() function
96 const auto numChannels = outputBlock.getNumChannels(); in process()
99 jassert (inputBlock.getNumChannels() <= getNumChannels()); in process()
100 jassert (inputBlock.getNumChannels() == numChannels); in process()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_audio_basics/sources/
H A Djuce_MemoryAudioSource.cpp33 bufferToUse.getNumChannels(), in MemoryAudioSource()
48 auto channels = jmin (dst.getNumChannels(), buffer.getNumChannels()); in getNextAudioBlock()
61 for (; ch < dst.getNumChannels(); ++ch) in getNextAudioBlock()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_audio_basics/sources/
H A Djuce_MemoryAudioSource.cpp33 bufferToUse.getNumChannels(), in MemoryAudioSource()
48 auto channels = jmin (dst.getNumChannels(), buffer.getNumChannels()); in getNextAudioBlock()
61 for (; ch < dst.getNumChannels(); ++ch) in getNextAudioBlock()
/dports/games/zaz/zaz-1.0.1/src/
H A Dsample.h34 virtual uint getNumChannels() = 0; // 1 or 2
59 uint getNumChannels(); // 1 or 2
80 uint getNumChannels(); // 1 or 2
103 uint getNumChannels(); // 1 or 2
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/soundtouch/source/SoundStretch/
H A Dmain.cpp97 channels = (int)(*inFile)->getNumChannels(); in openFiles()
127 channels = (int)inFile->getNumChannels(); in setup()
186 nChannels = (int)inFile->getNumChannels(); in process()
197 nSamples = num / (int)inFile->getNumChannels(); in process()
234 BPMDetect bpm(inFile->getNumChannels(), inFile->getSampleRate()); in detectBPM()
241 nChannels = (int)inFile->getNumChannels(); in detectBPM()
/dports/audio/soundtouch/soundtouch-2.3.1/source/SoundStretch/
H A Dmain.cpp90 channels = (int)(*inFile)->getNumChannels(); in openFiles()
119 channels = (int)inFile->getNumChannels(); in setup()
177 nChannels = (int)inFile->getNumChannels(); in process()
188 nSamples = num / (int)inFile->getNumChannels(); in process()
224 BPMDetect bpm(inFile->getNumChannels(), inFile->getSampleRate()); in detectBPM()
231 nChannels = (int)inFile->getNumChannels(); in detectBPM()
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/tracker/
H A DPatternEditorControlKeyboard.cpp851 cursor.channel = patternEditor->getNumChannels()-1; in eventKeyDownBinding_LEFT()
864 if (cursor.channel < patternEditor->getNumChannels() - 1) in eventKeyDownBinding_RIGHT()
1162 patternEditor->getCursor().channel = 0 % patternEditor->getNumChannels(); in eventKeyDownBinding_SC_Q()
1167 patternEditor->getCursor().channel = 1 % patternEditor->getNumChannels(); in eventKeyDownBinding_SC_W()
1172 patternEditor->getCursor().channel = 2 % patternEditor->getNumChannels(); in eventKeyDownBinding_SC_E()
1177 patternEditor->getCursor().channel = 3 % patternEditor->getNumChannels(); in eventKeyDownBinding_SC_R()
1312 cursor.channel = patternEditor->getNumChannels() - 1; in eventKeyDownBinding_PreviousChannel()
1323 if (cursor.channel < patternEditor->getNumChannels() - 1) in eventKeyDownBinding_NextChannel()
1334 cursor.channel = patternEditor->getNumChannels()-1; in eventKeyDownBinding_NextChannel()
1635 currentSelection.end.channel == patternEditor->getNumChannels()-1 && in eventKeyCharBinding_SelectAll()
[all …]
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/client/sound/system/
H A DSoundSystemNG.java58 int getNumChannels () { return mFormat.getChannels(); } in getNumChannels() method in SoundSystemNG.SystemOutput
63 int getFrameSize () { return getNumBytesPerSample() * getNumChannels(); } in getFrameSize()
110 assert (numSamples % getNumChannels()) == 0; in setBuffer()
118 int frameSize = getNumBytesPerSample() * getNumChannels(); in setNumBytesToWrite()
139 int frameSize = getNumBytesPerSample() * getNumChannels(); in write()
201 int getNumChannels () { return mAudioFormat.getChannels(); } in getNumChannels() method in SoundSystemNG.Output
221 assert (numSamples % getNumChannels()) == 0; in setBuffer()
265 buffer = Dsp.convertChannels(buffer, frames, channels, getNumChannels()); in modify()
267 setBuffer(buffer, (frames * getNumChannels())); in modify()
521 int numChannels = systemOutput.getNumChannels(); in processOutputs()
H A DSoundSystem.java72 int getNumChannels () { return mFormat.getChannels(); } in getNumChannels() method in SoundSystem.SystemOutput
96 assert (numSamples % getNumChannels()) == 0; in setBuffer()
104 int frameSize = getNumBytesPerSample() * getNumChannels(); in setNumBytesToWrite()
125 int frameSize = getNumBytesPerSample() * getNumChannels(); in write()
152 buffer = Dsp.convertChannels(buffer, frames, channels, getNumChannels()); in modify()
154 setBuffer(buffer, (frames * getNumChannels())); in modify()
183 int getNumChannels() { return mAudioFormat.getChannels(); } in getNumChannels() method in SoundSystem.MixerOutput
195 assert (numSamples % getNumChannels()) == 0; in setBuffer()
239 buffer = Dsp.convertChannels(buffer, frames, channels, getNumChannels()); in modify()
241 setBuffer(buffer, (frames * getNumChannels())); in modify()
[all …]
/dports/devel/juce/JUCE-f37e9a1/modules/juce_dsp/frequency/
H A Djuce_Convolution_test.cpp66 std::for_each (channels, channels + result.getNumChannels(), [length] (auto* channel) in makeStereoRamp()
81 for (size_t channel = 0; channel != block.getNumChannels(); ++channel) in addDiracImpulse()
87 for (size_t channel = 0; channel != block.getNumChannels(); ++channel) in checkForNans()
94 for (size_t i = 0; i != block.getNumChannels(); ++i) in checkAllChannelsNonZero()
215 for (size_t c = 0; c != static_cast<size_t> (expectedResult.getNumChannels()); ++c) in testConvolution()
264 for (auto channel = 0; channel != result.getNumChannels(); ++channel) in runTest()
418 const auto numChannels = copy.getNumChannels(); in runTest()
480 AudioBuffer<float> paddedRamp (ramp.getNumChannels(), ramp.getNumSamples() * 2); in runTest()
485 for (auto channel = 0; channel != ramp.getNumChannels(); ++channel) in runTest()
509 … ResamplingAudioSource resamplingSource (&memorySource, false, original.getNumChannels()); in runTest()
[all …]
/dports/games/passage/Passage_v4_UnixSource/minorGems/graphics/
H A DRGBAImage.h114 ( inImage->getNumChannels() < 4 ) ) { in RGBAImage()
117 if( inImage->getNumChannels() < minNumChannels ) { in RGBAImage()
118 minNumChannels = inImage->getNumChannels(); in RGBAImage()
191 int numChannels = inImage->getNumChannels(); in getRGBABytes()
/dports/graphics/wdune/wdune-1.926/src/
H A DNodeNormalInterpolator.cpp51 NodeNormalInterpolator::getNumChannels() const in getNumChannels() function in NodeNormalInterpolator
70 return new MFVec3f((float *)value, getNumChannels()); in createKey()
76 return new MFVec3f((float *)value, numKeys * getNumChannels()); in createKeys()
H A DNodeCoordinateInterpolator.cpp51 NodeCoordinateInterpolator::getNumChannels() const in getNumChannels() function in NodeCoordinateInterpolator
70 return new MFVec3f((float *)value, getNumChannels()); in createKey()
76 return new MFVec3f((float *)value, numKeys * getNumChannels()); in createKeys()
H A DNodeCoordinateInterpolator2D.cpp52 NodeCoordinateInterpolator2D::getNumChannels() const in getNumChannels() function in NodeCoordinateInterpolator2D
71 return new MFVec2f((float *)value, getNumChannels()); in createKey()
77 return new MFVec2f((float *)value, numKeys * getNumChannels()); in createKeys()
H A DNodeBooleanSequencer.cpp75 int i = index * getNumChannels() + channel; in getKeyValue()
97 return new MFBool((bool *)value, getNumChannels()); in createKey()
103 return new MFBool((bool *)value, numKeys * getNumChannels()); in createKeys()
115 keyValue->setSFValue(index * getNumChannels() + channel, val); in setKeyValue()
H A DNodeIntegerSequencer.cpp76 int i = index * getNumChannels() + channel; in getKeyValue()
98 return new MFInt32((int *)value, getNumChannels()); in createKey()
104 return new MFInt32((int *)value, numKeys * getNumChannels()); in createKeys()
112 keyValue->setSFValue(index * getNumChannels() + channel, (int)value); in setKeyValue()
H A DChannelView.cpp139 int numChannels = m_interpolator->getNumChannels(); in AutoScale()
162 if (m_interpolator->getNumChannels() > 4) { in isDrawableChannel()
174 int numChannels = m_interpolator->getNumChannels(); in findDrawableChannels()
206 int numChannels = m_interpolator->getNumChannels(); in DrawKeys()
315 int numChannels = node->getNumChannels(); in OnLButtonDown()
392 float *values = new float[m_interpolator->getNumChannels()]; in AddKey()
669 m_copiedChannels = m_interpolator->getNumChannels(); in CopyLastSelection()
685 if (m_copiedChannels != m_interpolator->getNumChannels()) in PasteLastSelection()
700 i += m_interpolator->getNumChannels(); in PasteLastSelection()
710 if (m_copiedChannels != m_interpolator->getNumChannels()) in PasteSymetricLastSelection()
[all …]
/dports/devel/juce/JUCE-f37e9a1/examples/DSP/
H A DSIMDRegisterDemo.h79 … jassert (context.getInputBlock().getNumChannels() == context.getOutputBlock().getNumChannels()); in process()
88 …inout[ch] = (ch < input.getNumChannels() ? const_cast<float*> (input.getChannelPointer (ch)) : zer… in process()
97 for (size_t ch = 0; ch < input.getNumChannels(); ++ch) in process()

12345678910>>...18