Uses of Class
clickDetector.ClickDetector.ChannelGroupDetector
Packages that use ClickDetector.ChannelGroupDetector
-
Uses of ClickDetector.ChannelGroupDetector in clickDetector
Methods in clickDetector that return ClickDetector.ChannelGroupDetectorModifier and TypeMethodDescriptionClickDetector.findChannelGroupDetector
(int channelBitmap) ClickDetection.getChannelGroupDetector()
ClickDetector.getChannelGroupDetector
(int i) Constructors in clickDetector with parameters of type ClickDetector.ChannelGroupDetectorModifierConstructorDescriptionClickDetection
(int channelBitmap, long startSample, long duration, ClickDetector clickDetector, ClickDetector.ChannelGroupDetector channelGroupDetector, int triggerList) -
Uses of ClickDetector.ChannelGroupDetector in clickDetector.echoDetection
Methods in clickDetector.echoDetection with parameters of type ClickDetector.ChannelGroupDetectorModifier and TypeMethodDescriptionabstract EchoDetector
EchoDetectionSystem.createEchoDetector
(ClickDetector.ChannelGroupDetector channelGroupDetector, int channelBitmap) Get an echo detection object for a set of channels.JamieEchoDetectionSystem.createEchoDetector
(ClickDetector.ChannelGroupDetector channelGroupDetector, int channelBitmap) SimpleEchoDetectionSystem.createEchoDetector
(ClickDetector.ChannelGroupDetector channelGroupDetector, int channelBitmap) Constructors in clickDetector.echoDetection with parameters of type ClickDetector.ChannelGroupDetectorModifierConstructorDescriptionJamieEchoDetector
(JamieEchoDetectionSystem jamieEchoDetectionSystem, ClickControl clickControl, ClickDetector.ChannelGroupDetector channelGroupDetector, int channelBitmap) Construct an Echo detectorSimpleEchoDetector
(SimpleEchoDetectionSystem simpleEchoDetectionSystem, ClickControl clickControl, ClickDetector.ChannelGroupDetector channelGroupDetector, int channelBitmap)