forked from Wasted-Audio/hvcc
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/dpf improvements (Wasted-Audio#34)
* use pd-vanilla legacy offset for [bendout]
- Loading branch information
Showing
3 changed files
with
30 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,16 @@ | ||
#N canvas 1069 603 354 149 12; | ||
#N canvas 769 445 438 195 12; | ||
#X obj 30 25 bendin; | ||
#X obj 155 54 hsl 128 15 0 16383 0 0 empty empty empty -2 -8 0 10 -262144 | ||
-1 -1 0 1; | ||
#X obj 121 24 r bend @hv_param 0 16383 8192; | ||
#X obj 192 42 hsl 128 15 -8192 8192 0 0 empty empty empty -2 -8 0 10 | ||
-262144 -1 -1 8900 1; | ||
#X obj 121 9 r bend @hv_param 0 16383 8192; | ||
#X obj 30 58 print; | ||
#X obj 121 97 bendout; | ||
#X obj 121 75 bendout; | ||
#X obj 121 40 - 8192; | ||
#X text 17 106 For compatibility reasons we reproduce the inconsistent | ||
[bendin] and [bendout] behaviour. While [bendin] outputs values from | ||
0 to 16383 \, [bendout] takes values from -8192 to 8191 - this likely | ||
won't change., f 55; | ||
#X connect 0 0 3 0; | ||
#X connect 1 0 4 0; | ||
#X connect 2 0 4 0; | ||
#X connect 2 0 5 0; | ||
#X connect 5 0 4 0; |
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,14 +1,16 @@ | ||
#N canvas 1122 327 232 295 10; | ||
#X obj 52 201 pack f f; | ||
#X obj 97 74 inlet channel; | ||
#X obj 97 146 f \$1; | ||
#X obj 97 168 clip 0 15; | ||
#X obj 114 106 loadbang; | ||
#X obj 52 233 s __hv_bendout @hv_param; | ||
#X obj 52 40 inlet bend; | ||
#N canvas 695 1073 401 415 10; | ||
#X obj 53 297 pack f f; | ||
#X obj 98 170 inlet channel; | ||
#X obj 98 242 f \$1; | ||
#X obj 98 264 clip 0 15; | ||
#X obj 115 202 loadbang; | ||
#X obj 53 329 s __hv_bendout @hv_param; | ||
#X obj 53 95 inlet bend; | ||
#X obj 53 138 + 8192; | ||
#X connect 0 0 5 0; | ||
#X connect 1 0 2 0; | ||
#X connect 2 0 3 0; | ||
#X connect 3 0 0 1; | ||
#X connect 4 0 2 0; | ||
#X connect 6 0 0 0; | ||
#X connect 6 0 7 0; | ||
#X connect 7 0 0 0; |