-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug fixes + new objects macro-xy-control and abl-link
- Loading branch information
Showing
11 changed files
with
363 additions
and
288 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#N canvas 293 416 671 382 12; | ||
#X declare -path automatonism/patch_editor_abs; | ||
#X text 189 1 AUTOMATONISM - RELOADED!; | ||
#X obj 27 257 declare -path automatonism/patch_editor_abs; | ||
#X obj 25 75 automatonism \$0; | ||
#A saved esc-active 1; | ||
#X obj 28 283 namecanvas \$0-this; | ||
#N canvas 680 288 540 159 what_does_vanilla_mean_? 0; | ||
#X text 13 13 Using pd "vanilla" means that you are using puredata without any externals. You can open automatonism patches in such a configuration \, but you have to add the object [namecanvas \$0-this] to your patch \, and to check that automatonism is instantiated with a \$0 argument this way : [automatonism \$0] ., f 67; | ||
#X restore 450 37 pd what_does_vanilla_mean_?; | ||
#X text 163 281 <- for vanilla compatibility; | ||
#X text 282 79 <- [automatonism \$0] instantiated with \$0 argument; | ||
#X text 19 29 This is the new automatonism "vanilla" template patch. You can duplicate it every time you need to create a new machine., f 61; |
Large diffs are not rendered by default.
Oops, something went wrong.
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
Large diffs are not rendered by default.
Oops, something went wrong.
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,20 +1,20 @@ | ||
#N struct 1346-point float xPos float yPos float rgb; | ||
#N struct 1348-point float xPos float yPos float rgb; | ||
#N struct 1053-point float xPos float yPos float rgb; | ||
#N struct 1054-point float xPos float yPos float rgb; | ||
#N canvas 294 288 697 518 10; | ||
#X obj 24 298 cnv 15 400 30 empty empty OUTPUTS: 20 12 0 14 #9898dc #fcfcfc 0; | ||
#X obj 21 160 cnv 15 400 30 empty empty CONTROLS: 20 12 0 14 #9898dc #fcfcfc 0; | ||
#X obj 21 180 cnv 15 400 30 empty empty CONTROLS: 20 12 0 14 #9898dc #fcfcfc 0; | ||
#X obj 21 231 cnv 15 400 30 empty empty INPUTS: 20 12 0 14 #9898dc #fcfcfc 0; | ||
#X obj 20 17 cnv 15 400 30 empty empty MACRO-XY-CONTROL: 20 12 0 14 #90d4b0 #fcfcfc 0; | ||
#X text 25 88 The "MACRO-CONTROL" module behaves as a virtual MIDI controler and thus can be mapped to any automatonism module. In turn \, it can be mapped and listen to any MIDI note and MIDI control signals delivered by MIDI interfaces connected to puredata.; | ||
#X text 25 101 The "MACRO-CONTROL" module behaves as a virtual MIDI controler and thus can be mapped to any automatonism module. In turn \, it can be mapped and listen to any MIDI note and MIDI control signals delivered by MIDI interfaces connected to puredata.; | ||
#X text 26 271 VC1-VC4 : offset added to slider position; | ||
#X text 34 341 V1 - V4 : sum of input offset and slider position; | ||
#N canvas 2 87 450 300 camomille/plugdata 0; | ||
#X text 87 98 when patch is used as a vst3 plugin \, vst parameters are linked to corresponding macro numbers; | ||
#X restore 128 419 pd camomille/plugdata plugin; | ||
#X text 25 54 The "MACRO-XY-CONTROL" is an extended version of "MACRO-CONTROL" module with two xy pads linked to parameters; | ||
#X obj 459 19 macro-xy-control 1; | ||
#A saved dispatch macro1-value-s 63.5; | ||
#A saved dispatch macro2-value-s 63.5; | ||
#A saved dispatch macro3-value-s 63.5; | ||
#A saved dispatch macro4-value-s 63.5; | ||
#A saved dispatch macro1-value-s 28.8508; | ||
#A saved dispatch macro2-value-s 81.4339; | ||
#A saved dispatch macro3-value-s 100.701; | ||
#A saved dispatch macro4-value-s 82.7681; | ||
#A saved -macro-names param1 param2 param3 param4; | ||
#X text 25 54 The "MACRO-XY-CONTROL" is an extended version of "MACRO-CONTROL" module with two xy pads linked to parameters; |
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.