Méthode | Description | |
---|---|---|
Init ( int rsTable, int rseTable ) : void | ||
NextTick ( int buffer, int offset, uint bufferSize ) : void | ||
Reset ( ) : void | ||
SetVolumeChannelMasks ( int channelMaskA, int channelMaskB ) : void | ||
SetVolumeIntern ( int volA, int volB ) : void | ||
TownsPC98_FmSynthSquareSineSource ( uint timerbase, uint rtt ) : System | ||
UpdateRegs ( ) : void | ||
WriteReg ( int address, int value, bool force = false ) : void |
Méthode | Description | |
---|---|---|
ChanEnable ( ) : byte | ||
CreateChannels ( ) : Channel[] |
public Init ( int rsTable, int rseTable ) : void | ||
rsTable | int | |
rseTable | int | |
Résultat | void |
public NextTick ( int buffer, int offset, uint bufferSize ) : void | ||
buffer | int | |
offset | int | |
bufferSize | uint | |
Résultat | void |
public SetVolumeChannelMasks ( int channelMaskA, int channelMaskB ) : void | ||
channelMaskA | int | |
channelMaskB | int | |
Résultat | void |
public SetVolumeIntern ( int volA, int volB ) : void | ||
volA | int | |
volB | int | |
Résultat | void |
public TownsPC98_FmSynthSquareSineSource ( uint timerbase, uint rtt ) : System | ||
timerbase | uint | |
rtt | uint | |
Résultat | System |
public WriteReg ( int address, int value, bool force = false ) : void | ||
address | int | |
value | int | |
force | bool | |
Résultat | void |