Skip to content

Commit

Permalink
Smerge not Splirge!
Browse files Browse the repository at this point in the history
  • Loading branch information
chinenual committed Jul 19, 2023
1 parent 5e2a549 commit 14af308
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 2.6.0

* New modules, SplitSort and MergeSort, split and merge polyphonic cables while sorting the channels. Sort criteria can be shared across modules via a LINK cable. A reimplementation of Aria Salvatrice's Splort and Splirge modules.
* New modules, SplitSort and MergeSort, split and merge polyphonic cables while sorting the channels. Sort criteria can be shared across modules via a LINK cable. A reimplementation of Aria Salvatrice's Splort and Smerge modules.

## 2.5.0

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ Inputs:

* **In** - the polyphonic cable to be split.

* **Link** - if connected, sort based on the values in the Link rather than the values in the Poly. This allows multiple modules to be sorted in the same order. Can be daisy chained - the first module in the chain determines the sort order.
* **Link** - if connected, sort based on the values in the Link rather than the values in the Input. This allows multiple modules to be sorted in the same order. Can be daisy chained - the first module in the chain determines the sort order.

Outputs:

Expand All @@ -312,7 +312,7 @@ Inputs:

* **In** - 16 separate inputs, one for each channel of the Poly output.

* **Link** - if connected, sort based on the values in the Link rather than the values in the Poly. This allows multiple modules to be sorted in the same order. Can be daisy chained - the first module in the chain determines the sort order.
* **Link** - if connected, sort based on the values in the Link rather than the values in the Inputs. This allows multiple modules to be sorted in the same order. Can be daisy chained - the first module in the chain determines the sort order.

Outputs:

Expand All @@ -326,4 +326,4 @@ Outputs:
The MIDIRecorder leverages builtin functionality of the VCV Rack core
MIDI support and uses the same third party MIDI File library as
Squinky Lab's SEQ++ (Craig Stewart's [midifile](https://github.com/craigsapp/midifile) library).
MergeSort and SplitSort are reimplementations of Aria Salvatrice's Splort and Splirge modules.
MergeSort and SplitSort are reimplementations of Aria Salvatrice's Splort and Smerge modules.
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
{
"slug": "MergeSort",
"name": "Polyphonic Merger with Sort",
"description": "Merge signals into a polyphonic output and share sort criteriea with other SplitSort or MergeSort (inspired by Aria Salvatrice's Splirge)",
"description": "Merge signals into a polyphonic output and share sort criteriea with other SplitSort or MergeSort (inspired by Aria Salvatrice's Smerge)",
"manualUrl": "https://github.com/chinenual/Chinenual-VCV/blob/main/README.md#mergesort",
"tags": [
"polyphonic",
Expand Down

0 comments on commit 14af308

Please sign in to comment.