Audio Components Module
Contains audio-related UI components and classes.
Contains audio-related UI components and classes.
Contains the Path class for handling filesystem paths and the pathfromuri function which creates a Path from a file URI string.
Parses a URI string and returns a URI instance, or nil if the string is not a valid URI.
Parses a text/uri-list formatted string and returns all valid URIs found in it.
Represents a filesystem path.
Creates a Path from a file URI.
The Program class represents a Kontakt program and provides access to its zones.
An interface representing an audio sample that can be displayed by the Waveform component.
The Sample class represents an audio sample loaded in Kontakt.
Represents a half-open range of samples within an audio sample: [begin, end).
Represents a Uniform Resource Identifier (URI).
Contains the URI class for working with URIs, and functions for parsing URI strings.
The Waveform component displays a Sample.
The Zone class represents a zone in a Kontakt program.
The ZoneList class represents an ordered collection of Zone objects.
The ZoneListIterator class provides sequential iteration over a ZoneList.