telemetry: per-block live meters + looper waveform/transport (gen-3)#32
Merged
Conversation
liveMonitors polls every monitor pid per open block via the sub 0x19 read (OUTPUT VU decoded as RMS); add looperTelemetry (waveform+playhead+level) and looperControl (sub 0x10 toggle) with GET/POST /preset/looper routes. Also the AM4/FM3 device-edit poll + gen-3 edit-push listener.
Wire both remaining ForgeFX-MIDI devices through the driver layer. Reads reuse the verified forgefx-midi descriptor readers over the shared transport; writes use the low-level wire builders so setParam(eid,paramId,...) stays byte-precise. - descriptorConn: shared MidiConnection<->Transport bridge for descriptor-driven drivers (extracted from the AM4 pattern) - gen2: 4x12 grid, 8 scenes, X/Y channels; getPreset-backed grid/blockParams, raw-builder writes (param/bypass/channel/place/scene/select/store/rename) - vp4: linear 4-slot; shared gen-3 reader; only continuous set_param, set_bypass, and save are decoded (community-beta) - discrete/placement/scene/rename stay gated (routes 501). grid() is discovery-order: the gen-3 grid read has no VP4 4-slot geometry, so true slot placement is not decodable yet - registry: detect + drive 0x07/0x14; forced-profile keys axe2/vp4 - test: detection cases (handshake + port-name + longest-name regression) and gen2/vp4 write-frame + capability suites (mocked transport, no hardware)
drivers: Axe-Fx II (gen2, 0x07) + VP4 (0x14) device drivers
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
liveMonitors polls every monitor pid per open block via the sub 0x19 read (OUTPUT VU decoded as RMS); add looperTelemetry (waveform+playhead+level) and looperControl (sub 0x10 toggle) with GET/POST /preset/looper routes. Also the AM4/FM3 device-edit poll + gen-3 edit-push listener.