IBVArecorder:
Filter:
IBVA-BlueVAS-SuperCollider/Classes (extension) | External Control

IBVArecorder
ExtensionExtension

records IBVA data to file

Description

record data to disk. it is stored as a binary file.

use IBVAplayer to play the data back.

and use IBVAfile: *convert to convert it into a text file. this is useful if you want to import the data into a spreadsheet program or similar.

Class Methods

.new

create a new recorder

Arguments:

ibva

an instance of IBVA

Instance Methods

.ibva

get the ibva instance

.prepare

create and open the file and write a header.

Arguments:

path

output file

.record

start recording data to disk (streaming)

.stop

stop recording and close the file

Examples