|
|
@@ -1,13 +1,14 @@ |
|
|
|
{ |
|
|
|
"slug": "SIM", |
|
|
|
"name": "SIM", |
|
|
|
"version": "2.1.0", |
|
|
|
"version": "2.1.1", |
|
|
|
"license": "BSD-3-Clause", |
|
|
|
"brand": "SIM", |
|
|
|
"author": "Dan Sable", |
|
|
|
"authorEmail": "imdansable@gmail.com", |
|
|
|
"pluginUrl": "https://github.com/imDanSable/SIM", |
|
|
|
"manualUrl": "https://github.com/imDanSable/SIM/blob/master/README.md", |
|
|
|
"changelogUrl": "https://github.com/imDanSable/SIM/blob/master/CHANGELOG.md", |
|
|
|
"sourceUrl": "https://github.com/imDanSable/SIM", |
|
|
|
"modules": [ |
|
|
|
{ |
|
|
@@ -21,7 +22,7 @@ |
|
|
|
{ |
|
|
|
"slug": "Phi", |
|
|
|
"name": "Phi", |
|
|
|
"description": "Sequence over polyphonic channels. Sequence can be modified using expanders.", |
|
|
|
"description": "Sequence over a polyphonic input. The sequence properties like glide, start, length, can be modified using expanders.", |
|
|
|
"manualUrl": "https://github.com/imDanSable/SIM?tab=readme-ov-file#phi", |
|
|
|
"tags": [ |
|
|
|
"Sequencer", |
|
|
@@ -31,7 +32,7 @@ |
|
|
|
{ |
|
|
|
"slug": "Via", |
|
|
|
"name": "Via", |
|
|
|
"description": "Does nothing by itself. The signals passing thru Via can be modified using compatible expanders.", |
|
|
|
"description": "Does nothing by itself. The signals passing through Via can be modified using compatible expanders.", |
|
|
|
"manualUrl": "https://github.com/imDanSable/SIM?tab=readme-ov-file#via", |
|
|
|
"tags": [ |
|
|
|
"Polyphonic" |
|
|
@@ -40,7 +41,7 @@ |
|
|
|
{ |
|
|
|
"slug": "Arr", |
|
|
|
"name": "Arr", |
|
|
|
"description": "An expandable array of quantizable values into a polyphonic signal whose data can be modified using expanders.", |
|
|
|
"description": "An array of quantizable values into a polyphonic signal. Use expanders to add, rotate, insert, remove, or get multiple sub-arrays.", |
|
|
|
"manualUrl": "https://github.com/imDanSable/SIM?tab=readme-ov-file#arr", |
|
|
|
"tags": [ |
|
|
|
"Polyphonic", |
|
|
@@ -70,7 +71,7 @@ |
|
|
|
{ |
|
|
|
"slug": "Spike", |
|
|
|
"name": "Spike", |
|
|
|
"description": "Gate sequencer compatible with expanders to modify the sequence.", |
|
|
|
"description": "Gate sequencer. Modify individual gate duration, gate delay, repetitions, or chance using expanders.", |
|
|
|
"manualUrl": "https://github.com/imDanSable/SIM?tab=readme-ov-file#spike", |
|
|
|
"tags": [ |
|
|
|
"Sequencer" |
|
|
@@ -79,7 +80,7 @@ |
|
|
|
{ |
|
|
|
"slug": "ReX", |
|
|
|
"name": "ReX", |
|
|
|
"description": "Input expander for several SIM modules, modifying start and length of the data inside the expandable.", |
|
|
|
"description": "Generic Input expander for several SIM modules. Modifies start and length of the data inside the expandable.", |
|
|
|
"manualUrl": "https://github.com/imDanSable/SIM?tab=readme-ov-file#rex", |
|
|
|
"tags": [ |
|
|
|
"Expander" |
|
|
@@ -88,7 +89,7 @@ |
|
|
|
{ |
|
|
|
"slug": "InX", |
|
|
|
"name": "InX", |
|
|
|
"description": "Input expander for several SIM modules. Can overwrite or insert data inside the expanded module.", |
|
|
|
"description": "Input expander for several SIM modules. Can overwrite, insert or AND or offset data inside the expanded module.", |
|
|
|
"manualUrl": "https://github.com/imDanSable/SIM?tab=readme-ov-file#inx", |
|
|
|
"tags": [ |
|
|
|
"Expander" |
|
|
@@ -97,7 +98,7 @@ |
|
|
|
{ |
|
|
|
"slug": "OutX", |
|
|
|
"name": "OutX", |
|
|
|
"description": "Output expander for several SIM modules. Can copy or substract data from the expanded module.", |
|
|
|
"description": "Output expander for several SIM modules. Can copy or subtract data from the expanded module per channel or normalled.", |
|
|
|
"manualUrl": "https://github.com/imDanSable/SIM?tab=readme-ov-file#outx", |
|
|
|
"tags": [ |
|
|
|
"Expander" |
|
|
@@ -124,7 +125,7 @@ |
|
|
|
{ |
|
|
|
"slug": "ModX", |
|
|
|
"name": "ModX", |
|
|
|
"description": "Modify Glide, Repeats and chance for Spike and Phi.", |
|
|
|
"description": "Modify Glide, Repeats, and chance for Spike and Phi.", |
|
|
|
"manualUrl": "https://github.com/imDanSable/SIM?tab=readme-ov-file#modx", |
|
|
|
"tags": [ |
|
|
|
"Expander" |
|
|
@@ -133,36 +134,11 @@ |
|
|
|
{ |
|
|
|
"slug": "GaitX", |
|
|
|
"name": "GaitX", |
|
|
|
"description": "Output expander for Phi and Spike. Outputs current step, step phase and EOC.", |
|
|
|
"description": "Output expander for Phi and Spike. Outputs current step, step phase, and EOC.", |
|
|
|
"manualUrl": "https://github.com/imDanSable/SIM?tab=readme-ov-file#gaitx", |
|
|
|
"tags": [ |
|
|
|
"Expander" |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
"slug": "AlgoX", |
|
|
|
"name": "AlgoX", |
|
|
|
"description": "Expander for Phi and Spike.", |
|
|
|
"tags": [ |
|
|
|
"Expander" |
|
|
|
], |
|
|
|
"disabled": true |
|
|
|
}, |
|
|
|
{ |
|
|
|
"slug": "OpX", |
|
|
|
"name": "OpX", |
|
|
|
"description": "Input expander for Phi and Spike.", |
|
|
|
"tags": [ |
|
|
|
"Expander" |
|
|
|
], |
|
|
|
"disabled": true |
|
|
|
}, |
|
|
|
{ |
|
|
|
"slug": "DebugX", |
|
|
|
"name": "DebugX", |
|
|
|
"description": "", |
|
|
|
"tags": [], |
|
|
|
"disabled": true |
|
|
|
} |
|
|
|
] |
|
|
|
} |