class_samplelibrary - vkbsb/godot GitHub Wiki

SampleLibrary

####Inherits: Resource ####Category: Core

Brief Description

Library that contains a collection of Samples.

Member Functions

Description

Library that contains a collection of Samples, each identified by an text id. This is used as a data containeer for the majority of the SamplePlayer classes and derivatives.

Member Function Description

add_sample

Add a sample to the library, with a given text id;

get_sample

Return a sample from the library, from a given text-id. Return null if the sample is not found.

has_sample

Return true if the sample text id exists in the library.

remove_sample

  • void remove_sample ( String name )

Remove a sample given a specific text id.