Interface Groove
public interface Groove
An interface representing the global groove settings of the project.
- Since:
- API version 1
-
Method Summary
Modifier and TypeMethodDescriptionReturns the object that represents the accent amount in Bitwig Studio.Returns the object that represents the accent phase in Bitwig Studio.Returns the object that represents the accent rate in Bitwig Studio.Returns the enabled state of the groove.Returns the object that represents the shuffle amount in Bitwig Studio.Returns the object that represents the shuffle rate in Bitwig Studio.
-
Method Details
-
getEnabled
Parameter getEnabled()Returns the enabled state of the groove.- Returns:
- an object that provides access to the groove on/off setting
- Since:
- API version 1
-
getShuffleAmount
Parameter getShuffleAmount()Returns the object that represents the shuffle amount in Bitwig Studio.- Returns:
- an ranged value object that provides access to the shuffle amount
- Since:
- API version 1
-
getShuffleRate
Parameter getShuffleRate()Returns the object that represents the shuffle rate in Bitwig Studio.- Returns:
- an ranged value object that provides access to the shuffle rate
- Since:
- API version 1
-
getAccentAmount
Parameter getAccentAmount()Returns the object that represents the accent amount in Bitwig Studio.- Returns:
- an ranged value object that provides access to the accent amount
- Since:
- API version 1
-
getAccentRate
Parameter getAccentRate()Returns the object that represents the accent rate in Bitwig Studio.- Returns:
- an ranged value object that provides access to the accent rate
- Since:
- API version 1
-
getAccentPhase
Parameter getAccentPhase()Returns the object that represents the accent phase in Bitwig Studio.- Returns:
- an ranged value object that provides access to the accent phase
- Since:
- API version 1
-