| 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()
AppConfigpublic String getLibPath()
AppConfiggetLibPath in interface AppConfigpublic void setLibPath(String libPath)
AppConfigsetLibPath in interface AppConfigpublic String getSysexPath()
AppConfiggetSysexPath in interface AppConfigpublic void setSysexPath(String sysexPath)
AppConfigsetSysexPath in interface AppConfigpublic String getDefaultLibrary()
AppConfiggetDefaultLibrary in interface AppConfigpublic void setDefaultLibrary(String file)
AppConfigsetDefaultLibrary in interface AppConfigpublic boolean getSequencerEnable()
AppConfiggetSequencerEnable in interface AppConfigpublic void setSequencerEnable(boolean sequencerEnable)
AppConfigsetSequencerEnable in interface AppConfigpublic String getSequencePath()
AppConfiggetSequencePath in interface AppConfigpublic void setSequencePath(String sequencePath)
AppConfigsetSequencePath in interface AppConfigpublic int getNote()
AppConfigpublic void setNote(int note)
AppConfigpublic int getVelocity()
AppConfiggetVelocity in interface AppConfigpublic void setVelocity(int velocity)
AppConfigsetVelocity in interface AppConfigpublic int getDelay()
AppConfigpublic void setDelay(int delay)
AppConfigpublic String getRepositoryURL()
AppConfiggetRepositoryURL in interface AppConfigpublic void setRepositoryURL(String url)
AppConfigsetRepositoryURL in interface AppConfigpublic String getRepositoryUser()
AppConfiggetRepositoryUser in interface AppConfigpublic void setRepositoryUser(String user)
AppConfigsetRepositoryUser in interface AppConfigpublic String getRepositoryPass()
AppConfiggetRepositoryPass in interface AppConfigpublic void setRepositoryPass(String password)
AppConfigsetRepositoryPass in interface AppConfigpublic String getLookAndFeel()
AppConfiggetLookAndFeel in interface AppConfigpublic void setLookAndFeel(String lookAndFeel)
AppConfigsetLookAndFeel in interface AppConfigpublic int getGuiStyle()
AppConfiggetGuiStyle in interface AppConfigpublic void setGuiStyle(int guiStyle)
AppConfigsetGuiStyle in interface AppConfigpublic boolean getToolBar()
AppConfiggetToolBar in interface AppConfigpublic void setToolBar(boolean b)
AppConfigsetToolBar in interface AppConfigpublic boolean getFaderEnable()
AppConfiggetFaderEnable in interface AppConfigpublic void setFaderEnable(boolean faderEnable)
AppConfigsetFaderEnable in interface AppConfigpublic int getFaderPort()
AppConfiggetFaderPort in interface AppConfigpublic void setFaderPort(int faderPort)
AppConfigsetFaderPort in interface AppConfigpublic int getFaderChannel(int i)
AppConfiggetFaderChannel in interface AppConfigpublic void setFaderChannel(int i,
int faderChannel)
AppConfigsetFaderChannel in interface AppConfigpublic int getFaderControl(int i)
AppConfiggetFaderControl in interface AppConfigpublic void setFaderControl(int i,
int faderControl)
AppConfigsetFaderControl in interface AppConfigpublic boolean getMainWindowBounds(JFrame frame)
AppConfiggetMainWindowBounds in interface AppConfigpublic void setMainWindowBounds(JFrame frame)
setMainWindowBounds in interface AppConfigCopyright © 2014. All Rights Reserved.