-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Miscellaneous documentation fixes/updates.
- Loading branch information
1 parent
23c5f2e
commit 9da4a8e
Showing
7 changed files
with
14 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
## Split/Add/Merge (SAM) | ||
## Split/Add/Merge | ||
|
||
![Split/Add/Merge](images/splitAddMerge.png) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#include "sapphire_vcvrack.hpp" | ||
#include "sapphire_widget.hpp" | ||
|
||
// Sapphire SAM (Split / Add / Merge) for stereo and 3D vectors. | ||
// Sapphire Split/Add/Merge for stereo and 3D vectors. | ||
// by Don Cross <[email protected]> | ||
// https://github.com/cosinekitty/sapphire | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
|
||
// Don Cross <[email protected]> | ||
// https://github.com/cosinekitty/sapphire | ||
// Generic pattern for a Sapphire-style vector-output chaos module (Frolic & Glee). | ||
// Generic pattern for a Sapphire-style vector-output chaos module. | ||
|
||
namespace Sapphire | ||
{ | ||
|