Port.name

string name() @property const

Get port name. NOT real-time safe and shouldn't be called from process callback.

void name(string newName) @property

Set port name. NOT real-time safe and shouldn't be called from process callback.

Parameters

newNameThe new port name

Throws

JackException on failure