Свойство | Тип | Описание | |
---|---|---|---|
ChanIdLookup | int[] | ||
EffectToTextLookup | char>.Dictionary | ||
EnvelopeTypeLookup | int[] | ||
FdsTextToEffectLookup | int>.Dictionary | ||
InstrumentTypeLookup | int[] | ||
ReverseEnvelopeTypeLookup | int[] | ||
TextToEffectLookup | byte>.Dictionary | ||
VibratoSpeedExportLookup | int[] | ||
VibratoSpeedImportLookup | int[] | ||
barLength | int | ||
patternFxData | Dictionary |
||
patternLengths | byte>.Dictionary | ||
project | Project |
Метод | Описание | |
---|---|---|
ApplyHaltEffect ( FamiStudio.Song s, Dictionary patternFxData ) : void | ||
ApplySimpleEffects ( RowFxData fx, FamiStudio.Pattern pattern, int n, Dictionary patternLengths, bool allowSongEffects ) : void | ||
ConvertExpansionAudio ( int exp ) : int | ||
CreateUniquelyNamedInstrument ( int expansion, string baseName ) : FamiStudio.Instrument | ||
CreateUniquelyNamedSampleFromDmcData ( string baseName, Array data ) : FamiStudio.DPCMSample | ||
CreateUniquelyNamedSong ( string baseName ) : FamiStudio.Song | ||
FinishImport ( ) : bool | ||
GetOrCreateArpeggio ( int param ) : FamiStudio.Arpeggio | ||
PrintAdditionalWarnings ( ) : void | ||
RenameInstrumentEnsureUnique ( Instrument instrument, string baseName ) : void |
Метод | Описание | |
---|---|---|
CreateArpeggios ( FamiStudio.Song s, Dictionary patternFxData ) : void | ||
CreateSlideNotes ( FamiStudio.Song s, Dictionary patternFxData ) : void | ||
FindBestMatchingNote ( Array noteTable, int pitch, int sign ) : int | ||
FindNextSlideEffect ( FamiStudio.Channel channel, NoteLocation location, NoteLocation &nextLocation, Dictionary patternFxData ) : bool | ||
FindPrevNoteForPortamento ( FamiStudio.Channel channel, int patternIdx, int noteIdx, Dictionary patternFxData ) : int | ||
GetPatternString ( FamiStudio.Pattern pattern, int n ) : string |
protected ApplyHaltEffect ( FamiStudio.Song s, Dictionary patternFxData ) : void | ||
s | FamiStudio.Song | |
patternFxData | Dictionary | |
Результат | void |
protected ApplySimpleEffects ( RowFxData fx, FamiStudio.Pattern pattern, int n, Dictionary patternLengths, bool allowSongEffects ) : void | ||
fx | RowFxData | |
pattern | FamiStudio.Pattern | |
n | int | |
patternLengths | Dictionary | |
allowSongEffects | bool | |
Результат | void |
protected ConvertExpansionAudio ( int exp ) : int | ||
exp | int | |
Результат | int |
protected CreateUniquelyNamedInstrument ( int expansion, string baseName ) : FamiStudio.Instrument | ||
expansion | int | |
baseName | string | |
Результат | FamiStudio.Instrument |
protected CreateUniquelyNamedSampleFromDmcData ( string baseName, Array data ) : FamiStudio.DPCMSample | ||
baseName | string | |
data | Array | |
Результат | FamiStudio.DPCMSample |
protected CreateUniquelyNamedSong ( string baseName ) : FamiStudio.Song | ||
baseName | string | |
Результат | FamiStudio.Song |
protected GetOrCreateArpeggio ( int param ) : FamiStudio.Arpeggio | ||
param | int | |
Результат | FamiStudio.Arpeggio |
protected PrintAdditionalWarnings ( ) : void | ||
Результат | void |
protected RenameInstrumentEnsureUnique ( Instrument instrument, string baseName ) : void | ||
instrument | Instrument | |
baseName | string | |
Результат | void |
static protected Dictionary |
||
Результат | char>.Dictionary |
protected static int[] EnvelopeTypeLookup | ||
Результат | int[] |
static protected Dictionary |
||
Результат | int>.Dictionary |
protected static int[] InstrumentTypeLookup | ||
Результат | int[] |
protected static int[] ReverseEnvelopeTypeLookup | ||
Результат | int[] |
static protected Dictionary |
||
Результат | byte>.Dictionary |
protected static int[] VibratoSpeedExportLookup | ||
Результат | int[] |
protected static int[] VibratoSpeedImportLookup | ||
Результат | int[] |