commit 2fb3aebc759b0e2b8a14f5d72c27e383c223901e parent 5cf968e1ccf528cea87744e7bd94801922a56417 Author: dsp56300 <dsp56300@users.noreply.github.com> Date: Sat, 10 Aug 2024 19:47:24 +0200 add parameter tooltip again Diffstat:
3 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/DSEG14Classic-BoldItalic.ttf b/source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/DSEG14Classic-BoldItalic.ttf Binary files differ. diff --git a/source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/assets.cmake b/source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/assets.cmake @@ -11,6 +11,7 @@ set(ASSETS_n2xTrancy ${CMAKE_CURRENT_LIST_DIR}/button_red.png ${CMAKE_CURRENT_LIST_DIR}/button_round.png ${CMAKE_CURRENT_LIST_DIR}/DSEG7Classic-BoldItalic.ttf + ${CMAKE_CURRENT_LIST_DIR}/DSEG14Classic-BoldItalic.ttf ${CMAKE_CURRENT_LIST_DIR}/h_slider.png ${CMAKE_CURRENT_LIST_DIR}/knob_big.png ${CMAKE_CURRENT_LIST_DIR}/panel_1_main.png diff --git a/source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/n2xTrancy.json b/source/nord/n2x/n2xJucePlugin/skins/n2xTrancy/n2xTrancy.json @@ -190,6 +190,15 @@ { "name" : "DeviceModel", "label" : { "text" : "NL2x", "textHeight" : "28", "color" : "FFFFFFFF", "alignH" : "L", "alignV" : "C", "x" : "175", "y" : "1155", "width" : "100", "height" : "32" }}, { "name" : "RomSelector", "combobox" : { "text" : "rom.bin", "textHeight" : "28", "color" : "FFFFFFFF", "alignH" : "L", "alignV" : "C", "x" : "730", "y" : "1154", "width" : "400", "height" : "32", "offsetR" : "-60", "tooltip" : "Copy a valid ROM file with file extension .bin next to this plugin" }}, - + { + "name" : "FocusedParameterTooltip", + "label" : { + "text" : "", "textHeight" : "30", "fontFile":"DSEG14Classic-BoldItalic","fontName":"Register", + "color" : "FF0000FF", "backgroundColor" : "220303ff", + "alignH" : "C", "alignV" : "C", + "x" : "1385", "y" : "1225", "width" : "80", "height" : "45" + }, + "componentProperties" : {"offsetY" : "25"} + } ] }