Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Scroll Documents: Update page title prefix

Overview

Hold Index module

Type Definition

Code Block
typedef struct _ModuleHoldIndex
{
    ModuleInstanceDescriptor instance;            // Common Audio Weaver module instance structure
    INT32* prevIdx;                               // Previous index
    INT32* keepIdx;                               // Scratch for keep index
    INT32* newValue;                              // Scratch for new values
    INT32* tmpState;                              // Scratch for temporary state
} ModuleHoldIndexClass;

Variables

Properties

Name

Type

Usage

isHidden

Default value

Range

Units

prevIdx

int*

state

1

[32 x 1]

Unrestricted

keepIdx

int*

state

1

[32 x 1]

Unrestricted

newValue

int*

state

1

[32 x 1]

Unrestricted

tmpState

int*

state

1

[32 x 1]

Unrestricted

Pins

Input Pins

Name: in

Description: input indices

...

Sample rate range: Unrestricted

Complex support: Real

Output Pins

Name: out

Description: output indices

Data type: int

MATLAB Usage

File Name: hold_index_module.m

...