NodeProxyEditor:
Filter:
Classes | JITLib > GUI | Live Coding

NodeProxyEditor

editor for a nodeproxy - replaced by NdefGui!
Location: NOT INSTALLED!

Description

WARNING: NodeProxyEditor has been rewritten and renamed NdefGui, which has the same functionality, but is both more consistent and more flexible. There are some changes to the *new method:
instead of
*new(proxy, nSliders=16, parent, extras=[\CLR, \reset, \scope, \doc, \end, \fade], monitor, sinks, morph)
NdefGui uses
*new(object, numItems = 0, parent, bounds, makeSkip, options)

proxy is now object, nSliders is now numItems, parent is still parent. bounds - can be Rect(l, t, w, h) or width@heights, makeSkip - is an option to build without skipjack. extras are now options, and have become more flexible.

Please see NdefGui for more details.

NodeProxyEditor provides controls for handling and editing a node proxy and its monitors (cross-platform graphics).

NodeProxy and Ndef implement an edit message, which returns a NodeProxyEditor. Overview: JITLib

Class Methods

Creation

.new

Returns a new instance for a given proxy. If a window (win) or a composite view is given, it uses this.

Inherited class methods

Instance Methods

Inherited instance methods

Examples

You can drag and drop proxies between NodeProxyEditors