Package uk.ac.qmul.eecs.depic.daw
Interface ParametersControl
-
public interface ParametersControl
The control class of all parameters. There is one Control for each SoundWave.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description Automation
getAutomation(Parameter.Type type)
Automation
getCurrentAutomation()
Parameter
getCurrentAutomationType()
Parameter
getGainParameter()
Parameter
getPanParameter()
Parameter
getParameter(Parameter.Type type)
void
setCurrentAutomation(Parameter.Type type)
-
-
-
Method Detail
-
getGainParameter
Parameter getGainParameter()
-
getPanParameter
Parameter getPanParameter()
-
getCurrentAutomation
Automation getCurrentAutomation()
-
getCurrentAutomationType
Parameter getCurrentAutomationType()
-
setCurrentAutomation
void setCurrentAutomation(Parameter.Type type)
-
getAutomation
Automation getAutomation(Parameter.Type type)
-
getParameter
Parameter getParameter(Parameter.Type type)
-
-