ATK-Sharp  1.0
The ATK library for C#.
ATKSharp.Utilities.TapIn Class Reference

The TapIn class. More...

Public Member Functions

 TapIn (float milliseconds)
 Initializes a new instance of the TapIn class. More...
 
void Feed (float sample)
 Feed a sample to the buffer. More...
 

Properties

float [] Buffer [get]
 Gets the buffer. More...
 
int BufferSize [get]
 Gets the buffer size. More...
 
int WriteIndex [get]
 Gets the write index. More...
 

Detailed Description

The TapIn class.

Constructor & Destructor Documentation

◆ TapIn()

ATKSharp.Utilities.TapIn.TapIn ( float  milliseconds)

Initializes a new instance of the TapIn class.

Parameters
millisecondsThe length of the buffer in milliseconds.

Member Function Documentation

◆ Feed()

void ATKSharp.Utilities.TapIn.Feed ( float  sample)

Feed a sample to the buffer.

Parameters
sampleThe sample.

Property Documentation

◆ Buffer

float [] ATKSharp.Utilities.TapIn.Buffer
get

Gets the buffer.

◆ BufferSize

int ATKSharp.Utilities.TapIn.BufferSize
get

Gets the buffer size.

◆ WriteIndex

int ATKSharp.Utilities.TapIn.WriteIndex
get

Gets the write index.


The documentation for this class was generated from the following file: