Skip to content

Commit 780056d

Browse files
committed
update firmwares
1 parent 084f072 commit 780056d

File tree

9 files changed

+49
-3
lines changed

9 files changed

+49
-3
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<p>&nbsp;</p>
2+
3+
<p>This is description for the Modulox Brain Granular synth</p>
4+
5+
<p>To load push the Silver button until it starts installing</p>
6+
<p>Features of this firmware:</p>
7+
<ul>
8+
9+
</ul>
10+
11+
12+
<p>Tutorial is <a href="">Soon to come</a></p>
13+
14+

Moduloxbrain/Granulizer/manifest_Moduloxbrain_Granulizer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"chipFamily": "ESP32-S3",
77
"parts": [
8-
{ "path": "https://raw.githubusercontent.com/RASPIAUDIO/MODULOX_BRAIN/main/synths/granulizer/granulizer.bin", "offset": 0}
8+
{ "path": "https://raw.githubusercontent.com/RASPIAUDIO/MODULOX_BRAIN/main/synths/granulizer/grain.bin", "offset": 0}
99
]
1010
}
1111
]
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<p>&nbsp;</p>
2+
3+
<p>This is description for the Modulox Brain Granular synth</p>
4+
5+
<p>To load push the Silver button until it starts installing</p>
6+
<p>Features of this firmware:</p>
7+
<ul>
8+
9+
</ul>
10+
11+
12+
<p>Tutorial is <a href="">Soon to come</a></p>
13+
14+
32 MB
Binary file not shown.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "Moduloxbrain/Granulizerv2",
3+
"version": "2.0",
4+
"builds": [
5+
{
6+
"chipFamily": "ESP32-S3",
7+
"parts": [
8+
{ "path": "https://raw.githubusercontent.com/RASPIAUDIO/MODULOX_BRAIN/main/synths/granulizer/grainv2.bin", "offset": 0}
9+
]
10+
}
11+
]
12+
}

Moduloxbrain/Granulizerv2/readme

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

Moduloxbrain/VAv2/VAv2.bin

0 Bytes
Binary file not shown.

index.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,12 @@ <h2>Select an Application:</h2>
280280
github: "https://github.com/RASPIAUDIO/Modulox_FM",
281281
},
282282
Granulizer: {
283-
html: "https://raw.githubusercontent.com/RASPIAUDIO/MODULOX_BRAIN/refs/heads/main/synths/granulizer/readme.html",
284-
github: "https://github.com/RASPIAUDIO/MODULOX_BRAIN/tree/main/synths/granulizer",
283+
html: "./Moduloxbrain/Granulizer/Granulizer.html",
284+
github: "https://github.com/RASPIAUDIO/Granulizer",
285+
},
286+
Granulizerv2: {
287+
html: "./Moduloxbrain/Granulizerv2/Granulizerv2.html",
288+
github: "https://github.com/RASPIAUDIO/Granulizerv2",
285289
},
286290
Organ: {
287291
html: "./Moduloxbrain/Organ/Organ.html",

0 commit comments

Comments
 (0)