Table of Contents

Interface IDcBlockerModuleHandle

Namespace
SunSharp.Modules
Assembly
SunSharp.dll

DC blocking filter.

public interface IDcBlockerModuleHandle : ITypedModuleHandle, IGenericSynthModuleHandle
Inherited Members

Methods

GetChannels()

Original name: 0 'Channels'

Channels GetChannels()

Returns

Channels

MakeChannelsEvent(Channels)

This is a helper method to automatically handle turning target controller values into column values.

For this controller the input value is taken as is, only clamped to column value range.

PatternEvent MakeChannelsEvent(Channels value)

Parameters

value Channels

Returns

PatternEvent

SetChannels(Channels)

Original name: 0 'Channels' Note: equivalent SendEvent(int, PatternEvent) will be used internally, which may introduce latency. It will also be affected by the event timestamp set.

void SetChannels(Channels value)

Parameters

value Channels