-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support [else/knob] as if it's a floatatom (#171)
* support [else/knob] as if it's a floatatom * create regular [knob] but remove it from the hvutils output * move else/knob to its own lib-dir * add main dir path to fall-back search and module import * add changelog
- Loading branch information
Showing
4 changed files
with
31 additions
and
0 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 |
---|---|---|
|
@@ -45,6 +45,7 @@ del | |
delay | ||
div | ||
exp | ||
else/knob | ||
f | ||
float | ||
floatatom | ||
|
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#N canvas 0 149 210 157 10; | ||
#X obj 24 35 inlet; | ||
#X obj 24 57 float 0; | ||
#X obj 24 79 outlet; | ||
#X connect 0 0 1 0; | ||
#X connect 1 0 2 0; |