AutomationBatch.fromHandle constructor

AutomationBatch.fromHandle(
  1. Synthizer synthizer,
  2. int pointer
)

Create an instance from a handle.

Implementation

AutomationBatch.fromHandle(super.synthizer, final int pointer)
    : _commands = [],
      super(pointer: pointer);