Home
last modified time | relevance | path

Searched refs:getPreferredStepSize (Results 1 – 25 of 77) sorted by relevance

1234

/dports/audio/vamp-plugin-sdk/vamp-plugin-sdk-2.9.0/src/vamp-hostsdk/
H A DPluginInputDomainAdapter.cpp69 size_t getPreferredStepSize() const;
140 PluginInputDomainAdapter::getPreferredStepSize() const in getPreferredStepSize() function in Vamp::HostExt::PluginInputDomainAdapter
142 return m_impl->getPreferredStepSize(); in getPreferredStepSize()
303 PluginInputDomainAdapter::Impl::getPreferredStepSize() const in getPreferredStepSize() function in Vamp::HostExt::PluginInputDomainAdapter::Impl
305 size_t step = m_plugin->getPreferredStepSize(); in getPreferredStepSize()
H A DPluginWrapper.cpp153 PluginWrapper::getPreferredStepSize() const in getPreferredStepSize() function in Vamp::HostExt::PluginWrapper
155 return m_plugin->getPreferredStepSize(); in getPreferredStepSize()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libvamp/src/vamp-hostsdk/
H A DPluginInputDomainAdapter.cpp93 size_t getPreferredStepSize() const;
169 PluginInputDomainAdapter::getPreferredStepSize() const in getPreferredStepSize() function in Vamp::HostExt::PluginInputDomainAdapter
171 return m_impl->getPreferredStepSize(); in getPreferredStepSize()
354 PluginInputDomainAdapter::Impl::getPreferredStepSize() const in getPreferredStepSize() function in Vamp::HostExt::PluginInputDomainAdapter::Impl
356 size_t step = m_plugin->getPreferredStepSize(); in getPreferredStepSize()
H A DPluginWrapper.cpp160 PluginWrapper::getPreferredStepSize() const in getPreferredStepSize() function in Vamp::HostExt::PluginWrapper
162 return m_plugin->getPreferredStepSize(); in getPreferredStepSize()
/dports/audio/ardour6/Ardour-6.8.0/libs/vamp-plugins/
H A DBarBeatTrack.cpp220 if (stepSize != getPreferredStepSize()) { in initialise()
222 << stepSize << " (wanted " << (getPreferredStepSize()) << ")" << std::endl; in initialise()
253 BarBeatTracker::getPreferredStepSize() const in getPreferredStepSize() function in BarBeatTracker
264 size_t theoretical = getPreferredStepSize() * 2; in getPreferredBlockSize()
H A DOnsetDetect.cpp250 if (stepSize != getPreferredStepSize()) { in initialise()
252 << stepSize << " (wanted " << (getPreferredStepSize()) << ")" << std::endl; in initialise()
280 OnsetDetector::getPreferredStepSize() const in getPreferredStepSize() function in OnsetDetector
291 return getPreferredStepSize() * 2; in getPreferredBlockSize()
H A DBeatTrack.cpp264 if (stepSize != getPreferredStepSize()) { in initialise()
266 << stepSize << " (wanted " << (getPreferredStepSize()) << ")" << std::endl; in initialise()
296 BeatTracker::getPreferredStepSize() const in getPreferredStepSize() function in BeatTracker
306 size_t theoretical = getPreferredStepSize() * 2; in getPreferredBlockSize()
H A DTranscription.h25 size_t getPreferredStepSize() const;
H A DPercussionOnsetDetector.h64 size_t getPreferredStepSize() const;
H A DBarBeatTrack.h44 size_t getPreferredStepSize() const;
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/piper-vamp-cpp/test/vamp-client/
H A Dtst_PluginStub.cpp108 vampPiperAdapter.getPreferredStepSize(), in __anon2f70cb5d0102()
130 const float configuredStepSize = vampPiperAdapter.getPreferredStepSize();
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/piper-vamp-cpp/vamp-support/
H A DLoaderRequests.h117 int(plugin->getPreferredStepSize()), in loadPlugin()
146 pluginPreferredFraming.stepSize = req.plugin->getPreferredStepSize(); in configurePlugin()
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/piper-vamp-cpp/vamp-client/qt/
H A DPiperAutoPlugin.h186 size_t getPreferredStepSize() const override {
187 return getPlugin()->getPreferredStepSize();
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/audio/vamp-ports/
H A DBeatTrack.cpp264 if (stepSize != getPreferredStepSize()) { in initialise()
266 << stepSize << " (wanted " << (getPreferredStepSize()) << ")" << std::endl; in initialise()
296 BeatTracker::getPreferredStepSize() const in getPreferredStepSize() function in BeatTracker
306 size_t theoretical = getPreferredStepSize() * 2; in getPreferredBlockSize()
H A DFixedTempoEstimator.h64 size_t getPreferredStepSize() const;
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libvamp/examples/
H A DFixedTempoEstimator.h64 size_t getPreferredStepSize() const;
H A DPercussionOnsetDetector.h64 size_t getPreferredStepSize() const;
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libvamp/vamp-hostsdk/
H A DPluginInputDomainAdapter.h103 size_t getPreferredStepSize() const;
H A DPluginBufferingAdapter.h95 size_t getPreferredStepSize() const;
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libvamp/skeleton/
H A DMyPlugin.h31 size_t getPreferredStepSize() const;
/dports/audio/vamp-plugin-sdk/vamp-plugin-sdk-2.9.0/examples/
H A DFixedTempoEstimator.h64 size_t getPreferredStepSize() const;
H A DPercussionOnsetDetector.h64 size_t getPreferredStepSize() const;
/dports/audio/vamp-plugin-sdk/vamp-plugin-sdk-2.9.0/vamp-hostsdk/
H A DPluginInputDomainAdapter.h103 size_t getPreferredStepSize() const;
H A DPluginBufferingAdapter.h95 size_t getPreferredStepSize() const;
/dports/audio/vamp-plugin-sdk/vamp-plugin-sdk-2.9.0/skeleton/
H A DMyPlugin.h31 size_t getPreferredStepSize() const;

1234