Skip to content

Steparp Snap

Stl.Steparp.SnapWait - Step arpeggiator grid snap wait node.

Import

import "_IVLS/std-library/nodes/components/steparp/playback/steparp-snap.ksp"

Node: Stl.Steparp.SnapWait

Uses: NoteOn

Overview

Stl.Steparp.SnapWait - Step arpeggiator grid snap wait node. LIBRARY

Delays NoteOn until the next configured rhythmic grid boundary before passing downstream.

  • Supports bar and fractional grid snap modes
  • A snap_id of None skips the wait
  • Intended to compose into Stl.Steparp.Bundle for host-aligned arpeggiator start

API

Nodes

Name Description
node Stl.Steparp.SnapWait Grid snap wait node that delays NoteOn until the next configured rhythmic bounda...

Defines

Name Description
define Stl.Steparp.Bundle += Stl.Steparp.SnapWait Registers Stl.Steparp.SnapWait as a member of the Stl.Steparp.Bundle composite n...

Nodes

node Stl.Steparp.SnapWait

Callbacks: NoteOn

Grid snap wait node that delays NoteOn until the next configured rhythmic boundary before passing.


Defines

define Stl.Steparp.Bundle += Stl.Steparp.SnapWait

Registers Stl.Steparp.SnapWait as a member of the Stl.Steparp.Bundle composite node.


Example

// TODO: Add usage example

See Also