FluidFilesPath:
Filter:
FluCoMa/Classes (extension) | Libraries > FluidCorpusManipulation

FluidFilesPath
ExtensionExtension

A convenience class for accessing the audio files provided with the FluCoMa Extension

Description

Class Methods

.new

Get the path to the "AudioFiles" folder inside the FluCoMa extensions folder. Following this with a ++ "name_Of_The_File-You-Want.wav" will create the path to file you want.

Arguments:

fileName

Optionally, you may pass in the name of the file you want to use and the *new class method will return the path to that file.

Returns:

The path to the "AudioFiles" folder inside the FluCoMa extensions folder (optionally with provided file name).

Examples