Class: PhraseRecorderLfo

PhraseRecorderLfo

Lfo class using PhraseMaker class from xmm-client to record input data and format it for xmm-node.

Constructor

new PhraseRecorderLfo()

Source:

Methods

getPhraseLabel() → {String}

Get the current label of the last / currently being recorded phrase.

Source:
Returns:

.

Type
String

getRecordedPhrase() → {XmmPhrase}

Return the latest recorded phrase.

Source:
Returns:
Type
XmmPhrase

setPhraseLabel(label)

Set the current label of the last / currently being recorded phrase.

Parameters:
Name Type Description
label String

The label.

Source:

start()

Start recording a phrase from the input stream.

Source:

stop()

Stop the current recording. (makes the phrase available via getRecordedPhrase()).

Source: