Package | Description |
---|---|
libsidplay.common | |
libsidplay.config | |
sidplay.ini | |
ui.entities.config |
Modifier and Type | Method and Description |
---|---|
static Emulation |
Emulation.getEmulation(IEmulationSection emulationSection,
SidTune tune,
int sidNum)
Detect SID emulation of specified SID number in the following order:
SID emulation forced by user configuration
default SID emulation
|
static Emulation |
Emulation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Emulation[] |
Emulation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Emulation |
IEmulationSection.getDefaultEmulation()
Getter of the default emulation to be used.
|
Emulation |
IEmulationSection.getStereoEmulation()
Getter of the second SIDs user emulation to be used.
|
Emulation |
IEmulationSection.getThirdEmulation()
Getter of the third SIDs user emulation to be used.
|
Emulation |
IEmulationSection.getUserEmulation()
Getter of the first SIDs user emulation to be used.
|
Modifier and Type | Method and Description |
---|---|
default String |
IEmulationSection.getFilterName(int sidNum,
Engine engine,
Emulation emulation,
ChipModel chipModel)
Get the current filter name depending of the SID number, emulation type and
chip model.
|
void |
IEmulationSection.setDefaultEmulation(Emulation emulation)
Setter of the default emulation to be used.
|
default void |
IEmulationSection.setFilterName(int sidNum,
Engine engine,
Emulation emulation,
ChipModel chipModel,
String filterName)
Set the current filter name depending of the SID number, emulation type and
chip model.
|
void |
IEmulationSection.setStereoEmulation(Emulation emulation)
Setter of the second SIDs user emulation to be used.
|
void |
IEmulationSection.setThirdEmulation(Emulation emulation)
Setter of the third SIDs user emulation to be used.
|
void |
IEmulationSection.setUserEmulation(Emulation emulation)
Setter of the first SIDs user emulation to be used.
|
Modifier and Type | Field and Description |
---|---|
static Emulation |
IniDefaults.DEFAULT_3SID_EMULATION |
static Emulation |
IniDefaults.DEFAULT_EMULATION |
static Emulation |
IniDefaults.DEFAULT_STEREO_EMULATION |
static Emulation |
IniDefaults.DEFAULT_USER_EMULATION |
Modifier and Type | Method and Description |
---|---|
Emulation |
IniEmulationSection.getDefaultEmulation() |
Emulation |
IniEmulationSection.getStereoEmulation() |
Emulation |
IniEmulationSection.getThirdEmulation() |
Emulation |
IniEmulationSection.getUserEmulation() |
Modifier and Type | Method and Description |
---|---|
void |
IniEmulationSection.setDefaultEmulation(Emulation emulation) |
void |
IniEmulationSection.setStereoEmulation(Emulation model) |
void |
IniEmulationSection.setThirdEmulation(Emulation emulation) |
void |
IniEmulationSection.setUserEmulation(Emulation emulation) |
Modifier and Type | Method and Description |
---|---|
Emulation |
EmulationSection.getDefaultEmulation()
Gets the value of the property defaultEmulation.
|
Emulation |
EmulationSection.getStereoEmulation()
Gets the value of the property stereoEmulation.
|
Emulation |
EmulationSection.getThirdEmulation()
Gets the value of the property thirdEmulation.
|
Emulation |
EmulationSection.getUserEmulation()
Gets the value of the property userEmulation.
|
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.ObjectProperty<Emulation> |
EmulationSection.defaultEmulationProperty() |
javafx.beans.property.ObjectProperty<Emulation> |
EmulationSection.stereoEmulationProperty() |
javafx.beans.property.ObjectProperty<Emulation> |
EmulationSection.thirdEmulationProperty() |
javafx.beans.property.ObjectProperty<Emulation> |
EmulationSection.userEmulationProperty() |
Modifier and Type | Method and Description |
---|---|
void |
EmulationSection.setDefaultEmulation(Emulation emulation)
Sets the value of the property defaultEmulation.
|
void |
EmulationSection.setStereoEmulation(Emulation stereoEmulation)
Sets the value of the property stereoEmulation.
|
void |
EmulationSection.setThirdEmulation(Emulation thirdEmulation)
Sets the value of the property thirdEmulation.
|
void |
EmulationSection.setUserEmulation(Emulation userEmulation)
Sets the value of the property userEmulation.
|
Copyright © 2018 Ken Händel. All rights reserved.