Rack v1 development blog

Can you elaborate? Also does your controller send channel pressure or key pressure for “aftertouch”?

Well, I was eventually able to get Channel 5 to light up. Guess channels aren’t that sequential after all. But 2–4 were going off one after the other and then 6–15. (Set my Lightpad back to its 15 MIDI Channels.)

As for what’s sent as aftertouch, I think it’s channel pressure, from previous experiences. They’ve changed a few things, though. Maybe because of what’s in the official MPE spec? I’ll check further.

Your MPE controller determines what MIDI channel each note is assigned, not MIDI-CV.

Still, to my mind, the expected behaviour would be to have the same channels light up.

50

2 Likes

According to the JUCE doc on MPE zones, it does sound like it’s channel pressure sent on the MPE zone (key pressure might eventually be added on the master channel). And Jules is the one who implemented the Lightpad’s Littlefoot language, so that’s likely accurate.

Try this https://vcvrack.com/downloads/Rack-1.dev.42cbb51-win.zip
Aftertouch, mod wheel, and pitch wheel should behave properly, if I’m understanding the standard correctly.

Btw, if you don’t want this copy interfering with your Rack 0.6 installation, launch it with Rack.exe -u .
You can do this with a command line or by creating a shortcut, opening the Properties window, and adding it to the Target box.

I won’t get a chance to test the MPE stuff till Monday as I’m knee deep in preparations for a gig at the weekend but after the weekend I’ll be testing both KB-1 and Ribbons - two excellent iOS MPE controllers.

1 Like

Where can I get that for mpe testing? There’s only Core pack there. Scope would be handy, too.

VCV Poly has been merged with Fundamental, so it’s included in the above build. If you don’t see Fundamental, check the log.txt file.

4 Likes

Built again from v1 source, on my MacBook Pro (Mojave). Ended up with v1.dev.1f5cec8. Still not noticing anyAFT/PW/MW. What did I do wrong?

I’m getting PW ok, MW works if you configure the device to send slide on CC 1. not getting after touch, don’t get that on v0.6.2c either

1 Like

Built the latest 1.dev.8bfa81c on Win10 64x.
The freeze on Audio Core module is solved! Thanks Andrew!
As for the poly modules everything is ok, i see that VCO and ADSR get connected with poly cables but not VCA and VCF. I don’t know if Fundamental stuff is already Poly-fied.

I did nothing.

They have not.

1 Like

There’s a DEBUG("MIDI"... line commented out in MIDI_CV.cpp. Since you’re building from source, you could comment that out and inspect the MIDI messages your controller is sending. If you paste a few dozen lines of you playing one note while moving it around with your finger, I can check that my assumptions are correct about how it handles AFT/PW/MW. I just looked at the code, and I think it should be working, so perhaps we’re not in agreement about the details of the MPE protocol.

1 Like

probably some strange thing on my side. But i don’t know what.

Suggested to substitute MIDI-CV with a SEQ-3, as many entry-level users wouldn’t have a HW Interface.

(Thinking along the lines of lowest common denominator - having everything within Rack ensures they have everything they need to start)

1 Like

100% of users will have a computer keyboard.

2 Likes

I’ll re-upload a PR on the manual then with my keyboard .png. SVG display on Github is known buggy on Firefox…

Will do this ASAP.

Here goes…

[0.000 info src/main.cpp:98] VCV Rack v1.dev.1f5cec8
[0.000 info src/main.cpp:100] Development mode
[0.000 info src/main.cpp:101] System directory: .
[0.000 info src/main.cpp:102] User directory: .
[0.025 info src/plugin.cpp:136] Loaded plugin Fundamental v1.0.0 from ./plugins/Fundamental/plugin.dylib
[0.097 info src/main.cpp:113] Initialized environment
[0.097 info src/settings.cpp:156] Loading settings ./settings.json
[0.122 info src/bridge.cpp:382] Bridge server started
[0.261 info src/window.cpp:214] Pixel ratio: 1.000000
[0.673 info src/window.cpp:254] Renderer: Intel HD Graphics 4000 OpenGL Engine
[0.673 info src/window.cpp:255] OpenGL: 2.1 INTEL-12.4.7
[0.684 info src/settings.cpp:142] Saving settings ./settings.json
[0.685 info src/patch.cpp:149] Loading patch ./autosave.vcv
[0.691 info src/window.cpp:66] Loaded SVG ./res/Core/MIDI-CV.svg
[0.692 info src/window.cpp:66] Loaded SVG ./res/ComponentLibrary/ScrewSilver.svg
[0.692 info src/window.cpp:66] Loaded SVG ./res/ComponentLibrary/PJ301M.svg
[0.693 info src/window.cpp:29] Loaded font ./res/fonts/ShareTechMono-Regular.ttf
[0.714 info src/window.cpp:66] Loaded SVG ./plugins/Fundamental/res/Viz.svg
[0.715 info src/window.cpp:29] Loaded font ./plugins/Fundamental/res/nunito/Nunito-Bold.ttf
[0.715 info src/main.cpp:121] Initialized app
[0.718 info src/window.cpp:29] Loaded font ./res/fonts/DejaVuSans.ttf
[5.008 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 00 40
[5.009 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 57
[5.009 debug src/Core/MIDI_CV.cpp:149] MIDI: 9 3 41 04
[5.040 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 0f 40
[5.057 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 54
[5.057 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 0b 40
[5.073 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 11 40
[5.088 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 14 40
[5.120 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 10 40
[5.137 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 0e 40
[5.152 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 0d 40
[5.169 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 0e 40
[5.185 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 0a 40
[5.200 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 06 40
[5.216 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 55
[5.216 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 04 40
[5.233 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 01 40
[5.249 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 00 40
[5.392 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 54
[5.441 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 53
[5.473 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 7f 3f
[5.489 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 52
[5.489 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 00 40
[5.520 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 7a 3f
[5.537 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 00 40
[5.552 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 51
[5.584 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 56 3f
[5.600 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 52
[5.600 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 40 3f
[5.617 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 50
[5.617 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 20 3f
[5.633 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 4e
[5.633 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 73 3e
[5.649 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 4d
[5.649 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 5f 3e
[5.664 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 4c
[5.664 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 46 3e
[5.681 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 4b
[5.682 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 3a 3e
[5.697 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 3b 3e
[5.712 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 4a
[5.713 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 45 3e
[5.728 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 56 3e
[5.761 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 52 3e
[5.778 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 4c 3e
[5.792 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 49
[5.792 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 41 3e
[5.809 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 4a
[5.809 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 23 3e
[5.825 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 49
[5.825 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 0e 3e
[5.841 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 48
[5.841 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 01 3e
[5.858 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 79 3d
[5.873 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 77 3d
[5.888 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 78 3d
[5.904 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 04 3e
[5.920 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 0c 3e
[5.938 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 16 3e
[5.952 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 22 3e
[5.969 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 26 3e
[5.985 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 47
[5.985 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 23 3e
[6.001 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 46
[6.001 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 1c 3e
[6.018 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 47
[6.018 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 16 3e
[6.032 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 11 3e
[6.048 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 0b 3e
[6.065 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 02 3e
[6.080 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 46
[6.081 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 78 3d
[6.097 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 47
[6.097 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 5e 3d
[6.112 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 46
[6.112 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 58 3d
[6.128 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 47
[6.128 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 57 3d
[6.145 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 46
[6.145 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 5b 3d
[6.161 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 47
[6.161 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 5a 3d
[6.178 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 46
[6.178 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 5e 3d
[6.192 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 47
[6.192 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 60 3d
[6.209 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 58 3d
[6.225 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 48
[6.225 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 5a 3d
[6.258 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 60 3d
[6.273 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 62 3d
[6.289 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 49
[6.289 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 69 3d
[6.304 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 6f 3d
[6.321 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 03 3e
[6.338 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 48
[6.338 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 12 3e
[6.353 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 49
[6.353 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 24 3e
[6.368 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 30 3e
[6.385 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 56 3e
[6.401 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 48
[6.401 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 65 3e
[6.418 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 75 3e
[6.433 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 1a 3f
[6.448 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 2c 3f
[6.465 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 47
[6.465 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 49 3f
[6.482 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 48
[6.482 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 00 40
[6.497 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 47
[6.497 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 75 3f
[6.512 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 48
[6.512 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 78 3f
[6.530 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 49
[6.530 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 10 40
[6.546 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 21 40
[6.561 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 48
[6.561 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 3a 40
[6.578 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 54 40
[6.593 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 49
[6.593 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 6b 40
[6.608 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 48
[6.608 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 02 41
[6.624 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 49
[6.624 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 12 41
[6.641 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 28 41
[6.659 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 29 41
[6.672 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 27 41
[6.689 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 28 41
[6.705 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 27 41
[6.720 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 2a 41
[6.754 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 28 41
[6.769 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 2a 41
[6.818 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 29 41
[6.833 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 48
[6.833 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 2a 41
[6.849 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 29 41
[6.864 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 2a 41
[6.881 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 49
[6.912 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 48
[6.944 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 49
[7.073 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 29 41
[7.088 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 2a 41
[7.105 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 28 41
[7.120 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 4b
[7.120 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 35 41
[7.137 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 4c
[7.137 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 3e 41
[7.153 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 4e
[7.153 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 4d 41
[7.168 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 6b 41
[7.184 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 6d 41
[7.201 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 74 41
[7.217 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 6b 41
[7.233 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 4f
[7.233 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 6d 41
[7.248 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 75 41
[7.265 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 50
[7.265 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 07 42
[7.280 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 51
[7.280 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 0f 42
[7.297 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 13 42
[7.312 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 52
[7.312 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 1c 42
[7.328 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 53
[7.328 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 2a 42
[7.344 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 28 42
[7.361 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 2e 42
[7.378 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 41 42
[7.392 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 49 42
[7.409 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 55 42
[7.440 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 52 42
[7.457 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 55 42
[7.473 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 46 42
[7.489 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 41 42
[7.504 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 54
[7.504 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 3a 42
[7.521 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 33 42
[7.536 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 36 42
[7.553 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 56
[7.553 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 33 42
[7.569 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 3b 42
[7.584 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 42 42
[7.600 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 57
[7.601 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 4b 42
[7.618 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 55 42
[7.632 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 58
[7.666 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 5d
[7.666 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 4a 42
[7.681 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 5f
[7.681 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 55 42
[7.712 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 60
[7.745 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 54 42
[7.760 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 61
[7.760 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 55 42
[7.777 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 52 42
[7.792 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 54 42
[7.810 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 62
[7.810 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 55 42
[7.825 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 65
[7.841 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 6b
[7.841 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 48 42
[7.858 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 70
[7.858 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 3b 42
[7.872 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 73
[7.872 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 4a 42
[7.889 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 74
[7.889 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 55 42
[7.921 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 51 42
[7.937 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 75
[7.937 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 44 42
[7.953 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 76
[7.953 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 50 42
[7.968 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 79
[7.969 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 48 42
[7.984 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 7b
[7.984 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 55 42
[8.017 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 4f 42
[8.032 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 4e 42
[8.049 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 54 42
[8.064 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 55 42
[8.128 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 54 42
[8.161 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 55 42
[8.178 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 52 42
[8.193 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 54 42
[8.209 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 49 42
[8.225 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 53 42
[8.240 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 55 42
[8.288 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 4e 42
[8.306 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 4b 42
[8.321 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 4f 42
[8.337 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 4d 42
[8.353 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 4f 42
[8.369 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 51 42
[8.385 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 55 42
[8.400 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 7a
[8.401 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 48 42
[8.417 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 78
[8.417 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 46 42
[8.432 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 77
[8.432 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 40 42
[8.449 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 51 42
[8.465 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 76
[8.480 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 43 42
[8.498 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 75
[8.499 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 3d 42
[8.513 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 74
[8.513 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 3b 42
[8.528 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 71
[8.529 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 30 42
[8.544 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 6e
[8.544 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 1f 42
[8.562 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 6b
[8.562 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 1b 42
[8.579 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 67
[8.579 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 11 42
[8.592 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 64
[8.592 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 08 42
[8.608 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 62
[8.608 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 7b 41
[8.626 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 5f
[8.626 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 06 42
[8.641 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 5c
[8.641 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 7a 41
[8.658 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 59
[8.658 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 6a 41
[8.674 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 54
[8.674 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 34 41
[8.689 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 52
[8.689 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 32 41
[8.704 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 50
[8.704 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 37 41
[8.722 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 4c
[8.722 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 60 41
[8.737 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 49
[8.737 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 3d 41
[8.752 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 46
[8.752 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 32 41
[8.770 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 41
[8.770 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 31 41
[8.786 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 3f
[8.786 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 2d 41
[8.801 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 3b
[8.801 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 32 41
[8.818 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 38
[8.818 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 31 41
[8.832 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 36
[8.832 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 2b 41
[8.849 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 30
[8.864 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 2d
[8.864 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 26 41
[8.880 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 2b
[8.880 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 29 41
[8.896 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 2a
[8.896 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 24 41
[8.913 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 28
[8.913 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 20 41
[8.929 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 27
[8.929 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 1e 41
[8.944 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 1c 41
[8.960 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 28
[8.960 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 21 41
[8.978 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 26 41
[8.993 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 29
[8.993 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 29 41
[9.025 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 2a
[9.040 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 2b
[9.057 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 2c
[9.073 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 2e
[9.073 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 2a 41
[9.121 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 2f
[9.121 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 29 41
[9.137 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 30
[9.137 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 27 41
[9.152 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 31
[9.152 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 28 41
[9.170 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 2a 41
[9.185 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 32
[9.200 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 29 41
[9.217 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 2a 41
[9.248 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 33
[9.424 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 34
[9.505 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 2b 41
[9.521 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 2a 41
[9.553 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 2b 41
[9.568 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 33
[9.568 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 2a 41
[9.601 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 32
[9.601 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 2b 41
[9.616 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 2a 41
[9.633 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 31
[9.633 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 2b 41
[9.649 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 2a 41
[9.665 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 32
[9.665 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 2b 41
[9.698 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 31
[9.698 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 2c 41
[9.714 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 2b 41
[9.729 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 32
[9.729 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 2c 41
[9.745 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 33
[9.745 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 2a 41
[9.760 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 35
[9.760 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 2b 41
[9.778 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 2a 41
[9.792 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 36
[9.808 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 35
[9.840 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 36
[9.840 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 2b 41
[9.858 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 37
[9.858 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 2a 41
[9.873 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 3a
[9.889 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 3d
[9.889 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 2b 41
[9.904 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 3e
[9.904 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 2a 41
[9.922 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 40
[9.922 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 2c 41
[9.936 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 44
[9.936 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 30 41
[9.952 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 47
[9.952 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 34 41
[9.969 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 4a
[9.969 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 36 41
[9.985 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 4d
[9.985 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 34 41
[10.001 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 51
[10.001 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 31 41
[10.016 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 55
[10.017 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 30 41
[10.032 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 5a
[10.032 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 2d 41
[10.048 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 5f
[10.064 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 63
[10.064 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 2b 41
[10.082 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 66
[10.082 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 2e 41
[10.097 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 6a
[10.097 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 2a 41
[10.113 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 6d
[10.129 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 71
[10.129 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 2b 41
[10.144 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 75
[10.145 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 2a 41
[10.160 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 78
[10.178 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 7a
[10.193 debug src/Core/MIDI_CV.cpp:149] MIDI: b 3 01 7b
[10.193 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 2d 41
[10.208 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 2b 41
[10.224 debug src/Core/MIDI_CV.cpp:149] MIDI: e 3 2a 41
[10.284 debug src/Core/MIDI_CV.cpp:149] MIDI: 8 3 41 00
[10.448 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 00 40
[10.449 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 7b
[10.449 debug src/Core/MIDI_CV.cpp:149] MIDI: 9 4 47 05
[10.586 debug src/Core/MIDI_CV.cpp:149] MIDI: 8 4 47 00