SFP:
Filter:
crucial-library/Classes (extension) | Libraries > crucial > Players | Libraries > crucial > SoundFiles

SFP
ExtensionExtension

Sound File Player

Description

SFP plays long sound files from disk. It is not a sample player, it is to be used for playing recordings and long sound files.

Class Methods

.new

Arguments:

path

Paths should be either fully specified or if a relative path is used it will be relative to the classvar :

AbstractSFP.dir

which by default is "~/SoundFiles/"

so test.aiff will be determined internally by using the standardizePath method:

SFP.standardizePath("test.aiff")

for me this would result in :

/Users/cruxxial/SoundFiles/test.aiff

You may set the AbstractSFP.dir = "wherever you want it" in your startup.rtf file.

or you may simply fully specify your paths.

tempo
firstBeatIsAtFrame

.getNew

Arguments:

receivingFunction

Instance Methods

.firstBeatIsAt

.found

.soundFilePath

.storeArgs

.init

Arguments:

sfilePath

.fileNotFound

Arguments:

sfilePath

.preloadData

Arguments:

startAt
endAt
group
bundle
parentSegmentBuffers

.fileName

.fileDuration

.timeDuration

.tempo

Arguments:

t

.children

.guiClass