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

IBVAfile
ExtensionExtension

helper class

Description

some methods for reading and converting files recorded with IBVArecorder.

do not instantiate.

Class Methods

.convert

convert file from binary to text.

Arguments:

path

input binary file

outPath

optional output text file path. if nil then path++"CONVERTED.txt" will be used.

.generateHeaderString

return a string with a header.

Arguments:

ibva

an instance of IBVA

.read

read a binary file and return a dictionary with the information. the keys in the dictionary are: \ibva, \ch, \sr, \fr, \data

Arguments:

path

input binary file

ibva

an instance of IBVA

Examples