Compare commits

..

2 Commits

10 changed files with 86182 additions and 3039 deletions

16682
Presets/DefaultSetting.json Normal file

File diff suppressed because it is too large Load Diff

17187
Presets/Georg-2024-05-23.json Normal file

File diff suppressed because it is too large Load Diff

16668
Presets/Georg-2024-06-12.json Normal file

File diff suppressed because it is too large Load Diff

6722
Presets/GeorgNetworkFile.txt Normal file

File diff suppressed because it is too large Load Diff

26892
Presets/GeorgNetworkFile2.txt Normal file

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,7 @@
"1" : {
"id" : 1,
"data" : {
"hub::instrument::bank" : [ "HSS_Samples_25.7.24.json" ],
"hub::instrument::bank" : [ "HSS_Samples.json" ],
"hub::instrument::instrument-1" : [ "Gentle-Metallic-1.instr.json" ],
"hub::instrument::instrument-2" : [ "kalimba1_circleskin.instr.json" ],
"hub::instrument::instrument-3" : [ "Dreamy-Fifths.instr.json" ],
@ -16680,7 +16680,7 @@
"2" : {
"id" : 2,
"data" : {
"hub::instrument::bank" : [ "HSS_Samples_25.7.24.json" ],
"hub::instrument::bank" : [ "HSS_Samples.json" ],
"hub::instrument::instrument-1" : [ "Gentle-Metallic-1.instr.json" ],
"hub::instrument::instrument-2" : [ "kalimba1_circleskin.instr.json" ],
"hub::instrument::instrument-3" : [ "Dreamy-Fifths.instr.json" ],
@ -33355,7 +33355,7 @@
"3" : {
"id" : 3,
"data" : {
"hub::instrument::bank" : [ "HSS_Samples_25.7.24.json" ],
"hub::instrument::bank" : [ "HSS_Samples.json" ],
"hub::instrument::instrument-1" : [ "Gentle-Metallic-1.instr.json" ],
"hub::instrument::instrument-2" : [ "kalimba1_circleskin.instr.json" ],
"hub::instrument::instrument-3" : [ "Dreamy-Fifths.instr.json" ],
@ -50030,7 +50030,7 @@
"4" : {
"id" : 4,
"data" : {
"hub::instrument::bank" : [ "HSS_Samples_25.7.24.json" ],
"hub::instrument::bank" : [ "HSS_Samples.json" ],
"hub::instrument::instrument-1" : [ "Gentle-Metallic-1.instr.json" ],
"hub::instrument::instrument-2" : [ "kalimba1_circleskin.instr.json" ],
"hub::instrument::instrument-3" : [ "G_Musicbox.instr.json" ],
@ -66705,7 +66705,7 @@
"5" : {
"id" : 5,
"data" : {
"hub::instrument::bank" : [ "HSS_Samples_25.7.24.json" ],
"hub::instrument::bank" : [ "HSS_Samples.json" ],
"hub::instrument::instrument-1" : [ "Gentle-Metallic-1.instr.json" ],
"hub::instrument::instrument-2" : [ "kalimba1_circleskin.instr.json" ],
"hub::instrument::instrument-3" : [ "G_Crystal.instr.json" ],

View File

@ -5,7 +5,7 @@
"1" : {
"id" : 1,
"data" : {
"hub::instrument::bank" : [ "HSS_Samples_25.7.24.json" ],
"hub::instrument::bank" : [ "HSS_Samples.json" ],
"hub::instrument::instrument-1" : [ "X_Windwhistle.instr.json" ],
"hub::instrument::instrument-2" : [ "X_Darkswarm.instr.json" ],
"hub::instrument::instrument-3" : [ "X_BasicBells.instr.json" ],
@ -16680,7 +16680,7 @@
"2" : {
"id" : 2,
"data" : {
"hub::instrument::bank" : [ "HSS_Samples_25.7.24.json" ],
"hub::instrument::bank" : [ "HSS_Samples.json" ],
"hub::instrument::instrument-1" : [ "X_Windwhistle.instr.json" ],
"hub::instrument::instrument-2" : [ "X_Darkswarm.instr.json" ],
"hub::instrument::instrument-3" : [ "X_BasicBells.instr.json" ],
@ -33355,7 +33355,7 @@
"3" : {
"id" : 3,
"data" : {
"hub::instrument::bank" : [ "HSS_Samples_25.7.24.json" ],
"hub::instrument::bank" : [ "HSS_Samples.json" ],
"hub::instrument::instrument-1" : [ "X_Windwhistle.instr.json" ],
"hub::instrument::instrument-2" : [ "X_Darkswarm.instr.json" ],
"hub::instrument::instrument-3" : [ "X_BasicBells.instr.json" ],
@ -50030,7 +50030,7 @@
"4" : {
"id" : 4,
"data" : {
"hub::instrument::bank" : [ "HSS_Samples_25.7.24.json" ],
"hub::instrument::bank" : [ "HSS_Samples.json" ],
"hub::instrument::instrument-1" : [ "X_Windwhistle.instr.json" ],
"hub::instrument::instrument-2" : [ "X_Grain.instr.json" ],
"hub::instrument::instrument-3" : [ "X_BasicBells.instr.json" ],
@ -66705,7 +66705,7 @@
"5" : {
"id" : 5,
"data" : {
"hub::instrument::bank" : [ "HSS_Samples_25.7.24.json" ],
"hub::instrument::bank" : [ "HSS_Samples.json" ],
"hub::instrument::instrument-1" : [ "X_Darkswarm.instr.json" ],
"hub::instrument::instrument-2" : [ "X_Darkswarm.instr.json" ],
"hub::instrument::instrument-3" : [ "X_BasicBells.instr.json" ],

View File

@ -1,25 +0,0 @@
inlets = 1
outlets = 1
var lastHour = null;
var onOffHours = {}
function bang(){
var d = new Date(); // for now
var hour = d.getHours();
if (hour !== lastHour){
lastHour = hour;
if (onOffHours[hour]){
outlet(0, onOffHours[hour]);
}
}
}
function on(hour){
onOffHours[hour] = 1;
}
function off(hour){
onOffHours[hour] = 0;
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff