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#33)
* initialize context and parameters in constructor * just create a new context, otherwise this method is never called anyway * try sending midi using sendHook * try to set sendhook in the constructor * some progress * starting to work! * some kind of midi * nudge midi in and out in place * update changelog * DPF Midi improvements. Inputs, Outputs, docs, examples
- Loading branch information
Showing
17 changed files
with
584 additions
and
194 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#N canvas 1069 603 354 149 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 30 58 print; | ||
#X obj 121 97 bendout; | ||
#X connect 0 0 3 0; | ||
#X connect 1 0 4 0; | ||
#X connect 2 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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"dpf": { | ||
"project": true, | ||
"description": "super simple test patch", | ||
"maker": "nobody", | ||
"homepage": "https://wasted.audio/plugin/dpf_example", | ||
"plugin_uri": "lv2://wasted.audio/lv2/dpf_example", | ||
"version": "6, 6, 6", | ||
"license": "WTFPL", | ||
"midi_input": 1, | ||
"midi_output": 1, | ||
"plugin_formats": [ | ||
"lv2_dsp" | ||
] | ||
} | ||
} |
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,23 @@ | ||
#N canvas 327 394 417 108 12; | ||
#X obj 22 19 notein; | ||
#X obj 22 59 noteout; | ||
#X obj 98 19 ctlin; | ||
#X obj 98 59 ctlout; | ||
#X obj 172 19 pgmin; | ||
#X obj 172 59 pgmout; | ||
#X obj 236 19 touchin; | ||
#X obj 236 59 touchout; | ||
#X obj 318 19 bendin; | ||
#X obj 318 59 bendout; | ||
#X connect 0 0 1 0; | ||
#X connect 0 1 1 1; | ||
#X connect 0 2 1 2; | ||
#X connect 2 0 3 0; | ||
#X connect 2 1 3 1; | ||
#X connect 2 2 3 2; | ||
#X connect 4 0 5 0; | ||
#X connect 4 1 5 1; | ||
#X connect 6 0 7 0; | ||
#X connect 6 1 7 1; | ||
#X connect 8 0 9 0; | ||
#X connect 8 1 9 1; |
Oops, something went wrong.