diff --git a/Presets/The warm winds of the aurora borealis.json b/Presets/The warm winds of the aurora borealis.json index 07c0ab2..b460316 100644 --- a/Presets/The warm winds of the aurora borealis.json +++ b/Presets/The warm winds of the aurora borealis.json @@ -5,7 +5,7 @@ "1": { "id": 1, "data": { - "hub::instrument::bank": ["HSS_Samples_13.6.24.json"], + "hub::instrument::bank": ["HSS_Samples.json"], "hub::instrument::instrument-1": ["Basic-Tone.instr.json"], "hub::instrument::instrument-2": ["Dreamy-Fifths.instr.json"], "hub::instrument::instrument-3": ["X_Darkswarm.instr.json"], diff --git a/hss.piecemaker.js b/hss.piecemaker.js index 1333856..84cfbbd 100644 --- a/hss.piecemaker.js +++ b/hss.piecemaker.js @@ -215,7 +215,7 @@ function train() hsspiece[currentPiece][j + 1] = data; outlet(1, "data_point", points[j].concat(trainingData)); } - outlet(1, "train", 1000000); + outlet(1, "train", 50000); }