Opus/2025.02.24-MovingTheImmovable/audio/Fragments/MovingTheImmovable-braid.json
2026-07-04 09:09:13 -07:00

87 lines
1.1 KiB
JSON
Executable File

{
"jsonType": "braid",
"jsonVersion": "1.0",
"title": "Moving the Immovable",
"numLanes": 3,
"numSteps": 5,
"numMatrices": 1,
"braidSequence": [
[
1,
2,
3
],
[
2,
1,
3
],
[
3,
1,
2
],
[
2,
1,
3
],
[
3,
1,
2
]
],
"weightMatrices": {
"A": [
[
0.333,
0.333,
0.333
],
[
0.333,
0.333,
0.333
],
[
0.333,
0.333,
0.333
]
]
},
"stepConfig": [
{
"stepType": "permutation",
"stepMatrix": "A"
},
{
"stepType": "permutation",
"stepMatrix": "A"
},
{
"stepType": "permutation",
"stepMatrix": "A"
},
{
"stepType": "permutation",
"stepMatrix": "A"
},
{
"stepType": "permutation",
"stepMatrix": "A"
}
],
"laneTexts": [
"e'",
"fis'",
"b'"
],
"laneColors": [
"red",
"green",
"blue"
],
"showGrid": true
}