Browse Source

reload autosave file at init

quick way to rebuild groups structure
eLandon 4 years ago
parent
commit
0e81f74422
2 changed files with 8 additions and 6 deletions
  1. 7 5
      SequenceMgr.js
  2. 1 1
      module.json

+ 7 - 5
SequenceMgr.js

@@ -71,10 +71,10 @@ function init() {
 
 	saveFile.set("sequence_autosave.json");
 	saveFile.setAttribute("readonly", true);
-	
+	importSequenceFile(saveFile);
 	// layers = local.getChild("values").keys.layers ;
-	// printMethodsAndProperties(local.getChild("values"));
-
+	// printMethodsAndProperties(local.getChild("values").groups.group0.cue.get());
+	// script.log(local.getChild("values").groups.group0.cue.get());
 	//test if a sequence is already choosen else refresh and unlock sequence enum
 	sequence = local.getChild("parameters").sequence.getKey();
 	// var sequenceIndex = local.getChild("parameters").sequence.get();
@@ -410,7 +410,6 @@ function moduleValueChanged(value){
 
 
 //rebuild values.keys structure from sequence
-
 function struct_buildValuesFromSeq(){
 	
 	inibValuesChanged = true;
@@ -654,7 +653,10 @@ function struct_buildValuesFromSeq(){
 }
 
 
-function struct_exportToFile(){}
+function struct_rebuildGroupsFromSeq(){
+
+
+}
 
 
 // function rebuildValuesStructure() {

+ 1 - 1
module.json

@@ -1,7 +1,7 @@
 {
 	"name": "sequenceMgr",
-	"type": "Serial",
 	"path": "LIEN",
+	"type": "OSC",
 	"version": "0.0.1",
 	"description": "augment control over sequence keys, with saving/recalling mecanism, grouping ",
 	"url": "",