Crate jack [] [src]

Modules

client

Create a connection to a JACK server.

logging

Control error and info logging from JACK.

port

Types for interacting with port data from JACK.

prelude

Contains most functionality to interact with JACK.

traits

Contains every trait defined in the jack crate.

Enums

JackControl

Specify an option, either to continue processing, or to stop.

JackErr

An error that can occur in JACK.

Functions

get_time

Return JACK's current system time in microseconds, using the JACK clock source.

Type Definitions

JackFrames

Type used to represent sample frame counts.

JackPortId

Ports have unique ids. A port registration callback is the only place you ever need to know their value.

JackTime

Type used to represent the value of free running monotonic clock with units of microseconds.