Verwendungen von Klasse
libsidplay.sidtune.SidTune
Packages, die SidTune verwenden
Package
Beschreibung
-
Verwendungen von SidTune in builder.hardsid
Methoden in builder.hardsid mit Parametern vom Typ SidTune -
Verwendungen von SidTune in builder.jexsid
Methoden in builder.jexsid mit Parametern vom Typ SidTune -
Verwendungen von SidTune in builder.jhardsid
Methoden in builder.jhardsid mit Parametern vom Typ SidTuneModifizierer und TypMethodeBeschreibungprivate JHardSIDEmuJHardSIDBuilder.createSID(byte deviceId, int chipNum, int sidNum, SidTune tune, ChipModel chipModel, ChipModel defaultChipModel) JHardSIDMapping.mapping(IEmulationSection emulationSection, SidTune tune, int chipCount) -
Verwendungen von SidTune in builder.jsidblaster
Methoden in builder.jsidblaster mit Parametern vom Typ SidTuneModifizierer und TypMethodeBeschreibungprivate SIDBlasterEmuJSIDBlasterBuilder.createSID(byte deviceId, int sidNum, SidTune tune, ChipModel chipModel, ChipModel defaultChipModel) JSIDBlasterMapping.mapping(IEmulationSection emulationSection, SidTune tune) -
Verwendungen von SidTune in builder.jusbsid
Methoden in builder.jusbsid mit Parametern vom Typ SidTune -
Verwendungen von SidTune in builder.netsiddev
Methoden in builder.netsiddev mit Parametern vom Typ SidTune -
Verwendungen von SidTune in builder.resid
Methoden in builder.resid mit Parametern vom Typ SidTuneModifizierer und TypMethodeBeschreibungprivate ReSIDBaseReSIDBuilder.getOrCreateSID(SIDEmu oldSIDEmu, SidTune tune, int sidNum) Create SID emulation of a specific emulation type or re-use already used SID chip, if implementation does not change.
Note: The reason for re-using SID implementation is to preserve the current SID's internal state, when changing filters or chip model type.Create a SID chip implementation and configure it, then start mixing. -
Verwendungen von SidTune in client.teavm.common
Felder in client.teavm.common, die deklariert sind als SidTuneMethoden in client.teavm.common mit Parametern vom Typ SidTuneModifizierer und TypMethodeBeschreibungprivate voidExportedApi.doLog(IEmulationSection emulationSection, SidTune tune) private voidExportedApi.doLogChipModel(IEmulationSection emulationSection, SidTune tune) private voidExportedApi.doLogCPUClock(IEmulationSection emulationSection, SidTune tune) private voidExportedApi.doLogEmulation(IEmulationSection emulationSection, SidTune tune) private voidExportedApi.doLogFilterNames(IEmulationSection emulationSection, SidTune tune) -
Verwendungen von SidTune in libsidplay
Methoden in libsidplay mit Parametern vom Typ SidTuneModifizierer und TypMethodeBeschreibungdefault voidUltimate64.sendRamAndRun(IConfig config, SidTune tune, byte[] c64Ram) Send RAM to Ultimate64 C64-RAM and type Run.
Note: whole RAM is currently transfered, no matter how long the program is.default voidUltimate64.sendRamAndSys(IConfig config, SidTune tune, byte[] c64Ram, int startAddr) Send RAM to Ultimate64 C64-RAM and start machine code.
Note: whole RAM is currently transfered, no matter how long the program is.default voidSend Reset to Ultimate64. -
Verwendungen von SidTune in libsidplay.common
Methoden in libsidplay.common mit Parametern vom Typ SidTuneModifizierer und TypMethodeBeschreibungstatic ChipModelChipModel.getChipModel(IEmulationSection emulation, SidTune tune, int sidNum) Detect chip model of specified SID number in the following order: chip model forced by user configuration chip model detected by tune recognition WhatsSID chip model provided by tune information and if unknown, then default chip model for the 1st SID and for 2nd or 3rd chip use the same chip model as for the 1st SIDstatic CPUClockCPUClock.getCPUClock(IEmulationSection emulation, SidTune tune) Detect CPU clock of a specific tune in the following order: CPU clock forced by user configuration CPU clock provided by tune information and if unknown, then default CPU clockstatic EngineEngine.getEngine(IEmulationSection emulationSection, SidTune tune) Choose engine to be used (MP3 requires EMULATION).Create a new SID chip emulation. -
Verwendungen von SidTune in libsidplay.sidtune
Unterklassen von SidTune in libsidplay.sidtuneModifizierer und TypKlasseBeschreibungclassSpecial MP3 tune implementation.(Package privat) class(Package privat) classFile format from PC64.(Package privat) class(Package privat) classclassFelder in libsidplay.sidtune, die deklariert sind als SidTuneModifizierer und TypFeldBeschreibungstatic final SidTuneSidTune.RESETDo not load a tune, just reset C64.Methoden in libsidplay.sidtune, die SidTune zurückgebenModifizierer und TypMethodeBeschreibungstatic final SidTuneprotected static SidTuneLoad MUS mono or stereo tune (find paired stereo files: MUS/STR or _A.MUS/_B.MUS)protected static SidTuneprotected static SidTuneprotected static SidTunestatic SidTuneLoads a file as a SidTune (PSID, PRG, P00, T64, MUS, MP3).protected static SidTuneLoad tune (PSID, PRG, P00, T64).static SidTuneSidTune.load(String url, InputStream stream) Loads an InputStream as a SidTune (PSID, PRG, P00, T64).protected static SidTuneMethoden in libsidplay.sidtune mit Parametern vom Typ SidTuneModifizierer und TypMethodeBeschreibungstatic longSidTune.getInitDelay(SidTune tune) static intSidTune.getSIDAddress(IEmulationSection emulation, SidTune tune, int sidNum) Get SID address of specified SID number 0xd400 - always used for first SID fake stereo - a second SID at the same address (0xd400) forced SID base - configured value for forced stereo or 3-SID output tune SID base - SID base detected by tune information 0 - SID is not used Note: this function is static, even if no tune is loaded stereo mode can be configured!static booleanSidTune.isFakeStereoSid(IEmulationSection emulation, SidTune tune, int sidNum) Detect fake-stereo SID (second SID at the same address).static booleanSidTune.isSIDUsed(IEmulationSection emulation, SidTune tune, int sidNum) Is specified SID number in use? -
Verwendungen von SidTune in libsidutils.prg2tap
Konstruktoren in libsidutils.prg2tap mit Parametern vom Typ SidTuneModifiziererKonstruktorBeschreibungPRG2TAPProgram(SidTune sidTune, String name) PRG2TAPProgram(SidTune sidTune, String name, byte[] psidDriver) -
Verwendungen von SidTune in libsidutils.psid64
Felder in libsidutils.psid64, die deklariert sind als SidTune -
Verwendungen von SidTune in libsidutils.siddatabase
Methoden in libsidutils.siddatabase mit Parametern vom Typ SidTuneModifizierer und TypMethodeBeschreibungGet tune path contained in the commented line above the song length line.doubleSidDatabase.getSongLength(SidTune tune) Get song length of the current song in seconds.doubleSidDatabase.getTuneLength(SidTune tune) Get tune length (sum of all song length contained in the tune) in seconds. -
Verwendungen von SidTune in libsidutils.status
Felder in libsidutils.status, die deklariert sind als SidTuneFelder in libsidutils.status mit Typparametern vom Typ SidTuneKonstruktoren in libsidutils.status mit Parametern vom Typ SidTuneModifiziererKonstruktorBeschreibungStatus(HardwareEnsemble hardwareEnsemble, SidTune tune, SIDBuilder sidBuilder, AudioDriver audioDriver, Function<SidTune, String> recordingFilenameProvider, DoubleSupplier lengthFnct, BooleanSupplier psid64Function, Function<String, String> resourceBundle) Konstruktorparameter in libsidutils.status mit Typargumenten vom Typ SidTuneModifiziererKonstruktorBeschreibungStatus(HardwareEnsemble hardwareEnsemble, SidTune tune, SIDBuilder sidBuilder, AudioDriver audioDriver, Function<SidTune, String> recordingFilenameProvider, DoubleSupplier lengthFnct, BooleanSupplier psid64Function, Function<String, String> resourceBundle) -
Verwendungen von SidTune in sidplay
Modifizierer und TypFeldBeschreibungPlayer.recordingFilenameProviderCreate a base name of a filename to be used for recording.Modifizierer und TypMethodeBeschreibungfinal SidTunePlayer.getTune()Get the currently played tune.Modifizierer und TypMethodeBeschreibungfinal voidPlay tune.private voidTurn C64 off and on, load a tune and enter basic command.final voidSet a tune to play.Modifizierer und TypMethodeBeschreibungfinal voidPlayer.setRecordingFilenameProvider(Function<SidTune, String> recordingFilenameProvider) Set provider of recording filenames. -
Verwendungen von SidTune in sidplay.audio
Methoden in sidplay.audio mit Parametern vom Typ SidTuneModifizierer und TypMethodeBeschreibungfinal AudioDriverAudio.getAudioDriver(IAudioSection audioSection, SidTune tune) Get audio driver for tune.
Note:Use MP3 comparison driver for MP3 play-back. -
Verwendungen von SidTune in sidplay.consoleplayer
Methoden in sidplay.consoleplayer mit Parametern vom Typ SidTuneModifizierer und TypMethodeBeschreibungvoidConsoleIO.menu(SidTune tune, PlayList playList, Timer timer, int verboseLevel, boolean quiet, boolean keys, PrintStream out) private voidConsoleIO.printAddresses(PrintStream out, IConsoleSection console, SidTune tune) private voidConsoleIO.printDecription(PrintStream out, IConsoleSection console, SidTune tune) private voidConsoleIO.printFileDetails(PrintStream out, IConsoleSection console, SidTune tune) private voidConsoleIO.printPlaylist(PrintStream out, IConsoleSection console, SidTune tune, PlayList playList) private voidConsoleIO.printSIDDetails(PrintStream out, IConsoleSection console, SidTune tune) private voidConsoleIO.printSongSpeedCIAorVBI(PrintStream out, IConsoleSection console, SidTune tune, PlayList playList) private voidConsoleIO.printTitleAutorReleased(PrintStream out, IConsoleSection console, SidTune tune) -
Verwendungen von SidTune in sidplay.player
Felder in sidplay.player, die deklariert sind als SidTuneMethoden in sidplay.player mit Parametern vom Typ SidTuneModifizierer und TypMethodeBeschreibungfinal voidReset timer eventsprivate doubleSchedule start or end timer event.
Note: If the event is in the past: trigger immediatelyfinal voidUpdate timer end.Konstruktoren in sidplay.player mit Parametern vom Typ SidTuneModifiziererKonstruktorBeschreibungPlayList(ISidPlay2Section sidplay2Section, SidTune tune, boolean firstPlayListEntryIsOne) -
Verwendungen von SidTune in ui
-
Verwendungen von SidTune in ui.emulationsettings
Methoden in ui.emulationsettings mit Parametern vom Typ SidTuneModifizierer und TypMethodeBeschreibungprivate voidEmulationSettings.drawFilterCurve(SidTune tune, int sidNum, javafx.scene.control.ComboBox<String> filterBox, javafx.scene.chart.LineChart<Number, Number> filterCurve) Update filter settings of the specified SID number according to the currently selected filter and re-draw filter curve.private voidEmulationSettings.enableStereoSettings(SidTune tune) private voidEmulationSettings.updateFilterList(SidTune tune, int sidNum, javafx.collections.ObservableList<String> filters, javafx.scene.control.ComboBox<String> filter) Update combo-box filter list according to the current emulation and chip model.private voidEmulationSettings.updateSettingsForTune(SidTune tune) -
Verwendungen von SidTune in ui.entities.collection
Konstruktoren in ui.entities.collection mit Parametern vom Typ SidTune -
Verwendungen von SidTune in ui.musiccollection
Methoden in ui.musiccollection mit Parametern vom Typ SidTuneModifizierer und TypMethodeBeschreibungprivate voidMusicCollection.showTuneInfos(File tuneFile, SidTune tune) -
Verwendungen von SidTune in ui.siddump
Methoden in ui.siddump mit Parametern vom Typ SidTune -
Verwendungen von SidTune in ui.statusbar
Methoden in ui.statusbar mit Parametern vom Typ SidTuneModifizierer und TypMethodeBeschreibungprivate voidStatusBar.StateChangeListener.setPlayerIdAndInfos(SidTune sidTune) Set SID Tune Player (name) and Details (author, released, comment and CSDB link) e.g. player ID: Soedesoft, author: Jeroen Soede and Michiel Soede, etc. -
Verwendungen von SidTune in ui.tools
Modifizierer und TypMethodeBeschreibungprivate voidRecordingTool.copyRecordingsOfPreviousDirectory(Player player, AudioDriver whatsSidDriver, File file, SidTune tune, String collectionName) private StringRecordingTool.getRecordingFilename(String collectionName, File file, SidTune tune, int song) -
Verwendungen von SidTune in ui.tools.audio
Felder in ui.tools.audio, die deklariert sind als SidTuneMethoden in ui.tools.audio mit Parametern vom Typ SidTune -
Verwendungen von SidTune in ui.tuneinfos
Methoden in ui.tuneinfos mit Parametern vom Typ SidTune -
Verwendungen von SidTune in ui.videoscreen
Methoden in ui.videoscreen mit Parametern vom Typ SidTuneModifizierer und TypMethodeBeschreibungprivate voidVideo.setVisibilityBasedOnChipType(SidTune sidTune) Make breadbox/pc64 image visible, if the internal SID player is used. -
Verwendungen von SidTune in ui.webview
Methoden in ui.webview mit Parametern vom Typ SidTuneModifizierer und TypMethodeBeschreibungprivate voidWebView.showTuneInfos(SidTune sidTune, File tuneFile)