Property | Type | Description | |
---|---|---|---|
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 |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
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 | |
return | 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 | |
return | void |
protected ConvertExpansionAudio ( int exp ) : int | ||
exp | int | |
return | int |
protected CreateUniquelyNamedInstrument ( int expansion, string baseName ) : FamiStudio.Instrument | ||
expansion | int | |
baseName | string | |
return | FamiStudio.Instrument |
protected CreateUniquelyNamedSampleFromDmcData ( string baseName, Array data ) : FamiStudio.DPCMSample | ||
baseName | string | |
data | Array | |
return | FamiStudio.DPCMSample |
protected CreateUniquelyNamedSong ( string baseName ) : FamiStudio.Song | ||
baseName | string | |
return | FamiStudio.Song |
protected GetOrCreateArpeggio ( int param ) : FamiStudio.Arpeggio | ||
param | int | |
return | FamiStudio.Arpeggio |
protected RenameInstrumentEnsureUnique ( Instrument instrument, string baseName ) : void | ||
instrument | Instrument | |
baseName | string | |
return | void |
static protected Dictionary |
||
return | char>.Dictionary |
protected static int[] EnvelopeTypeLookup | ||
return | int[] |
static protected Dictionary |
||
return | int>.Dictionary |
protected static int[] InstrumentTypeLookup | ||
return | int[] |
protected static int[] ReverseEnvelopeTypeLookup | ||
return | int[] |
static protected Dictionary |
||
return | byte>.Dictionary |
protected static int[] VibratoSpeedExportLookup | ||
return | int[] |
protected static int[] VibratoSpeedImportLookup | ||
return | int[] |