Skip to content

Device Actions

Device actions allow you to manipulate devices in Bitwig Studio. These actions include inserting devices and VSTs.

Device Actions List

ActionDescriptionExample
Insert DeviceInserts a Bitwig deviceInsert Device("Drum Machine")
Insert VST3Inserts a VST3 pluginInsert VST3("Reverb")

Device Actions Example

plaintext
// Insert a device and a VST
Insert Device("Drum Machine")
Insert VST3("Reverb")