-
Notifications
You must be signed in to change notification settings - Fork 238
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
3 changed files
with
34 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Jazz-Soft Midi | ||
|
||
This extension allows communication with midi ports and virtual ports | ||
|
||
## Blocks | ||
|
||
```scratch | ||
Open Jazz MIDI port :: #e8b62d | ||
``` | ||
Opens the first avalible port | ||
--- | ||
```scratch | ||
play note (60) with velocity (127) for (1) seconds on channel (1 v) :: #e8b62d | ||
(channel 10 is the percussion channel) | ||
``` | ||
Plays a MIDI note at the specified velocity | ||
(velocity ranges from 0 to 127, note 60 if middle C) | ||
--- | ||
```scratch | ||
set instrument to (0) for channel (1 v) :: #e8b62d | ||
``` | ||
Sets the instrument for the specified channel | ||
(instrument values range from 0 to 127) | ||
--- | ||
```scratch | ||
(port name) :: #e8b62d | ||
``` | ||
returns the port that is active |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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