AbsApp:
Filter:
Mx/Classes (extension) | Mx

AbsApp
ExtensionExtension

Abstract super class for the various MxApp scripting objects

Description

Each of the app objects is an code interface for an implementation class.

MxApp => Mx, MxChannelApp => MxChannel, MxUnitApp => MxUnit, MxInletApp => MxInlet

see also MxQuery

Class Methods

.new

These objects are created by accessing them from the Mx. You do not create them manually.

Arguments:

model
mxapp

Instance Methods

.model

The Mx implementation object. MxApp => Mx, MxChannelApp => MxChannel, MxUnitApp => MxUnit etc

.prInit

.mx

The Mx object that this unit, channel, iolet etc. is inside.

.printOn

Arguments:

stream

.source

The musical object (Instr, NDef, Spline etc) that is contained by the MxUnit.

.dereference