Unsupported
Unsupported objects
The table unsupportedTbl presents the objects that are not supported:
Type | Comment |
---|---|
fileWatcher | unsupported |
httpd | unsupported server |
websocket | unsupported server |
Faust plugins | deprecated and redesigned (see section faustObjects) |
Gesture follower | unsupported |
The following components are not yet implemented:
- graphic signals objects: graph, fastgraph, radialgraph
- Pianoroll stream: pianorollstream
- Misc.: grid
- Memory image: memimg
- Sensors: acceleromter, gyroscope, compass, etc.
Unsupported messages
A number of messages are not supported in the web version, either because they do not make sense in the runtime context or because they cannot be implemented.
Common messages
- export, exportAll: not implemented
- shear, dshear: not implemented
- effect: colorize: not implemented
- edit: not implemented
Application messages
- quit: do not make sense in the web environment
- rootPath: not implemented
- mouse: not yet implemented
- read: not implemented
- port, outport, errport: do not make sense without OSC
Application log window
As mentioned above, the log window (address /ITL/log) is dependent on the host application. By default, input messages addressed to the log node are directed to the Javascript console.
- clear: dependent on the host application (do nothing by default)
- save: not supported
- foreground: dependent on the host application (do nothing by default)
- wrap: dependent on the host application (do nothing by default)
- scale: dependent on the host application (do nothing by default)
- write: dependent on the host application (write to the Javascript console by default)
Scene messages
- foreground: dependent on the host application (do nothing by default)
- frameless windowOpacity: not supported
Type specific messages
- brushstyle: not yet implemented
- Piano roll messages: not yet implemented
- Video get messages: not yet implemented
- SVG animate: not yet implemented
- Arc close: not yet implemented
- Line arrows: not yet implemented
- debug node: not yet implemented
Symbolic score:
- columns rows: not supported
- pageFormat: not yet implemented
- get: pageCount systemCount: not yet implemented
Synchronization
The following synchronisation modes are not yet supported:
- Stretch modes: h, hv
Events
The following events are not yet supported:
- Touch events: touchBegin, touchEnd, touchUpdate
- Url events: success, error, cancel
- Score event: pageCount
- export: not supported since the export message is not supported
- endPaint: not supported