Package libsidplay.sidtune
Klasse P00
java.lang.Object
libsidplay.sidtune.SidTune
libsidplay.sidtune.Prg
libsidplay.sidtune.P00
File format from PC64. PC64 automatically generates the filename from the cbm
name (16 to 8 conversion) but we only need to worry about that when writing
files should we want pc64 compatibility. The extension numbers are just an
index to try to avoid repeats. Name conversion works by creating an initial
filename from alphanumeric and ' ', '-' characters only with the later two
being converted to '_'. Then it parses the filename from end to start
removing characters stopping as soon as the filename becomes <= 8. The
removal of characters occurs in three passes, the first removes all '_', then
vowels and finally numerics. If the filename is still greater than 8 it is
truncated.
- Autor:
- Ken Händel
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungprivate static enumprivate static classVon Klasse geerbte verschachtelte Klassen/Schnittstellen libsidplay.sidtune.SidTune
SidTune.Clock, SidTune.Compatibility, SidTune.Model, SidTune.Speed -
Feldübersicht
FelderVon Klasse geerbte Felder libsidplay.sidtune.Prg
program, programOffsetVon Klasse geerbte Felder libsidplay.sidtune.SidTune
info, RESET, RESET_INIT_DELAY, USE_KICKASSEMBLER -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Von Klasse geerbte Methoden libsidplay.sidtune.Prg
getInitDelay, getMD5Digest, getPlayerInfo, identify, identify, placeProgramInMemory, placeProgramInMemory, saveVon Klasse geerbte Methoden libsidplay.sidtune.SidTune
getContents, getInfo, getInitDelay, getPSidHeader, getSIDAddress, getSongSpeed, getSongSpeedWord, isFakeStereoSid, isSIDUsed, load, load, prepare
-
Felddetails
-
SIDTUNE_ID
- Siehe auch:
-
-
Konstruktordetails
-
P00
P00()
-
-
Methodendetails
-
load
- Löst aus:
SidTuneError
-