-
Notifications
You must be signed in to change notification settings - Fork 404
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the Bonsai effect authored by Morgan Holley with correct control layout and display and presets. --------- Co-authored-by: Morgan Holly <[email protected]>
- Loading branch information
1 parent
ebe61d4
commit 11c9bbd
Showing
18 changed files
with
379 additions
and
14 deletions.
There are no files selected for viewing
Submodule sst-effects
updated
4 files
+1,477 −0 | include/sst/effects/Bonsai.h | |
+2 −1 | include/sst/effects/Delay.h | |
+2 −0 | tests/concrete-runs.cpp | |
+2 −0 | tests/create-effect.cpp |
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<single-fx streaming_version="22"> | ||
<snapshot name="Burnt" | ||
type="28" | ||
p0="2.81599" | ||
p1="-3.61749" | ||
p1_deform_type="0" | ||
p2="3" | ||
p3="1" | ||
p4="3" | ||
p5="0.820325" | ||
p6="1" | ||
p7="-9.16319" | ||
p8="0.578637" | ||
p9="-1.49117" | ||
p10="1" | ||
/> | ||
</single-fx> |
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<single-fx streaming_version="22"> | ||
<snapshot name="Deep Bass" | ||
type="28" | ||
p0="0" | ||
p1="4.99327" | ||
p1_deform_type="0" | ||
p2="1.18605" | ||
p3="0" | ||
p4="1" | ||
p5="0.428345" | ||
p6="0.650891" | ||
p7="-15.3753" | ||
p8="0.153296" | ||
p9="0" | ||
p10="1" | ||
/> | ||
</single-fx> |
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<single-fx streaming_version="22"> | ||
<snapshot name="Excessive Bass" | ||
type="28" | ||
p0="0" | ||
p1="12.345" | ||
p1_deform_type="0" | ||
p2="2.09601" | ||
p3="0" | ||
p4="2" | ||
p5="0.426306" | ||
p6="0.488318" | ||
p7="-11.4364" | ||
p8="0.111401" | ||
p9="0" | ||
p10="1" | ||
/> | ||
</single-fx> |
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<single-fx streaming_version="22"> | ||
<snapshot name="Init" | ||
type="28" | ||
p0="0" | ||
p1="-6" | ||
p1_deform_type="0" | ||
p2="1" | ||
p3="0" | ||
p4="0" | ||
p5="0.5" | ||
p6="0.5" | ||
p7="-6" | ||
p8="0.25" | ||
p9="0" | ||
p10="1" | ||
/> | ||
</single-fx> |
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<single-fx streaming_version="22"> | ||
<snapshot name="Soft" | ||
type="28" | ||
p0="0" | ||
p1="-8.82829" | ||
p1_deform_type="0" | ||
p2="1.91063" | ||
p3="1" | ||
p4="0" | ||
p5="0.465064" | ||
p6="0.931946" | ||
p7="-5.78382" | ||
p8="0.367163" | ||
p9="0" | ||
p10="1" | ||
/> | ||
</single-fx> |
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<single-fx streaming_version="22"> | ||
<snapshot name="Subtle" | ||
type="28" | ||
p0="0" | ||
p1="-7.95466" | ||
p1_deform_type="0" | ||
p2="0.851147" | ||
p3="1" | ||
p4="0" | ||
p5="0.309436" | ||
p6="0.931946" | ||
p7="-12.8173" | ||
p8="0.173377" | ||
p9="0" | ||
p10="1" | ||
/> | ||
</single-fx> |
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<single-fx streaming_version="22"> | ||
<snapshot name="Subtler" | ||
type="28" | ||
p0="0" | ||
p1="-10.589" | ||
p1_deform_type="1" | ||
p2="0.50614" | ||
p3="1" | ||
p4="0" | ||
p5="0.1979" | ||
p6="1" | ||
p7="-15.3582" | ||
p8="0.0903321" | ||
p9="0" | ||
p10="1" | ||
/> | ||
</single-fx> |
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
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
Oops, something went wrong.