123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- {
- "name": "sequenceMgr",
- "path": "LIEN",
- "type": "Serial",
- "version": "0.0.1",
- "description": "augment control over sequence keys, with saving/recalling mecanism, grouping ",
- "url": "",
- "downloadURL": "",
- "hasInput": false,
- "hasOutput": false,
- "hideDefaultCommands": true,
- "hideDefaultParameters": [
- "autoFeedback",
- "protocol",
- "pass_through",
- "baseAddress",
- "clearValues",
- "autoAdd",
- "messageStructure",
- "firstValueIsTheName",
- "port",
- "baudRate",
- "isConnected"
- ],
- "defaults": {},
- "parameters": {
- "Change sequence": {
- "type": "Trigger",
- "description": "unlock sequence list !!!! WILL DESTROY ALL VALUES !!!!"
- },
- "Sequence": {
- "type": "Enum"
- },
- "Clear sequence": {
- "type": "Trigger",
- "description": "Clear all groups, cues and keys"
- },
- "Reorder sequence": {
- "type": "Trigger",
- "description": "reorder layers (trig if lines draw wrong)"
- },
- "Synchronize":{
- "type": "Boolean",
- "default": true
- },
- "sync rate":{
- "type": "Integer",
- "default": 100,
- "min": 0
- },
- "Import&Export":{
- "type": "Container",
- "collapsed": true,
- "Sequence File": {
- "type": "File",
- "description": "Select json file with sequence structure."
- },
- "Import Sequence": {
- "type": "Trigger",
- "description": "Import json file as sequence, replacing sequence if existing."
- },
- "Export Sequence": {
- "type": "Trigger",
- "description": "export group structure and key values to json file"
- }
- }
- },
- "scripts": [
- "SequenceMgr.js"
- ],
- "values": {
- "New group":{
- "type": "Container",
- "collapsed": false,
- "Create": {
- "type": "Trigger",
- "description": "create a new key group"
- },
- "Layers":{
- "type": "Container",
- "collapsed": true
- }
- },
- "groups": {
- "type": "Container",
- "collapsed": false
- },
- "keys": {
- "type": "Container",
- "collapsed": false,
- "cues": {
- "type": "Container",
- "collapsed": false
- },
- "layers": {
- "type": "Container",
- "collapsed": false
- },
- "layerTypes": {
- "type": "Container",
- "collapsed": true
- }
- }
- },
- "commands": {}
- }
|