• Very newb question: how do I load an image file?

    7
    0 Votes
    7 Posts
    255 Views
    VirtualVirginV

    @orange said in Very newb question: how do I load an image file?:

    @VirtualVirgin Copy the image file to the project's Images folder. After that, you can change all of the properties with setPropertiesFromJSON easily. I also added Width and Height for example.

    const var VVLogo = Content.getComponent("VVLogo"); Content.setPropertiesFromJSON("VVLogo", { "width": 150, "height": 150, "fileName": "{PROJECT_FOLDER}VV_logo.jpg" });

    Thank you :)
    Yes, this solved it!

  • Hise Job

    1
    1 Votes
    1 Posts
    134 Views
    No one has replied
  • Console.blink() not blinking?

    17
    0 Votes
    17 Posts
    637 Views
    CyberGenC

    @d-healey yes. The project needs at least one expansion.

  • Style Value Popup?

    17
    0 Votes
    17 Posts
    620 Views
    MorphoiceM

    @d-healey said in Style Value Popup?:

    @Straticah I don't think there are any other properties you can change. The popup should be horizontally centred by default, it could be that the width of your knob is not evenly divisible by 2.

    You could instead create the popup using laf. In Sordina I replaced the text label with the value, but you could place it above the knob like a popup - this means the clickable area of your knob will be larger though which isn't always desirable.

    Peek 2024-07-26 10-24.gif

    damn that's beautiful! brilliant usability and clarity

  • Preset browser in one line height?

    5
    0 Votes
    5 Posts
    403 Views
    d.healeyD

    I think Christoph's post was about a custom preset system in addition to a custom preset browser - I can't remember.

    It's quite simple to do what you want though I think.

    Start by adding a combo box that shows the list of presets.

    Engine.getUserPresetList() will probably be your friend here.

    Then add a save button, if that's something you need. I made a video about this:

  • DSP fine tuning, that metallic diffuser sound

    10
    0 Votes
    10 Posts
    368 Views
    MorphoiceM

    @Lindon weren't those the Thiran all-pass? what am I mixing up here? It does indeed sound better.

  • ERROR: Cycle inside a single target

    57
    0 Votes
    57 Posts
    3k Views
    StraticahS

    @Morphoice awesome will give it a try! ty

  • non-const lvalue reference to type 'span...

    1
    0 Votes
    1 Posts
    89 Views
    No one has replied
  • Wrap into DSP network doesn't work

    5
    0 Votes
    5 Posts
    231 Views
    orangeO

    @aaronventure Definitely a bug. But random.
    I think the probability of doing this increases as the network becomes more complex.

  • How to make matrixpeakmeter flipped or inverted

    9
    0 Votes
    9 Posts
    444 Views
    orangeO

    @Onik-Sisodiya What is the reason that you don’t want to use LAF for it?

  • So, my DSP Network works. How do I get it into a Pedal?

    6
    2 Votes
    6 Posts
    376 Views
    MorphoiceM

    @griffinboy unintentional, I'm just obsessed with pink and purple colors ;)))

  • Panel corner borders?

    3
    0 Votes
    3 Posts
    126 Views
    mmprodM

    @mmprod This is awesome - much appreciated!

  • Anyone here using Cyberpanel for their website?

    7
    0 Votes
    7 Posts
    329 Views
    J

    @orange @d-healey thanks for the clarification! ive had issues with Cpanel in the past...but it's been pretty rock solid for the last year or so!

  • QoL compile messages in the console...

    11
    0 Votes
    11 Posts
    373 Views
    LindonL

    @aaronventure said in QoL compile messages in the console...:

    @Matt_SF I remember asking for a Engine.isInitialized() method that would return true after init is done and all saved components have been called, but no response from @Christoph-Hart

    This would easily allow for gating in these scenarios, and others. Changed() has use beyond just calling the function, it sets focus to the component and sets the last touched envelope for the DAW,

    yeah - -but this doesnt work...If Im trying to debug something in the widget on init, then I have no way of gating so it appears and the messages dont, same for Olie's solution to Console.clear() - now I cant debug init phase events...

    Nope - I would like it to go back to the old way where this message wasnt shown - Im more than happy to have some pre-processor compile time definition for this SHOW_INIT_SKIP_MESSAGES = 0
    @Christoph-Hart ???

  • Apple has finally included 16GB of RAM in the base model! :)

    7
    0 Votes
    7 Posts
    694 Views
    A

    @d-healey the memory is really stupidly fast, though.

    If you get the trim with the most memory, you can run beefy LLMs on it well, for a lot less money than what it would cost to get the enterprise Nvidia cards and build the system around them, and with better resale value at that.

    If capacity is a bigger issue like for sample libraries, then yeah, I agree. Though I haven't tried using page file to supplement, as storage these days is above ddr2 speeds.

  • Simultaneous RR Group Playback

    22
    0 Votes
    22 Posts
    2k Views
    LevitanusL

    I've succeeded to do this with setMultiGroupIndex, but not with setMultiGroupIndexForEventID. But still looks fine. Maybe there is a sense to check the behavior of the last one?

  • Delay speed - tap

    16
    0 Votes
    16 Posts
    876 Views
    J

    @ulrik yup this is what I was after! much simpler than I thought! and yes I meant a "Standalone application" so sorry...been separating the two versions of the plugin in my head as "Plugin" and "standalone mode" sorry...Thanks again...gonna play with this and test to make sure it's all good! but so far so good!

  • How to change textColour dynamically?

    6
    0 Votes
    6 Posts
    198 Views
    M

    both versions insert new text. Removing "showTextbox" from the editor, both solutions work.

    many thanks to both. @Lindon @ustk

  • 0 Votes
    13 Posts
    1k Views
    d.healeyD

    @ustk Yeah it's really nice, Brian at Mntra put me onto it

  • Change default scrollbar box padding?

    Unsolved
    6
    0 Votes
    6 Posts
    420 Views
    griffinboyG

    @HISEnberg

    Ah, yes true I've not yet used the css but everyone is raving about it, so must be quite useful!
    I'll need to start.

7

Online

1.8k

Users

12.1k

Topics

104.9k

Posts