Skip to content

Commit

Permalink
Update score.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cian0 committed Jul 22, 2024
1 parent ae62637 commit 55f6d98
Showing 1 changed file with 65 additions and 38 deletions.
103 changes: 65 additions & 38 deletions music_composer/score.json
Original file line number Diff line number Diff line change
@@ -1,69 +1,96 @@
{
"tempo": 120,
"tempo": 80,
"timeSignature": [4, 4],
"tracks": [
{
"name": "Lead Synth",
"name": "Eerie Lead",
"instrument": {
"type": "FMSynth",
"type": "AMSynth",
"options": {
"harmonicity": 3,
"modulationIndex": 10,
"harmonicity": 3.5,
"oscillator": { "type": "sine" },
"envelope": { "attack": 0.01, "decay": 0.2, "sustain": 0.8, "release": 0.1 },
"envelope": { "attack": 0.1, "decay": 0.2, "sustain": 0.8, "release": 1.5 },
"modulation": { "type": "square" },
"modulationEnvelope": { "attack": 0.5, "decay": 0, "sustain": 1, "release": 0.5 }
}
},
"effects": [
{ "type": "FeedbackDelay", "options": { "delayTime": "8n", "feedback": 0.25 } },
{ "type": "Distortion", "options": { "distortion": 0.4 } }
{ "type": "FeedbackDelay", "options": { "delayTime": "16n", "feedback": 0.2 } },
{ "type": "Freeverb", "options": { "roomSize": 0.8, "dampening": 3000 } }
],
"volume": -10,
"volume": -15,
"notes": [
{ "pitch": "C4", "duration": "8n", "time": 0 },
{ "pitch": "E4", "duration": "8n", "time": "0:0.5" },
{ "pitch": "G4", "duration": "8n", "time": "0:1" },
{ "pitch": "B4", "duration": "8n", "time": "0:1.5" },
{ "pitch": "C5", "duration": "4n", "time": "0:2" },
{ "pitch": "G4", "duration": "4n", "time": "0:3" },
{ "pitch": "E4", "duration": "4n", "time": "1:0" },
{ "pitch": "C4", "duration": "2n", "time": "1:1" }
{ "pitch": "D#4", "duration": "2n", "time": 0 },
{ "pitch": "E4", "duration": "4n", "time": "0:2" },
{ "pitch": "F4", "duration": "2n", "time": "1:0" },
{ "pitch": "D4", "duration": "4n", "time": "1:2" },
{ "pitch": "C#4", "duration": "2n", "time": "2:0" },
{ "pitch": "C4", "duration": "4n", "time": "2:2" },
{ "pitch": "B3", "duration": "2n", "time": "3:0" }
]
},
{
"name": "Bass",
"name": "Unsettling Bass",
"instrument": {
"type": "MonoSynth",
"type": "FMSynth",
"options": {
"oscillator": { "type": "sawtooth" },
"envelope": { "attack": 0.05, "decay": 0.2, "sustain": 0.9, "release": 0.4 },
"filterEnvelope": { "attack": 0.05, "decay": 0.2, "sustain": 0.5, "release": 0.4, "baseFrequency": 200, "octaves": 2.6 }
"modulationIndex": 10,
"oscillator": { "type": "triangle" },
"envelope": { "attack": 0.01, "decay": 0.2, "sustain": 0.9, "release": 0.4 },
"modulation": { "type": "sawtooth" },
"modulationEnvelope": { "attack": 0.5, "decay": 0, "sustain": 1, "release": 0.5 }
}
},
"effects": [
{ "type": "AutoFilter", "options": { "frequency": "8n", "baseFrequency": 200, "octaves": 4 } }
{ "type": "Distortion", "options": { "distortion": 0.3 } },
{ "type": "BitCrusher", "options": { "bits": 6 } }
],
"volume": -15,
"volume": -20,
"notes": [
{ "pitch": "C2", "duration": "2n", "time": 0 },
{ "pitch": "G2", "duration": "2n", "time": "0:2" },
{ "pitch": "C2", "duration": "1m", "time": "1:0" }
{ "pitch": "A1", "duration": "1m", "time": 0 },
{ "pitch": "G#1", "duration": "1m", "time": "1:0" },
{ "pitch": "G1", "duration": "1m", "time": "2:0" },
{ "pitch": "F#1", "duration": "1m", "time": "3:0" }
]
},
{
"name": "Drums",
"instrument": { "type": "MembraneSynth" },
"volume": -5,
"name": "Creepy Atmosphere",
"instrument": {
"type": "NoiseSynth",
"options": {
"noise": { "type": "brown" },
"envelope": { "attack": 0.5, "decay": 0.2, "sustain": 0.8, "release": 2 }
}
},
"effects": [
{ "type": "AutoFilter", "options": { "frequency": "16n", "baseFrequency": 200, "octaves": 4 } },
{ "type": "PingPongDelay", "options": { "delayTime": "8n", "feedback": 0.3 } }
],
"volume": -30,
"notes": [
{ "pitch": "C2", "duration": "4m", "time": 0 }
]
},
{
"name": "Sudden Stabs",
"instrument": {
"type": "MetalSynth",
"options": {
"frequency": 200,
"envelope": { "attack": 0.001, "decay": 0.1, "release": 0.2 },
"harmonicity": 5.1,
"modulationIndex": 32,
"resonance": 4000,
"octaves": 1.5
}
},
"volume": -15,
"notes": [
{ "pitch": "C2", "duration": "16n", "time": "0:0" },
{ "pitch": "C2", "duration": "16n", "time": "0:1" },
{ "pitch": "C2", "duration": "16n", "time": "0:2" },
{ "pitch": "C2", "duration": "16n", "time": "0:3" },
{ "pitch": "C2", "duration": "16n", "time": "1:0" },
{ "pitch": "C2", "duration": "16n", "time": "1:1" },
{ "pitch": "C2", "duration": "16n", "time": "1:2" },
{ "pitch": "C2", "duration": "16n", "time": "1:3" }
{ "pitch": "C5", "duration": "32n", "time": "0:3.5" },
{ "pitch": "C5", "duration": "32n", "time": "1:3" },
{ "pitch": "C5", "duration": "32n", "time": "2:2.5" },
{ "pitch": "C5", "duration": "32n", "time": "3:1" },
{ "pitch": "C5", "duration": "32n", "time": "3:3.75" }
]
}
]
Expand Down

0 comments on commit 55f6d98

Please sign in to comment.