Interface AbletonLiveOptions

interface AbletonLiveOptions {
    host?: string;
    logRequests?: boolean;
    port?: number;
}

Properties

host?: string

Default

'127.0.0.1'
logRequests?: boolean

Logs every request to and from Live to the console

Default

false
port?: number

Default

9001