Interface DrumPad
- All Superinterfaces:
Channel,DeleteableObject,DeviceChain,DuplicableObject,ObjectProxy,Subscribable
Instances of this interface are special kind of channel objects that represent the pads of a drum machine
instrument. Drum pads are typically associated to channel objects via note keys.
- Since:
- API version 1
-
Method Summary
Modifier and TypeMethodDescriptionInsertionPointthat can be used to insert content in this drum pad.Methods inherited from interface com.bitwig.extension.controller.api.Channel
addColorObserver, addIsSelectedInMixerObserver, addNoteObserver, addVuMeterObserver, channelId, channelIndex, color, duplicate, getMute, getPan, getSend, getSolo, getVolume, isActivated, isMutedBySolo, makeVisibleInArranger, makeVisibleInMixer, mute, pan, playingNotes, selectInMixer, sendBank, solo, volumeMethods inherited from interface com.bitwig.extension.controller.api.DeleteableObject
deleteObject, deleteObjectActionMethods inherited from interface com.bitwig.extension.controller.api.DeviceChain
addIsSelectedInEditorObserver, addIsSelectedObserver, addNameObserver, browseToInsertAtEndOfChain, browseToInsertAtStartOfChain, createDeviceBank, createDeviceBrowser, endOfDeviceChainInsertionPoint, name, select, selectInEditor, startOfDeviceChainInsertionPointMethods inherited from interface com.bitwig.extension.controller.api.DuplicableObject
duplicateObject, duplicateObjectActionMethods inherited from interface com.bitwig.extension.controller.api.ObjectProxy
createEqualsValue, existsMethods inherited from interface com.bitwig.extension.controller.api.Subscribable
isSubscribed, setIsSubscribed, subscribe, unsubscribe
-
Method Details
-
insertionPoint
InsertionPoint insertionPoint()InsertionPointthat can be used to insert content in this drum pad.- Since:
- API version 7
-