A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
pack() — method, class org.si.sion.sequencer.base.MMLEvent |
| Pack to int. |
pack(seq:flash.utils:ByteArray) — method, class org.si.sion.sequencer.base.MMLSequence |
| Pack to ByteArray. |
pad — Static Property, class org.si.sound.nsf.NES |
| |
PAD — class, package org.si.sound.nsf |
| |
PAD() — Constructor, class org.si.sound.nsf.PAD |
| |
PAL — Static Property, class org.si.sound.nsf.NESconfig |
| |
pan — Property, class org.si.sion.SiONDriver |
| Sound panning. |
pan — Property, class org.si.sion.effector.SiEffectStream |
| panning of output (-64:L - 0:C - 64:R). |
pan — Property, class org.si.sion.midi.MIDIModuleChannel |
| Pannig (-64~63) |
pan — Property, class org.si.sion.module.SiOPMChannelParam |
| [extention] panning |
pan — Property, class org.si.sion.module.SiOPMWaveSamplerData |
| pan [-64 - 64] |
_pan — Property, class org.si.sion.module.channels.SiOPMChannelBase |
| pan |
pan — Property, class org.si.sion.module.channels.SiOPMChannelBase |
| Pan (-64-64 left=-64, center=0, right=64).
[left volume] = cos((pan+64)/128I.5) volume;
[right volume] = sin((pan+64)/128I.5) volume;
|
pan — Property, class org.si.sion.sequencer.SiMMLTrack |
| pannning (-64 - +64) |
pan — Property, class org.si.sound.SoundObject |
| Channel panning (-1:Left - 0:Center - +1:Right), this property can control track after play(). |
PAN — Constant Static Property, class org.si.sound.mdx.MDXEvent |
| |
panTable — Property, class org.si.sion.module.SiOPMTable |
| Panning volume table. |
param — Property, class org.si.sion.SiONVoice |
| Get #@ parameters by Array |
paramAL — Property, class org.si.sion.SiONVoice |
| Get #AL@ parameters by Array |
PARAMETER — Constant Static Property, class org.si.sion.sequencer.base.MMLEvent |
| |
paramMA3 — Property, class org.si.sion.SiONVoice |
| Get #MA@ parameters by Array |
paramOPL — Property, class org.si.sion.SiONVoice |
| Get #OPL@ parameters by Array |
paramOPM — Property, class org.si.sion.SiONVoice |
| Get #OPM@ parameters by Array |
paramOPN — Property, class org.si.sion.SiONVoice |
| Get #OPN@ parameters by Array |
paramOPX — Property, class org.si.sion.SiONVoice |
| Get #OPX@ parameters by Array |
parent — Property, class org.si.sound.SoundObject |
| parent container. |
parse(interrupt:int) — Static Method , class org.si.sion.sequencer.base.MMLParser |
| Parse mml string. |
parse(pml:String) — method, class org.si.sound.patterns.PMLParser |
| generate pattern from PML. |
parseALParam(param:org.si.sion.module:SiOPMChannelParam, dataString:String) — Static Method , class org.si.sion.utils.Translator |
| parse inside of #AL@{..}; |
parseEffectorMML(mml:String, postfix:String) — Static Method , class org.si.sion.utils.Translator |
| Parse effector mml and return an array of SiEffectBase. |
parseMA3Param(param:org.si.sion.module:SiOPMChannelParam, dataString:String) — Static Method , class org.si.sion.utils.Translator |
| parse inside of #MA@{..}; |
parseMML(slot:int, mml:String, postfix:String) — method, class org.si.sion.effector.SiEffectModule |
| Parse MML for global/master effectors
|
parseMML(slot:int, mml:String, postfix:String) — method, class org.si.sion.effector.SiEffectStream |
| Parse MML for effector
|
parseMML(tableNumbers:String, postfix:String, maxIndex:int) — method, class org.si.sion.sequencer.SiMMLEnvelopTable |
| parse mml text
|
parseOPLParam(param:org.si.sion.module:SiOPMChannelParam, dataString:String) — Static Method , class org.si.sion.utils.Translator |
| parse inside of #OPL@{..}; |
parseOPMParam(param:org.si.sion.module:SiOPMChannelParam, dataString:String) — Static Method , class org.si.sion.utils.Translator |
| parse inside of #OPM@{..}; |
parseOPNParam(param:org.si.sion.module:SiOPMChannelParam, dataString:String) — Static Method , class org.si.sion.utils.Translator |
| parse inside of #OPN@{..}; |
parseOPXParam(param:org.si.sion.module:SiOPMChannelParam, dataString:String) — Static Method , class org.si.sion.utils.Translator |
| parse inside of #OPX@{..}; |
parseParam(param:org.si.sion.module:SiOPMChannelParam, dataString:String) — Static Method , class org.si.sion.utils.Translator |
| parse inside of #@{..}; |
parsePCMVoice(voice:org.si.sion.sequencer:SiMMLVoice, mml:String, postfix:String, envelopes:Vector$org.si.sion.sequencer:SiMMLEnvelopTable) — Static Method , class org.si.sion.utils.Translator |
| parse mml text of pcm voice setting (#PCMVOICE system command)
|
parsePCMWave(table:org.si.sion.module:SiOPMWavePCMTable, mml:String, soundReferTable:any) — Static Method , class org.si.sion.utils.Translator |
| parse mml text of pcm wave setting (#PCMWAVE system command). |
parseProgress — Static Property, class org.si.sion.sequencer.base.MMLParser |
| Parsing progression (0-1). |
parseSamplerWave(table:org.si.sion.module:SiOPMWaveSamplerTable, noteNumber:int, mml:String, soundReferTable:any) — Static Method , class org.si.sion.utils.Translator |
| parse mml text of sampler wave setting (#SAMPLER system command). |
parseTableNumbers(tableNumbers:String, postfix:String, maxIndex:int) — Static Method , class org.si.sion.utils.Translator |
| parse mml of envelop and wave table numbers. |
parseVoiceSetting(voice:org.si.sion.sequencer:SiMMLVoice, mml:String, envelopes:Vector$org.si.sion.sequencer:SiMMLEnvelopTable) — Static Method , class org.si.sion.utils.Translator |
| parse voice setting mml
|
parseWAV(tableNumbers:String, postfix:String) — Static Method , class org.si.sion.utils.Translator |
| parse #WAV data
|
parseWAVB(hex:String) — Static Method , class org.si.sion.utils.Translator |
| parse #WAVB data
|
pattern — Property, class org.si.sound.Arpeggiator |
| Note index array of the arpeggio pattern. |
pattern — Property, class org.si.sound.BassSequencer |
| Number Array of the sequence notes. |
pattern — Property, class org.si.sound.ChordPad |
| Number Array of the sequence notes' length. |
pattern — Property, class org.si.sound.patterns.Scaler |
| pattern of scale indexes |
pattern — Property, class org.si.sound.patterns.Sequencer |
| pattern note vector to play |
patternNumber — Property, class org.si.sound.BassSequencer |
| bass line Pattern number |
patternNumberMax — Property, class org.si.sound.BassSequencer |
| maximum limit of bass line Pattern number |
PatternSequencer — class, package org.si.sound |
| Pattern sequencer class provides simple one track pattern player. |
PatternSequencer(defaultNote:int, defaultVelocity:int, defaultLength:Number, synth:org.si.sound.synthesizers:VoiceReference) — Constructor, class org.si.sound.PatternSequencer |
| constructor
|
pause(fadeOutTime:Number) — Static Method , class org.si.midi.MIDIPlayer |
| pause
|
pause() — method, class org.si.sion.SiONDriver |
| Pause sound. |
pause(slot:int) — Static Method , class org.si.utils.timer |
| pause timer |
pauseWhileLoading — Property, class org.si.sion.SiONDriver |
| pause while loading sound |
PCM_BITS — Constant Static Property, class org.si.sion.module.SiOPMTable |
| |
pcmData — Property, class org.si.sound.mdx.PDXData |
| extracted PCM data |
PCM_DATA_MAX — Constant Static Property, class org.si.sion.module.SiOPMTable |
| |
PCMSample — class, package org.si.sion.utils |
| PCM sample loader/saver |
PCMSample(channels:int, sampleRate:int, samples:Vector$Number) — Constructor, class org.si.sion.utils.PCMSample |
| constructor |
PCMSynth — class, package org.si.sound.synthesizers |
| Pulse Code Modulation Synthesizer
|
PCMSynth(data:any, samplingNote:Number, channelCount:int) — Constructor, class org.si.sound.synthesizers.PCMSynth |
| constructor
|
_pcmTable — Property, class org.si.sion.module.channels.SiOPMChannelPCM |
| pcm table |
_pcmTable — Property, class org.si.sound.synthesizers.PCMSynth |
| PCM table |
pcmVoices — Property, class org.si.sion.sequencer.SiMMLData |
| pcm data (log-transformed) |
pcmVoices — Property, class org.si.sion.utils.soundfont.SiONSoundFont |
| all pcm voice instances |
pcmVolume — Property, class org.si.sion.module.SiOPMModule |
| pcm module volume |
PDXData — class, package org.si.sound.mdx |
| PDX data class |
PDXData() — Constructor, class org.si.sound.mdx.PDXData |
| constructor |
PDXDataStorage — Dynamic Class, package org.si.sound.mdx |
| PDX data storage |
PDXDataStorage() — Constructor, class org.si.sound.mdx.PDXDataStorage |
| constructor |
pdxFileName — Property, class org.si.sound.mdx.MDXData |
| |
PeakDetector — class, package org.si.sion.utils |
| PeakDetector provides wave power peak profiler with bandpass filter. |
PeakDetector(frequency:Number, bandWidth:Number, windowLength:Number, signalToNoiseRatio:Number) — Constructor, class org.si.sion.utils.PeakDetector |
| constructor
|
peakList — Property, class org.si.sion.module.SiOPMWaveSamplerData |
| peak list only available for extracted data |
peakList — Property, class org.si.sion.utils.PeakDetector |
| analyzed peak list in [ms]. |
peaksPerMinute — Property, class org.si.sion.utils.PeakDetector |
| estimated peak per minutes. |
peaksPerMinuteEstimationScoreTable — Property, class org.si.sion.utils.PeakDetector |
| |
peaksPerMinuteProbability — Property, class org.si.sion.utils.PeakDetector |
| probability of estimated peaksPerMinute value. |
PERCUSSION — Constant Static Property, class org.si.sound.synthesizers.DrumMachinePresetVoice |
| voice type other percussions |
PG_CUSTOM — Constant Static Property, class org.si.sion.module.SiOPMTable |
| |
PG_FILTER — Constant Static Property, class org.si.sion.module.SiOPMTable |
| |
PG_KNMBSMM — Constant Static Property, class org.si.sion.module.SiOPMTable |
| |
PG_MA3_WAVE — Constant Static Property, class org.si.sion.module.SiOPMTable |
| |
PG_NOISE — Constant Static Property, class org.si.sion.module.SiOPMTable |
| |
PG_NOISE_GB_SHORT — Constant Static Property, class org.si.sion.module.SiOPMTable |
| |
PG_NOISE_HIPAS — Constant Static Property, class org.si.sion.module.SiOPMTable |
| |
PG_NOISE_PINK — Constant Static Property, class org.si.sion.module.SiOPMTable |
| |
PG_NOISE_PULSE — Constant Static Property, class org.si.sion.module.SiOPMTable |
| |
PG_NOISE_SHORT — Constant Static Property, class org.si.sion.module.SiOPMTable |
| |
PG_NOISE_WHITE — Constant Static Property, class org.si.sion.module.SiOPMTable |
| |
PG_OFFSET — Constant Static Property, class org.si.sion.module.SiOPMTable |
| |
PG_PCM — Constant Static Property, class org.si.sion.module.SiOPMTable |
| |
PG_PC_NZ_16BIT — Constant Static Property, class org.si.sion.module.SiOPMTable |
| |
PG_PC_NZ_OPM — Constant Static Property, class org.si.sion.module.SiOPMTable |
| |
PG_PC_NZ_SHORT — Constant Static Property, class org.si.sion.module.SiOPMTable |
| |
PG_PULSE — Constant Static Property, class org.si.sion.module.SiOPMTable |
| |
PG_PULSE_SPIKE — Constant Static Property, class org.si.sion.module.SiOPMTable |
| |
PG_RAMP — Constant Static Property, class org.si.sion.module.SiOPMTable |
| |
PG_SAW_DOWN — Constant Static Property, class org.si.sion.module.SiOPMTable |
| |
PG_SAW_UP — Constant Static Property, class org.si.sion.module.SiOPMTable |
| |
PG_SAW_VC6 — Constant Static Property, class org.si.sion.module.SiOPMTable |
| |
PG_SINE — Constant Static Property, class org.si.sion.module.SiOPMTable |
| |
PG_SQUARE — Constant Static Property, class org.si.sion.module.SiOPMTable |
| |
PG_SYNC_HIGH — Constant Static Property, class org.si.sion.module.SiOPMTable |
| |
PG_SYNC_LOW — Constant Static Property, class org.si.sion.module.SiOPMTable |
| |
PG_TRIANGLE — Constant Static Property, class org.si.sion.module.SiOPMTable |
| |
PG_TRIANGLE_FC — Constant Static Property, class org.si.sion.module.SiOPMTable |
| |
pgType — Property, class org.si.sion.module.SiOPMOperatorParam |
| [extension] Pulse generator type [0,511] |
pgType — Property, class org.si.sion.module.channels.SiOPMOperator |
| Pulse generator type. |
PG_USER_CUSTOM — Constant Static Property, class org.si.sion.module.SiOPMTable |
| |
PG_USER_PCM — Constant Static Property, class org.si.sion.module.SiOPMTable |
| |
ph — Property, class org.si.sound.synthesizers.FMSynthOperator |
| PH; Key on phase [0-255]. |
phase — Property, class org.si.sion.module.SiOPMOperatorParam |
| [extension] Initiail phase [0,255]. |
phase — Property, class org.si.sion.module.channels.SiOPMChannelBase |
| phase (@ph) |
phase — Property, class org.si.sion.module.channels.SiOPMChannelFM |
| phase (@ph) |
phase — Property, class org.si.sion.module.channels.SiOPMChannelPCM |
| phase (@ph) |
phase — Property, class org.si.sion.module.channels.SiOPMChannelSampler |
| phase (@ph) |
PHASE_BITS — Constant Static Property, class org.si.sion.module.SiOPMTable |
| |
PHASE_FILTER — Constant Static Property, class org.si.sion.module.SiOPMTable |
| |
PHASE_MAX — Constant Static Property, class org.si.sion.module.SiOPMTable |
| |
PHASE_SIGN_RSHIFT — Constant Static Property, class org.si.sion.module.SiOPMTable |
| |
phaseStepShiftFilter — Property, class org.si.sion.module.SiOPMTable |
| PG:phase step shift filter. |
pickedupBPMList — Property, class org.si.sion.utils.BPMAnalyzer |
| picked up bpm list |
pickedupBPMProbabilityList — Property, class org.si.sion.utils.BPMAnalyzer |
| picked up bpm's probability list |
pickedupCount — Property, class org.si.sion.utils.BPMAnalyzer |
| number of picked up point |
_pipe0 — Property, class org.si.sion.module.channels.SiOPMChannelFM |
| internal pipe0 |
_pipe1 — Property, class org.si.sion.module.channels.SiOPMChannelFM |
| internal pipe1 |
PIPE_SIZE — Constant Static Property, class org.si.sion.module.SiOPMModule |
| pipe size |
pitch — Property, class org.si.sion.module.channels.SiOPMChannelBase |
| pitch |
pitch — Property, class org.si.sion.module.channels.SiOPMChannelFM |
| pitch = (note << 6) | (kf & 63) [0,8191] |
pitch — Property, class org.si.sion.module.channels.SiOPMChannelKS |
| pitch = (note << 6) | (kf & 63) [0,8191] |
pitch — Property, class org.si.sion.module.channels.SiOPMChannelPCM |
| pitch = (note << 6) | (kf & 63) [0,8191] |
pitch — Property, class org.si.sion.module.channels.SiOPMChannelSampler |
| pitch = (note << 6) | (kf & 63) [0,8191] |
pitchBend(channelNum:int, bend:int) — method, class org.si.sion.midi.MIDIModule |
| pitch bned |
pitchBend — Property, class org.si.sion.midi.MIDIModuleChannel |
| Pitch bend value (-8192~8191) |
pitchBend — Property, class org.si.sion.sequencer.SiMMLTrack |
| pitch bend |
pitchBend — Property, class org.si.sound.SoundObject |
| Channel pitch bend, 1 for halftone, this property can control track after play(). |
PITCH_BEND — Constant Static Property, class org.si.sion.events.SiONMIDIEvent |
| Dispatch when the pitch bend command appears in MIDI data. |
PITCH_BEND — Constant Static Property, class org.si.sion.midi.SMFEvent |
| |
PITCH_BEND — Constant Static Property, class org.si.sion.midi.SiONMIDIEventFlag |
| dispatch flag for SiONMIDIEvent.PITCH_BEND |
PITCHBEND — Constant Static Property, class org.si.sion.sequencer.base.MMLEvent |
| |
pitchBendSensitivity — Property, class org.si.sion.midi.MIDIModuleChannel |
| Pitch bend sensitivity |
pitchFixed — Property, class org.si.sion.module.channels.SiOPMOperator |
| |
pitchIndex — Property, class org.si.sion.module.channels.SiOPMOperator |
| pitchIndex = (note << 6) | (kf & 63) [0,8191] |
PITCH_LFO — Constant Static Property, class org.si.sound.mdx.MDXEvent |
| |
pitchModulation — Property, class org.si.sound.synthesizers.BasicSynth |
| pitch modulation. |
pitchShift — Property, class org.si.sion.sequencer.SiMMLTrack |
| detune, set by k command. |
pitchShift — Property, class org.si.sion.sequencer.SiMMLVoice |
| track pitch shift (same as "k" command). |
pitchTable — Property, class org.si.sion.module.SiOPMTable |
| PG:pitch table. |
PITCH_TABLE_SIZE — Constant Static Property, class org.si.sion.module.SiOPMTable |
| |
pitchWaveLength — Property, class org.si.sion.module.SiOPMTable |
| PG:pitch wave length (in samples) table. |
play(url:String, fadeInTime:Number) — Static Method , class org.si.midi.MIDIPlayer |
| play MIDI file
|
play(data:any, resetEffector:Boolean) — method, class org.si.sion.SiONDriver |
| Play SiONData or MML string. |
play() — method, class org.si.sound.ChordPad |
| play drum sequence |
play() — method, class org.si.sound.DrumMachine |
| play drum sequence |
play() — method, class org.si.sound.FlashSoundPlayer |
| start sequence |
play() — method, class org.si.sound.MMLPlayer |
| Play mml data. |
play() — method, class org.si.sound.MonophonicSynthesizer |
| start streaming without any sounds |
play() — method, class org.si.sound.MultiTrackSoundObject |
| you cannot call play() in MultiTrackSoundObject. |
play() — method, class org.si.sound.PatternSequencer |
| start sequence |
play() — method, class org.si.sound.PolyphonicSynthesizer |
| start streaming without any sounds |
play() — method, class org.si.sound.SoundObject |
| Play sound. |
play() — method, class org.si.sound.SoundObjectContainer |
| Play all children sound. |
playAddress — Property, class org.si.sound.nsf.NSFData |
| |
playSound(sampleNumber:int, length:Number, delay:Number, quant:Number, trackID:int, isDisposable:Boolean) — method, class org.si.sion.SiONDriver |
| Play sound registered in sampler table (registered by setSamplerData()), same as noteOn(note, new SiONVoice(10), ...). |
plunkVelocity — Property, class org.si.sound.synthesizers.PMGuitarSynth |
| plunk velocity [0-1]. |
pmd — Property, class org.si.sion.module.SiOPMChannelParam |
| pitch modulation depth |
pmDelay — Property, class org.si.sion.sequencer.SiMMLVoice |
| pitch modulation changing delay. |
_pm_depth — Property, class org.si.sion.module.channels.SiOPMChannelFM |
| pm depth |
_pm_depth — Property, class org.si.sion.module.channels.SiOPMChannelPCM |
| pm depth |
pmDepth — Property, class org.si.sion.sequencer.SiMMLVoice |
| pitch modulation depth. |
pmDepthEnd — Property, class org.si.sion.sequencer.SiMMLVoice |
| pitch modulation depth after changing. |
PMGuitarSynth — class, package org.si.sound.synthesizers |
| Physical Modeling Guitar Synthesizer
|
PMGuitarSynth(tension:Number) — Constructor, class org.si.sound.synthesizers.PMGuitarSynth |
| constructor
|
PMLParser — class, package org.si.sound.patterns |
| PML (Pattern/Primitive Macro Language) parser, this class provides quite simple pattern generator. |
PMLParser(rule:any) — Constructor, class org.si.sound.patterns.PMLParser |
| constructor |
_pm_out — Property, class org.si.sion.module.channels.SiOPMChannelFM |
| pm output level |
_pm_out — Property, class org.si.sion.module.channels.SiOPMChannelPCM |
| pm output level |
pmsTension — Property, class org.si.sion.sequencer.SiMMLVoice |
| PMS guitar tension |
pmTerm — Property, class org.si.sion.sequencer.SiMMLVoice |
| pitch modulation changing term. |
pointer — Property, class org.si.sion.sequencer.base.MMLExecutor |
| Current MMLEvent to process |
PolyphonicSynthesizer — class, package org.si.sound |
| Polyphonic synthesizer class provides synthesizer with multi tracks. |
PolyphonicSynthesizer(synth:org.si.sound.synthesizers:VoiceReference) — Constructor, class org.si.sound.PolyphonicSynthesizer |
| constructor
|
polyphony — Property, class org.si.sion.midi.MIDIModule |
| polyphony |
pop() — method, class org.si.sion.sequencer.base.MMLSequence |
| Remove MMLEvent from tail. |
portament — Property, class org.si.sion.sequencer.SiMMLVoice |
| portament. |
portament — Property, class org.si.sound.PatternSequencer |
| portament |
PORTAMENT — Constant Static Property, class org.si.sound.mdx.MDXEvent |
| |
portamento — Property, class org.si.sion.midi.MIDIModuleChannel |
| Portamento |
portamentoTime — Property, class org.si.sion.midi.MIDIModuleChannel |
| Portamento time |
portNumber — Property, class org.si.sion.midi.MIDIModule |
| port number |
position — Static Property, class org.si.midi.MIDIPlayer |
| Playing position [sec] |
position — Property, class org.si.sion.SiONDriver |
| Get playing position[ms] of current data, or Set initial position of playing data. |
POWER — Constant Static Property, class org.si.sound.synthesizers.WaveTableSynth |
| layered by closed power code (2operators) |
powerProfile — Property, class org.si.sion.utils.PeakDetector |
| analyzed wave energy profile 2100[fps] (the length is 1/21(2100/44100) of analyzing samples). |
ppu — Static Property, class org.si.sound.nsf.NES |
| |
PPU — class, package org.si.sound.nsf |
| |
PPU() — Constructor, class org.si.sound.nsf.PPU |
| |
PPU_ChrLatch(addr:int) — method, class org.si.sound.nsf.Mapper |
| |
PPU_ExtLatch(addr:int) — method, class org.si.sound.nsf.Mapper |
| |
PPU_ExtLatchX(x:int) — method, class org.si.sound.nsf.Mapper |
| |
PPU_Latch(addr:int) — method, class org.si.sound.nsf.Mapper |
| |
preferableNote — Property, class org.si.sion.sequencer.SiMMLVoice |
| preferable note. |
prepareCompile(data:org.si.sion.sequencer.base:MMLData, mml:String) — method, class org.si.sion.sequencer.SiMMLSequencer |
| Prepare to compile mml string. |
prepareCompile(data:org.si.sion.sequencer.base:MMLData, mml:String) — method, class org.si.sion.sequencer.base.MMLSequencer |
| Prepare to compile mml string. |
prepareParse(setting:org.si.sion.sequencer.base:MMLParserSetting, mml:String) — Static Method , class org.si.sion.sequencer.base.MMLParser |
| Prepare to parse. |
prepareProcess() — method, class org.si.sion.effector.SiEffectBase |
| Prepare processing. |
prepareProcess() — method, class org.si.sion.effector.SiEffectStream |
| prepare for process |
prependNewEvent(id:int, data:int, length:int) — method, class org.si.sion.sequencer.base.MMLSequence |
| Prepend new MMLEvent at head
|
_preserveList — Property, class org.si.sion.utils.soundloader.SoundLoader |
| loading url list |
presetPattern — Property, class org.si.sound.BassSequencer |
| Preset pattern list |
presetPattern — Property, class org.si.sound.DrumMachine |
| Preset patterns |
presetRegisterVRC7 — Property, class org.si.sion.sequencer.SiMMLTable |
| table of VRC7 preset voices (from virturenes) |
presetRegisterVRC7Drums — Property, class org.si.sion.sequencer.SiMMLTable |
| table of VRC7/OPLL preset drums (from virturenes) |
presetRegisterYM2413 — Property, class org.si.sion.sequencer.SiMMLTable |
| table of OPLL preset voices (from virturenes) |
presetVoice — Property, class org.si.sound.DrumMachine |
| Preset voices |
PresetVoiceLoader — class, package org.si.sound.synthesizers |
| synthsizer with SiONPresetVoice |
PresetVoiceLoader(categoly:String) — Constructor, class org.si.sound.synthesizers.PresetVoiceLoader |
| constructor, set categoly key to use. |
presetVoiceVRC7 — Property, class org.si.sion.sequencer.SiMMLTable |
| Preset voice set of VRC7 |
presetVoiceVRC7Drums — Property, class org.si.sion.sequencer.SiMMLTable |
| Preset voice set of VRC7/OPLL drum |
presetVoiceYM2413 — Property, class org.si.sion.sequencer.SiMMLTable |
| Preset voice set of OPLL |
_prevStepRemain — Property, class org.si.sion.module.channels.SiOPMChannelBase |
| eg step residue |
process(channels:int, buffer:Vector$Number, startIndex:int, length:int) — method, class org.si.sion.effector.SiEffectBase |
| Process effect to stream buffer. |
process(startIndex:int, length:int, writeInStream:Boolean) — method, class org.si.sion.effector.SiEffectStream |
| processing |
PROCESS — Constant Static Property, class org.si.sion.sequencer.base.MMLEvent |
| |
processedSampleCount — Property, class org.si.sion.sequencer.SiMMLSequencer |
| Processed sample count |
processLFOstereo(buffer:Vector$Number, startIndex:int, length:int) — method, class org.si.sion.effector.SiEffectAutoPan |
| |
processMMLExecutor(exe:org.si.sion.sequencer.base:MMLExecutor, bufferSampleCount:int) — method, class org.si.sion.sequencer.base.MMLSequencer |
| Processing audio by one executor. |
processTime — Property, class org.si.sion.SiONDriver |
| average processing time in 1sec [ms]. |
programChange(channelNum:int, programNumber:int) — method, class org.si.sion.midi.MIDIModule |
| program change |
PROGRAM_CHANGE — Constant Static Property, class org.si.sion.events.SiONMIDIEvent |
| Dispatch when the program change command appears in MIDI data. |
PROGRAM_CHANGE — Constant Static Property, class org.si.sion.midi.SMFEvent |
| |
PROGRAM_CHANGE — Constant Static Property, class org.si.sion.midi.SiONMIDIEventFlag |
| dispatch flag for SiONMIDIEvent.PROGRAM_CHANGE |
programNumber — Property, class org.si.sion.midi.MIDIModuleChannel |
| Program number (0-127) |
programNumber — Property, class org.si.sion.sequencer.SiMMLTrack |
| Program number, set by 2nd argument of % command and 1st arg. |
progress — Event, class org.si.sion.midi.SMFData |
| |
progress — Event, class org.si.sion.utils.soundloader.SoundLoader |
| |
progress — Event, class org.si.sion.utils.soundloader.SoundLoaderFileData |
| |
progress — Event, class org.si.sound.FlashSoundPlayer |
| |
PROM — Property, class org.si.sound.nsf.MMU |
| |
psg_clock — Property, class org.si.sion.module.SiOPMTable |
| psg clock |
PSGSynth — class, package org.si.sound.synthesizers |
| Programmable Sound Generator Synthesizer
|
PSGSynth(channelNumber:int) — Constructor, class org.si.sound.synthesizers.PSGSynth |
| constructor
|
PT_APU_NOISE — Constant Static Property, class org.si.sion.module.SiOPMTable |
| |
PT_GB_NOISE — Constant Static Property, class org.si.sion.module.SiOPMTable |
| |
PT_MAX — Constant Static Property, class org.si.sion.module.SiOPMTable |
| |
PT_OPM — Constant Static Property, class org.si.sion.module.SiOPMTable |
| |
PT_OPM_NOISE — Constant Static Property, class org.si.sion.module.SiOPMTable |
| |
PT_PCM — Constant Static Property, class org.si.sion.module.SiOPMTable |
| |
PT_PSG — Constant Static Property, class org.si.sion.module.SiOPMTable |
| |
PT_PSG_NOISE — Constant Static Property, class org.si.sion.module.SiOPMTable |
| |
ptType — Property, class org.si.sion.module.SiOPMOperatorParam |
| [extension] Pitch table type [0,7] |
ptType — Property, class org.si.sion.module.channels.SiOPMOperator |
| Pitch table type. |
push(e:org.si.sion.sequencer.base:MMLEvent) — method, class org.si.sion.sequencer.base.MMLSequence |
| Add MMLEvent at tail. |
|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |