Method | Description | |
---|---|---|
AddSample ( string pathInResources, string guid, int numChannels, int samplesPerChannel, bool isStreamingAsset ) : void | ||
Contains ( string sampleGUID ) : bool | ||
ContainsSampleNamed ( string sampleName ) : bool | ||
GetFullPathsInStreamingAssets ( List |
||
GetMidiCodes ( int offset, int fftSize = 4096, int maxFreq = 5000 ) : void | ||
GetSampleInfo ( string sampleName ) : |
||
Init ( int sampleRate ) : void | ||
LoadAll ( GATDataAllocationMode allocationMode ) : GATData>.Dictionary |
||
LoadSamplesNamed ( List |
||
RemoveSample ( |
||
SizeOfLongestSample ( ) : int | ||
SizeOfShortestSample ( ) : int | ||
SortByMidiCode ( ) : void |
Method | Description | |
---|---|---|
LoadSample ( |
||
LoadSampleFromResources ( GATDataAllocationMode mode, |
||
LoadSampleFromStreamingAssets ( GATDataAllocationMode mode, |
public AddSample ( string pathInResources, string guid, int numChannels, int samplesPerChannel, bool isStreamingAsset ) : void | ||
pathInResources | string | |
guid | string | |
numChannels | int | |
samplesPerChannel | int | |
isStreamingAsset | bool | |
return | void |
public ContainsSampleNamed ( string sampleName ) : bool | ||
sampleName | string | |
return | bool |
public GetFullPathsInStreamingAssets ( List |
||
sampleNames | List |
|
return | string[] |
public GetMidiCodes ( int offset, int fftSize = 4096, int maxFreq = 5000 ) : void | ||
offset | int | |
fftSize | int | |
maxFreq | int | |
return | void |
public GetSampleInfo ( string sampleName ) : |
||
sampleName | string | |
return |
public LoadAll ( GATDataAllocationMode allocationMode ) : GATData>.Dictionary |
||
allocationMode | GATDataAllocationMode | |
return | GATData>.Dictionary |
public LoadSamplesNamed ( List |
||
sampleNames | List |
|
allocationMode | GATDataAllocationMode | |
return | GATData>.Dictionary |
public RemoveSample ( |
||
sampleInfo | ||
return | void |