Midi Control icon Midi Control MIDI I/O for ARC: send/receive notes, run per-note scripts, control PC or external instruments, with panic to stop stuck notes. Try it →
 

Isreleased

IsReleased(port, ezbIndex)

Parameters

port The servo port
ezbIndex (optional) The ezb index

Returns

boolean (true of false)

Description

Returns the released state of the servo (torque off or on)

Example

if (IsReleased(d0))
  print("Servo d0 is released")