Phase S Wave 2: three-view ReaSampler 9000 editor (Sample home / Browse modal / Zone)
Retire the flat toggle; Sample-home face wires the Wave-1 envelope overlay + draggable nodes, preview button + velocity knob, Mono/Stereo, key-track. Browse reduced to a confirm/cancel modal; Zone retained with piano-pattern strip. RT-safe off-thread preview-note mailbox added.
This commit is contained in:
+5
-1
@@ -1050,10 +1050,14 @@ if(WIN32 AND EXISTS "${VST3_SDK}/public.sdk/source/main/pluginfactory.cpp")
|
||||
# module above): theme supplies role->KitColor + spectralColor, component_geometry the
|
||||
# KitBox/button/slider geometry, bank_grid the shared dB display-compression the waveform
|
||||
# primitive uses. All REAPER/SWELL-free.
|
||||
# envelope_overlay + envelope_edit (S-VIEW-3): the pure amp-envelope -> polyline forward map
|
||||
# and the node hit-test + pixel-delta -> clamped-param inverse map the Sample-view envelope
|
||||
# overlay draws + drags against; envelope_edit links envelope_overlay transitively (shared
|
||||
# node vocabulary + timeToX/levelToY). Both engine-free, DAW-verified in the shell.
|
||||
target_link_libraries(reasampler_vst PRIVATE vst3_sdk editor_geometry bridge_marshal
|
||||
sample_map capture_paths embed_strip app_version capture_browser keyboard_strip
|
||||
waveform_view bank_sync browser_scroll note_entry param_slider
|
||||
theme component_geometry bank_grid)
|
||||
theme component_geometry bank_grid envelope_overlay envelope_edit)
|
||||
# SDK_INC gives reaper_vst3_interfaces.h + reaper_plugin_functions.h for the bridge;
|
||||
# WDL_INC gives LICE for the editor. The VST3 SDK headers come from vst3_sdk PUBLIC.
|
||||
target_include_directories(reasampler_vst PRIVATE ${SDK_INC} ${WDL_INC})
|
||||
|
||||
Reference in New Issue
Block a user