macros:example:midinotes
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
macros:example:midinotes [2017/11/20 15:08] – [Explanation] icke_siegen | macros:example:midinotes [2023/03/09 06:40] (current) – icke_siegen | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | Example | ||
+ | |||
====== MIDI Note On/Off ====== | ====== MIDI Note On/Off ====== | ||
- | ^ by: | Oliver Waits, Feb. 2016 | | + | ^ by: |
- | ^ published: | http:// | + | ^ published: |
- | ^ description: | + | ^ description: |
- | ^ remarks: | Code below is shortened for better overview. For the long version - MIDI Notes 1~20 - refer to [[http:// | + | ^ remarks: |
- | ^ | This works only with real consoles as Titan doesn' | + | ^ |
+ | {{tag> | ||
==== functions ==== | ==== functions ==== | ||
* [[macros: | * [[macros: | ||
Line 13: | Line 16: | ||
===== Code ===== | ===== Code ===== | ||
+ | |||
+ | There is another file available which sends note on when the macro is pressed and note off when the macro is release, for notes 1~12, here: {{ : | ||
+ | <fs large> | ||
+ | |||
+ | |||
+ | <fs large> | ||
+ | |||
+ | |||
<code xml sendmidi.xml> | <code xml sendmidi.xml> | ||
<?xml version=" | <?xml version=" | ||
Line 18: | Line 29: | ||
| | ||
<!-- MIDI Note On --> | <!-- MIDI Note On --> | ||
- | <macro name=" | + | <macro name=" |
< | < | ||
< | < | ||
Line 24: | Line 35: | ||
</ | </ | ||
- | <macro name=" | + | <macro name=" |
< | < | ||
< | < | ||
Line 31: | Line 42: | ||
<!-- MIDI Note Off --> | <!-- MIDI Note Off --> | ||
- | <macro name=" | + | <macro name=" |
< | < | ||
< | < | ||
Line 37: | Line 48: | ||
</ | </ | ||
| | ||
- | <macro name=" | + | <macro name=" |
< | < | ||
< | < | ||
Line 59: | Line 70: | ||
===== How to use it ===== | ===== How to use it ===== | ||
- | | + | |
- | + | * fire the macros as you require. This might be useful for external applications which cannot be controlled by DMX/ | |
- | tbd | + | |
~~DISCUSSION~~ | ~~DISCUSSION~~ |
macros/example/midinotes.1511190490.txt.gz · Last modified: 2017/11/20 15:08 by icke_siegen