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()