Class

cRSID

cRSID(filename, subtuneopt)

Constructor

# new cRSID(filename, subtuneopt)

load C64 SID for playback.

Note: cRSID module must be loaded by calling LoadLibrary("crsid") before using!

Parameters:
Name Type Attributes Description
filename string

file name of the SID to load.

subtune number <optional>

SID subtune to play.

See:
  • LoadLibrary()

Members

string

# author

song author

number

# end_address

Song end address

string

# filename

name of file

string

# info

song info

number

# init_address

Song init address

number

# load_address

Song load address

number

# size

Song size

string

# title

title of song

Methods

# Close()

Close SID after use.

# Play()

must be called periodically (e.g. every Loop()) to update the playback buffer.