Skip to main content

16 docs tagged with "Experimental"

View all tags

Filesystem Module

Contains the Path class for handling filesystem paths and the pathfromuri function which creates a Path from a file URI string.

parse_uri

Parses a URI string and returns a URI instance, or nil if the string is not a valid URI.

parse_uri_list

Parses a text/uri-list formatted string and returns all valid URIs found in it.

Path

Represents a filesystem path.

Program

The Program class represents a Kontakt program and provides access to its zones.

Sample

An interface representing an audio sample that can be displayed by the Waveform component.

Sample

The Sample class represents an audio sample loaded in Kontakt.

SampleRange

Represents a half-open range of samples within an audio sample: [begin, end).

URI

Represents a Uniform Resource Identifier (URI).

URI Module

Contains the URI class for working with URIs, and functions for parsing URI strings.

Waveform

The Waveform component displays a Sample.

Zone

The Zone class represents a zone in a Kontakt program.

ZoneList

The ZoneList class represents an ordered collection of Zone objects.

ZoneListIterator

The ZoneListIterator class provides sequential iteration over a ZoneList.