renoise.SampleDeviceChain


Properties

available_device_infos : AudioDeviceInfo[]

READ-ONLY Returns a list of tables containing more information about the devices.

available_devices : string[]

READ-ONLY Allowed, available devices for 'insert_device_at'.

available_output_routings : string[]

READ-ONLY Output routing.

devices : renoise.AudioDevice[]

READ-ONLY Device access.

devices_observable : renoise.Document.ObservableList

Track changes to document lists by attaching listener functions to it. NB: Notifiers will not broadcast changes made to list items, but only changes to the lists layout (items got added, removed, swapped).

name : string

Name of the audio effect chain.

name_observable : renoise.Document.Observable

Track changes to document properties or general states by attaching listener functions to it.

output_routing : string

One of 'available_output_routings'

output_routing_observable : renoise.Document.Observable

Track changes to document properties or general states by attaching listener functions to it.


Functions

delete_device_at(self, index : integer)

Delete an existing device from a chain. The mixer device at index 1 can not be deleted.

device(self, index : integer)

->renoise.AudioDevice

Access to a single device in the chain.

insert_device_at(self, device_path : string, index : integer)

->new_device : renoise.AudioDevice

Insert a new device at the given position. "device_path" must be an available device See: renoise.SampleDeviceChain.available_devices

swap_devices_at(self, index1 : integer, index2 : integer)

Swap the positions of two devices in the device chain. The mixer device at index 1 can not be swapped or moved.


Local Structs

AudioDeviceInfo

Audio device info


Properties

favorite_name : string

The device's name as displayed in favorites

is_bridged : boolean

true if the device is a bridged plugin

is_favorite : boolean

true if the device is a favorite

name : string

The device's name

path : string

The device's path used by renoise.Track:insert_device_at

short_name : string

The device's name as displayed in shortened lists