Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
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 | |
Результат | void |
public Contains ( string sampleGUID ) : bool | ||
sampleGUID | string | |
Результат | bool |
public ContainsSampleNamed ( string sampleName ) : bool | ||
sampleName | string | |
Результат | bool |
public GetFullPathsInStreamingAssets ( List |
||
sampleNames | List |
|
Результат | string[] |
public GetMidiCodes ( int offset, int fftSize = 4096, int maxFreq = 5000 ) : void | ||
offset | int | |
fftSize | int | |
maxFreq | int | |
Результат | void |
public GetSampleInfo ( string sampleName ) : |
||
sampleName | string | |
Результат |
public LoadAll ( GATDataAllocationMode allocationMode ) : GATData>.Dictionary |
||
allocationMode | GATDataAllocationMode | |
Результат | GATData>.Dictionary |
public LoadSamplesNamed ( List |
||
sampleNames | List |
|
allocationMode | GATDataAllocationMode | |
Результат | GATData>.Dictionary |
public RemoveSample ( |
||
sampleInfo | ||
Результат | void |