Teensy 4.1: Notes transform in CC under Mux #972
Replies: 2 comments 2 replies
-
Another problem (just discovered) is that when I upload the NoteLEDBar.ino example i need to send C3 note instead of C4 to turn on the leds. |
Beta Was this translation helpful? Give feedback.
-
The Control Surface uses the Scientific Pitch Notation system, some MIDI programs use a different convention, see https://en.wikipedia.org/wiki/Scientific_pitch_notation#Similar_systems. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
i have a problem with this code:
When upload on Teensy 4.1 the result is:
19:52:46.412 -> Control Change Channel: 4 Data 1: 0x41 Data 2: 0x7f
19:52:46.585 -> Control Change Channel: 4 Data 1: 0x41 Data 2: 0x00
19:52:47.559 -> Control Change Channel: 2 Data 1: 0x3e Data 2: 0x7f
19:52:47.762 -> Control Change Channel: 2 Data 1: 0x3e Data 2: 0x00
19:54:06.838 -> Control Change Channel: 3 Data 1: 0x40 Data 2: 0x7f
19:54:07.043 -> Control Change Channel: 3 Data 1: 0x40 Data 2: 0x00
19:54:07.982 -> Control Change Channel: 5 Data 1: 0x43 Data 2: 0x7f
19:54:08.120 -> Control Change Channel: 5 Data 1: 0x43 Data 2: 0x00
19:54:08.821 -> Control Change Channel: 6 Data 1: 0x45 Data 2: 0x7f
19:54:08.954 -> Control Change Channel: 6 Data 1: 0x45 Data 2: 0x00
19:54:09.638 -> Control Change Channel: 9 Data 1: 0x4a Data 2: 0x7f
19:54:09.818 -> Control Change Channel: 9 Data 1: 0x4a Data 2: 0x00
19:54:10.406 -> Control Change Channel: 8 Data 1: 0x48 Data 2: 0x7f
19:54:10.609 -> Control Change Channel: 8 Data 1: 0x48 Data 2: 0x00
19:54:11.056 -> Control Change Channel: 7 Data 1: 0x47 Data 2: 0x7f
19:54:11.290 -> Control Change Channel: 7 Data 1: 0x47 Data 2: 0x00
I dont understand where is the error.
Thanks in advice
Beta Was this translation helpful? Give feedback.
All reactions