NTMI:
Filter:
Classes (extension) | Utility

NTMI : Object
ExtensionExtension

Class for the NTMI project quark
Source: NTMI.sc

Description

NTMI is a container for a full NTMI project. It uses a dictionary q to store its full state dynamically. Its main method is NTMI:run, which runs the setup load script for NTMI as configured.

First code examples:

Class Methods

NTMI.initClass

initialize inner dictionary q for all of NTMIs inner state, i.e. its variables and functions.

NTMI.q

access the inner dictionary.

NTMI.doesNotUnderstand(selector ... args)

Like dictionaries, NTMI redirects any methods it does not understand to its stored objects, in the dictionary q). This allows dynamically adding and getting state by name.

Inherited class methods

Instance Methods

none, because NTMI is class-only.

Inherited instance methods