-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
55 changed files
with
1,862 additions
and
216 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[bumpversion] | ||
current_version = 0.6.2 | ||
current_version = 0.6.3 | ||
|
||
[bumpversion:file:setup.cfg] | ||
|
||
|
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,3 @@ | ||
[submodule "tests/src/midifile"] | ||
path = tests/src/midifile | ||
url = https://github.com/craigsapp/midifile.git |
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 |
---|---|---|
|
@@ -76,6 +76,8 @@ pgmout | |
pd | ||
pipe | ||
poly | ||
polytouchin | ||
polytouchout | ||
pow | ||
powtodb | ||
|
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 |
---|---|---|
|
@@ -39,8 +39,6 @@ oscformat | |
oscparse | ||
plot | ||
pointer | ||
polytouchin | ||
polytouchout | ||
realtime | ||
savepanel | ||
savestate | ||
|
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 |
---|---|---|
@@ -1,26 +1,39 @@ | ||
#N canvas 342 171 276 327 10; | ||
#X obj 148 141 outlet; | ||
#X obj 91 74 unpack f f; | ||
#X text 165 74 bend channel; | ||
#X obj 31 40 r __hv_bendin; | ||
#X obj 31 261 outlet; | ||
#X obj 124 167 loadbang; | ||
#X obj 124 213 == 0; | ||
#X obj 31 173 route \$1; | ||
#X obj 124 191 i \$1; | ||
#X msg 31 147 \$2 \$1; | ||
#X obj 91 235 spigot; | ||
#X msg 91 208 \$1; | ||
#X obj 148 108 + 1; | ||
#X connect 1 1 12 0; | ||
#X connect 3 0 1 0; | ||
#X connect 3 0 9 0; | ||
#X connect 5 0 8 0; | ||
#N canvas 114 229 459 438 10; | ||
#X obj 209 337 outlet; | ||
#X obj 152 76 unpack f f; | ||
#X obj 152 47 r __hv_bendin; | ||
#X obj 50 307 outlet; | ||
#X obj 83 104 loadbang; | ||
#X obj 83 174 == 0; | ||
#X obj 83 128 i \$1; | ||
#X obj 50 266 spigot; | ||
#X obj 209 101 + 1; | ||
#X obj 209 236 spigot; | ||
#X obj 215 175 ==; | ||
#X obj 152 237 spigot; | ||
#X obj 215 200 t f f; | ||
#X obj 209 313 max 1; | ||
#X text 226 78 bend value and channel/port; | ||
#X obj 83 197 t f f; | ||
#X obj 150 270 spigot; | ||
#X connect 1 0 11 0; | ||
#X connect 1 0 7 0; | ||
#X connect 1 1 8 0; | ||
#X connect 2 0 1 0; | ||
#X connect 4 0 6 0; | ||
#X connect 5 0 15 0; | ||
#X connect 6 0 5 0; | ||
#X connect 6 0 10 1; | ||
#X connect 7 0 4 0; | ||
#X connect 7 1 11 0; | ||
#X connect 8 0 6 0; | ||
#X connect 9 0 7 0; | ||
#X connect 10 0 4 0; | ||
#X connect 11 0 10 0; | ||
#X connect 12 0 0 0; | ||
#X connect 7 0 3 0; | ||
#X connect 8 0 10 0; | ||
#X connect 8 0 16 0; | ||
#X connect 8 0 9 0; | ||
#X connect 9 0 13 0; | ||
#X connect 10 0 12 0; | ||
#X connect 11 0 3 0; | ||
#X connect 12 0 11 1; | ||
#X connect 12 1 9 1; | ||
#X connect 13 0 0 0; | ||
#X connect 15 0 7 1; | ||
#X connect 15 1 16 1; | ||
#X connect 16 0 13 0; |
Oops, something went wrong.