Rack v1 development blog

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

I see no pressure messages at all coming from your controller. Just PW (e 3) and MW (b 3 01) messages. You’re looking for a 3 or d 3. Do you have this feature enabled in the firmware?

Yep, and it does show up in the Dashboard or in Equator keyboard when I press harder. Maybe I didn’t press enough, this time.

The first movements were just pressure. They did show up in ROLI Dashboard. Guess they’re the f 0 00 21 and e 4 0f 40 messages?

$ make run
./Rack -d
[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.017 info src/plugin.cpp:136] Loaded plugin Fundamental v1.0.0 from ./plugins/Fundamental/plugin.dylib
[0.090 info src/main.cpp:113] Initialized environment
[0.090 info src/settings.cpp:156] Loading settings ./settings.json
[0.117 info src/bridge.cpp:382] Bridge server started
[0.259 info src/window.cpp:214] Pixel ratio: 1.000000
[0.666 info src/window.cpp:254] Renderer: Intel HD Graphics 4000 OpenGL Engine
[0.666 info src/window.cpp:255] OpenGL: 2.1 INTEL-12.4.7
[0.677 info src/settings.cpp:142] Saving settings ./settings.json
[0.678 info src/patch.cpp:149] Loading patch ./autosave.vcv
[0.683 info src/window.cpp:66] Loaded SVG ./res/Core/MIDI-CV.svg
[0.683 info src/window.cpp:66] Loaded SVG ./res/ComponentLibrary/ScrewSilver.svg
[0.684 info src/window.cpp:66] Loaded SVG ./res/ComponentLibrary/PJ301M.svg
[0.685 info src/window.cpp:29] Loaded font ./res/fonts/ShareTechMono-Regular.ttf
[0.705 info src/window.cpp:66] Loaded SVG ./plugins/Fundamental/res/Viz.svg
[0.706 info src/window.cpp:29] Loaded font ./plugins/Fundamental/res/nunito/Nunito-Bold.ttf
[0.707 info src/main.cpp:121] Initialized app
[0.710 info src/window.cpp:29] Loaded font ./res/fonts/DejaVuSans.ttf
[3.918 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[3.930 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[4.068 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[4.105 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[4.141 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[4.177 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[4.229 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[4.630 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[4.864 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[4.901 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[4.937 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[4.973 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[5.130 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[5.730 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[6.430 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[7.229 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[7.990 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[7.990 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 00 40
[7.990 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 32
[7.990 debug src/Core/MIDI_CV.cpp:149] MIDI: 9 4 36 04
[7.996 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[8.025 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[8.025 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 38
[8.025 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 0f 40
[8.052 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[8.055 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 37
[8.055 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 0b 40
[8.080 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[8.080 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 08 40
[8.107 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[8.109 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 02 40
[8.130 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[8.136 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[8.136 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 00 40
[8.164 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[8.191 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[8.193 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 01 40
[8.220 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[8.247 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[8.276 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[8.304 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[8.304 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 00 40
[8.331 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[8.360 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[8.360 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 36
[8.387 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[8.389 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 37
[8.416 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[8.418 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 01 40
[8.444 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[8.444 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 00 40
[8.471 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[8.473 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 01 40
[8.499 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[8.501 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 00 40
[8.528 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[8.556 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[8.556 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 38
[8.583 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[8.585 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 01 40
[8.612 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[8.615 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 00 40
[8.641 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[8.641 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 37
[8.668 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[8.668 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 01 40
[8.695 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[8.697 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 00 40
[8.724 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[8.752 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[8.780 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[8.807 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[8.836 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[8.864 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[8.891 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[8.920 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[8.948 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[8.976 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[9.003 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[9.032 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[9.060 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[9.087 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[9.116 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[9.116 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 38
[9.130 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[9.144 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[9.144 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 01 40
[9.172 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[9.176 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 00 40
[9.199 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[9.201 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 37
[9.201 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 03 40
[9.228 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[9.228 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 04 40
[9.257 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[9.257 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 05 40
[9.283 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[9.285 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 06 40
[9.312 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[9.312 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 03 40
[9.339 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[9.341 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 02 40
[9.368 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[9.368 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 36
[9.368 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 00 40
[9.395 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[9.397 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 01 40
[9.423 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[9.425 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 35
[9.425 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 00 40
[9.452 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[9.480 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[9.509 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[9.509 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 01 40
[9.535 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[9.537 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 00 40
[9.564 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[9.591 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[9.619 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[9.621 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 36
[9.622 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 01 40
[9.648 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[9.649 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 35
[9.649 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 00 40
[9.675 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[9.704 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[9.731 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[9.760 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[9.787 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[9.816 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[9.844 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[9.871 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[9.873 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 34
[9.900 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[9.900 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 01 40
[9.928 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[9.928 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 00 40
[9.955 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[9.957 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 32
[9.983 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[9.985 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 01 40
[10.012 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[10.016 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 00 40
[10.040 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[10.067 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[10.069 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 01 40
[10.095 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[10.097 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 00 40
[10.124 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[10.124 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 01 40
[10.130 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[10.151 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[10.153 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 00 40
[10.180 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[10.207 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[10.209 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 01 40
[10.235 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[10.264 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[10.265 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 00 40
[10.292 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[10.320 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[10.322 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 01 40
[10.348 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[10.348 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 00 40
[10.376 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[10.403 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[10.431 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[10.433 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 11 40
[10.460 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[10.460 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 00 40
[10.489 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[10.489 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 11 40
[10.516 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[10.516 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 0e 40
[10.543 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[10.545 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 09 40
[10.572 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[10.576 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 05 40
[10.600 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[10.600 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 00 40
[10.627 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[10.655 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[10.657 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 34
[10.657 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 05 40
[10.684 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[10.684 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 35
[10.684 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 02 40
[10.713 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[10.713 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 36
[10.713 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 00 40
[10.740 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[10.768 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[10.768 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 06 40
[10.797 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[10.797 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 01 40
[10.823 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[10.825 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 35
[10.825 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 00 40
[10.852 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[10.881 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[10.881 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 01 40
[10.907 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[10.909 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 36
[10.909 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 00 40
[10.935 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[10.937 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 37
[10.964 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[10.992 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[11.019 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[11.048 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[11.075 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[11.104 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[11.130 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[11.132 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[11.160 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[11.187 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[11.216 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[11.244 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[11.245 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 36
[11.272 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[11.299 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[11.301 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 37
[11.329 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[11.329 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 36
[11.356 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[11.356 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 37
[11.356 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 04 40
[11.383 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[11.385 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 36
[11.385 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 05 40
[11.412 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[11.416 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 07 40
[11.440 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[11.440 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 35
[11.440 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 00 40
[11.467 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[11.496 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[11.497 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 34
[11.498 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 01 40
[11.525 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[11.525 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 32
[11.525 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 03 40
[11.551 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[11.553 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 09 40
[11.580 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[11.580 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 01 40
[11.609 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[11.609 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 00 40
[11.635 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[11.664 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[11.664 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 36
[11.693 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[11.695 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 32
[11.695 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 01 40
[11.719 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[11.748 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[11.748 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 00 40
[11.775 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[11.777 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 35
[11.777 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 02 40
[11.804 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[11.804 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 00 40
[11.831 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[11.861 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[11.861 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 01 40
[11.888 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[11.889 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 00 40
[11.917 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[11.943 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[11.945 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 37
[11.972 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[11.976 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 36
[12.001 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[12.027 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[12.055 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[12.057 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 01 40
[12.084 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[12.084 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 00 40
[12.112 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[12.112 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 01 40
[12.129 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[12.139 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[12.141 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 37
[12.141 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 00 40
[12.167 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[12.169 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 36
[12.195 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[12.224 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[12.252 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[12.256 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 37
[12.280 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[12.307 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[12.336 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[12.364 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[12.393 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[12.393 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 01 40
[12.419 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[12.421 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 00 40
[12.448 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[12.448 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 02 40
[12.475 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[12.477 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 38
[12.477 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 03 40
[12.503 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[12.505 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 37
[12.505 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 00 40
[12.532 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[12.559 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[12.561 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 01 40
[12.588 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[12.589 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 36
[12.590 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 03 40
[12.616 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[12.616 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 37
[12.616 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 02 40
[12.643 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[12.645 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 04 40
[12.672 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[12.674 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 01 40
[12.700 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[12.700 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 38
[12.700 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 00 40
[12.728 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[12.730 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 01 40
[12.756 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[12.756 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 39
[12.756 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 00 40
[12.783 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[12.785 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 3e
[12.785 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 01 40
[12.811 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[12.815 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 04 40
[12.840 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[12.840 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 3f
[12.840 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 02 40
[12.867 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[12.870 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 41
[12.870 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 00 40
[12.896 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[12.896 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 46
[12.896 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 02 40
[12.924 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[12.924 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 4a
[12.924 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 10 40
[12.951 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[12.954 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 4f
[12.954 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 17 40
[12.980 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[12.980 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 54
[12.980 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 22 40
[13.007 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[13.010 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 5b
[13.010 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 29 40
[13.036 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[13.036 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 60
[13.036 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 2d 40
[13.065 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[13.065 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 64
[13.065 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 32 40
[13.092 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[13.096 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 65
[13.096 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 3c 40
[13.121 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[13.121 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 66
[13.121 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 41 40
[13.130 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[13.148 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[13.149 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 69
[13.150 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 42 40
[13.177 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[13.177 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 50 40
[13.204 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[13.205 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 56 40
[13.232 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[13.232 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 6a
[13.232 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 57 40
[13.261 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[13.261 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 6a 40
[13.288 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[13.288 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 7a 40
[13.317 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[13.317 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 6b
[13.317 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 11 41
[13.343 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[13.345 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 6a
[13.345 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 1f 41
[13.372 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[13.376 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 2a 41
[13.399 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[13.401 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 69
[13.428 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[13.455 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[13.457 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 68
[13.484 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[13.484 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 69
[13.513 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[13.513 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 68
[13.513 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 29 41
[13.540 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[13.541 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 67
[13.541 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 28 41
[13.569 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[13.569 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 66
[13.569 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 2a 41
[13.596 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[13.596 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 65
[13.624 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[13.626 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 28 41
[13.652 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[13.656 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 27 41
[13.679 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[13.681 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 64
[13.681 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 24 41
[13.708 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[13.709 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 63
[13.709 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 2a 41
[13.736 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[13.738 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 5e
[13.764 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[13.764 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 5d
[13.764 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 29 41
[13.792 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[13.793 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 59
[13.793 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 24 41
[13.821 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[13.821 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 53
[13.821 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 28 41
[13.847 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[13.849 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 4b
[13.849 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 21 41
[13.876 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[13.876 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 47
[13.876 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 20 41
[13.903 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[13.905 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 41
[13.906 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 23 41
[13.932 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[13.936 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 3e
[13.936 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 2a 41
[13.959 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[13.961 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 3a
[13.961 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 25 41
[13.988 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[13.988 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 38
[13.988 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 1f 41
[14.017 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[14.017 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 32
[14.017 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 21 41
[14.043 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[14.046 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 2d
[14.046 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 1a 41
[14.073 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[14.073 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 2b
[14.073 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 19 41
[14.100 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[14.100 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 26
[14.100 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 26 41
[14.129 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[14.129 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 24
[14.129 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 2a 41
[14.129 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[14.156 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[14.183 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[14.185 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 27 41
[14.213 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[14.216 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 23
[14.217 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 28 41
[14.240 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[14.240 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 1f
[14.240 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 1f 41
[14.268 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[14.270 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 1d
[14.270 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 19 41
[14.296 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[14.297 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 1b
[14.297 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 1c 41
[14.324 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[14.325 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 18
[14.326 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 00 41
[14.351 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[14.353 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 17
[14.353 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 7a 40
[14.380 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[14.380 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 16
[14.380 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 70 40
[14.409 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[14.409 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 15
[14.409 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 65 40
[14.436 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[14.438 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 55 40
[14.465 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[14.465 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 30 40
[14.492 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[14.496 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 32 40
[14.520 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[14.522 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 29 40
[14.548 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[14.550 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 23 40
[14.577 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[14.577 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 1c 40
[14.603 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[14.605 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 15 40
[14.633 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[14.633 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 12 40
[14.661 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[14.661 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 0e 40
[14.688 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[14.688 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 01 40
[14.716 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[14.717 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 17
[14.717 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 00 40
[14.744 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[14.772 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[14.777 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 20
[14.777 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 1b 40
[14.800 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[14.801 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 3a 40
[14.828 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[14.830 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 74 40
[14.856 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[14.856 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 1e
[14.856 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 2a 41
[14.884 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[14.886 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 1d
[14.886 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 23 41
[14.911 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[14.913 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 4c 41
[14.940 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[14.940 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 1b
[14.940 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 01 42
[14.968 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[14.970 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 1c
[14.970 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 12 42
[14.996 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[14.996 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 1a
[14.996 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 3c 42
[15.025 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[15.025 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 49 42
[15.051 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[15.055 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 17
[15.055 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 6e 42
[15.080 debug src/Core/MIDI_CV.cpp:149] MIDI: f 0 00 21
[15.081 debug src/Core/MIDI_CV.cpp:149] MIDI: b 4 01 13
[15.081 debug src/Core/MIDI_CV.cpp:149] MIDI: e 4 34 43

Might be relevant regarding the Roli Seaboard:

Aftertouch (or Pressure) is a MIDI message which represents the pressure you apply to the keybed after a key has been struck and is being held down. The Seaboard uses this message to transmit Press.

f 0 is a system-exclusive message and not related to aftertouch. e 4 is pitch wheel. You are specifically looking for a or d.