Constructor and Description |
---|
AppConfigImpl(MidiSettings midiSettings) |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultLibrary()
Getter for default library which is open at start-up.
|
int |
getDelay()
Getter for delay
|
int |
getFaderChannel(int i)
Indexed getter for fader Channel number
|
int |
getFaderControl(int i)
Indexed getter for fader Control number
|
boolean |
getFaderEnable()
Getter for faderEnable.
|
int |
getFaderPort()
Getter for faderPort
|
int |
getGuiStyle()
Getter for guiStyle
|
String |
getLibPath()
Getter for libPath for library/scene file.
|
String |
getLookAndFeel()
Getter for lookAndFeel
|
boolean |
getMainWindowBounds(JFrame frame)
Set frame to remembered size.
|
int |
getNote()
Getter for note
|
String |
getRepositoryPass()
Getter for RepositoryPass
|
String |
getRepositoryURL()
Getter for RepositoryURL
|
String |
getRepositoryUser()
Getter for RepositoryUser
|
String |
getSequencePath()
Getter for midi file (Sequence) to play
|
boolean |
getSequencerEnable()
Getter for sequencerEnable
|
String |
getSysexPath()
Getter for sysexPath for import/export Sysex Message.
|
boolean |
getToolBar()
Getter for tool bar
|
int |
getVelocity()
Getter for velocity
|
void |
savePrefs()
This routine just saves the current settings in the config file.
|
void |
setDefaultLibrary(String file)
Setter for default library which is open at start-up.
|
void |
setDelay(int delay)
Setter for delay
|
void |
setFaderChannel(int i,
int faderChannel)
Indexed setter for fader Channel number
|
void |
setFaderControl(int i,
int faderControl)
Indexed setter for fader Control number.
|
void |
setFaderEnable(boolean faderEnable)
Setter for faderEnable
|
void |
setFaderPort(int faderPort)
Setter for faderPort
|
void |
setGuiStyle(int guiStyle)
Setter for guiStyle
|
void |
setLibPath(String libPath)
Setter for libPath for library/scene file.
|
void |
setLookAndFeel(String lookAndFeel)
Setter for lookAndFeel
|
void |
setMainWindowBounds(JFrame frame) |
void |
setNote(int note)
Setter for note
|
void |
setRepositoryPass(String password)
Setter for RepositoryPass
|
void |
setRepositoryURL(String url)
Setter for RepositoryURL
|
void |
setRepositoryUser(String user)
Setter for RepositoryUser
|
void |
setSequencePath(String sequencePath)
Setter for midi file (Sequence) to play
|
void |
setSequencerEnable(boolean sequencerEnable)
Setter for sequencerEnable
|
void |
setSysexPath(String sysexPath)
Setter for sysexPath for import/export Sysex Message.
|
void |
setToolBar(boolean b)
Setter for tool bar
|
void |
setVelocity(int velocity)
Setter for velocity
|
@Inject public AppConfigImpl(MidiSettings midiSettings)
public void savePrefs()
AppConfig
public String getLibPath()
AppConfig
getLibPath
in interface AppConfig
public void setLibPath(String libPath)
AppConfig
setLibPath
in interface AppConfig
public String getSysexPath()
AppConfig
getSysexPath
in interface AppConfig
public void setSysexPath(String sysexPath)
AppConfig
setSysexPath
in interface AppConfig
public String getDefaultLibrary()
AppConfig
getDefaultLibrary
in interface AppConfig
public void setDefaultLibrary(String file)
AppConfig
setDefaultLibrary
in interface AppConfig
public boolean getSequencerEnable()
AppConfig
getSequencerEnable
in interface AppConfig
public void setSequencerEnable(boolean sequencerEnable)
AppConfig
setSequencerEnable
in interface AppConfig
public String getSequencePath()
AppConfig
getSequencePath
in interface AppConfig
public void setSequencePath(String sequencePath)
AppConfig
setSequencePath
in interface AppConfig
public int getNote()
AppConfig
public void setNote(int note)
AppConfig
public int getVelocity()
AppConfig
getVelocity
in interface AppConfig
public void setVelocity(int velocity)
AppConfig
setVelocity
in interface AppConfig
public int getDelay()
AppConfig
public void setDelay(int delay)
AppConfig
public String getRepositoryURL()
AppConfig
getRepositoryURL
in interface AppConfig
public void setRepositoryURL(String url)
AppConfig
setRepositoryURL
in interface AppConfig
public String getRepositoryUser()
AppConfig
getRepositoryUser
in interface AppConfig
public void setRepositoryUser(String user)
AppConfig
setRepositoryUser
in interface AppConfig
public String getRepositoryPass()
AppConfig
getRepositoryPass
in interface AppConfig
public void setRepositoryPass(String password)
AppConfig
setRepositoryPass
in interface AppConfig
public String getLookAndFeel()
AppConfig
getLookAndFeel
in interface AppConfig
public void setLookAndFeel(String lookAndFeel)
AppConfig
setLookAndFeel
in interface AppConfig
public int getGuiStyle()
AppConfig
getGuiStyle
in interface AppConfig
public void setGuiStyle(int guiStyle)
AppConfig
setGuiStyle
in interface AppConfig
public boolean getToolBar()
AppConfig
getToolBar
in interface AppConfig
public void setToolBar(boolean b)
AppConfig
setToolBar
in interface AppConfig
public boolean getFaderEnable()
AppConfig
getFaderEnable
in interface AppConfig
public void setFaderEnable(boolean faderEnable)
AppConfig
setFaderEnable
in interface AppConfig
public int getFaderPort()
AppConfig
getFaderPort
in interface AppConfig
public void setFaderPort(int faderPort)
AppConfig
setFaderPort
in interface AppConfig
public int getFaderChannel(int i)
AppConfig
getFaderChannel
in interface AppConfig
public void setFaderChannel(int i, int faderChannel)
AppConfig
setFaderChannel
in interface AppConfig
public int getFaderControl(int i)
AppConfig
getFaderControl
in interface AppConfig
public void setFaderControl(int i, int faderControl)
AppConfig
setFaderControl
in interface AppConfig
public boolean getMainWindowBounds(JFrame frame)
AppConfig
getMainWindowBounds
in interface AppConfig
public void setMainWindowBounds(JFrame frame)
setMainWindowBounds
in interface AppConfig
Copyright © 2014. All Rights Reserved.