• This topic is deleted!

    1
    0 Votes
    1 Posts
    88 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    5 Views
    No one has replied
  • Keyboard LAF ...trigger a redraw...

    4
    0 Votes
    4 Posts
    191 Views
    LindonL

    @d-healey said in Keyboard LAF ...trigger a redraw...:

    Does this work?

    a15ea79b-7737-4130-96cb-5e60304654be-image.png

    yep - that worked like a charm - thank you both.

  • Parametric EQ - saving and loading "preset shapes"

    3
    0 Votes
    3 Posts
    119 Views
    LindonL

    ..and ten mins of additional searching ...and I have it...

    const var ParametriqEQ1 = Synth.getEffect("Parametriq EQ1"); var myState = ParametriqEQ1.exportState(); Console.print(myState); inline function onButton1Control(component, value) { ParametriqEQ1.restoreState(myState); }; Content.getComponent("Button1").setControlCallback(onButton1Control);
  • Latest commit stucks!

    5
    0 Votes
    5 Posts
    318 Views
    NatanN

    Thank you Guys, VS2022 Did the Job :)

  • Token mismatch, what's the point???

    2
    2 Votes
    2 Posts
    132 Views
    DabDabD

    @d-healey I'm also facing this issue for a while.

  • Save imported audio to AudioFiles folder?

    4
    0 Votes
    4 Posts
    277 Views
    oskarshO

    @paper_lung No you only copy the file to the AudioFiles Folder it does not automatically overwrites the file in the AudioLoopPlayer. You could change the file in the loop player manually or on PresetLoad load the correct one from the AudioFiles Folder.

  • MP3 playback

    3
    0 Votes
    3 Posts
    270 Views
    d.healeyD

    So I needed mp3 playback for a project today, and I enabled the flag you suggested. The sampler import works but I get complete silence too. However if I import it into the loop player there's no problem.

  • 710 Errors on VS 2022 compile. how can i solve this?

    Unsolved
    6
    0 Votes
    6 Posts
    153 Views
    d.healeyD

    Glad you got it working :)

  • Ui size in DAW

    3
    0 Votes
    3 Posts
    253 Views
    L

    @Lindon Hi, no save in preset for the button. The button need it?
    In appdata, there is this GeneralSettings.xml :

    <?xml version="1.0" encoding="UTF-8"?> <GLOBAL_SETTINGS DISK_MODE="0" SCALE_FACTOR="0.7" VOICE_AMOUNT_MULTIPLIER="2" GLOBAL_BPM="-1.0" MIDI_CHANNELS="1" SAMPLES_FOUND="1" OPEN_GL="0"/>

    But the size bug is already here ....

  • Sliderpack MIDI control / plugin parameter

    10
    0 Votes
    10 Posts
    386 Views
    d.healeyD

    @paper_lung Yep that's the one :)

  • Distribute samples

    5
    0 Votes
    5 Posts
    244 Views
    d.healeyD

    @elemen8t You might find this video helpful

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • 1 Votes
    3 Posts
    258 Views
    CatABCC

    @DanH Wow,I see,Thanks very much!👍 :grinning_squinting_face:

  • move effect modules

    2
    0 Votes
    2 Posts
    163 Views
    oskarshO

    @yall

    Click the pencil Icon, then you are able to move the effects around.

    Screenshot 2024-01-25 at 11.20.54.jpg

  • Fetch Version number from outside the plugin

    5
    0 Votes
    5 Posts
    185 Views
    DanHD

    @d-healey Oh actually perhaps I can check if the text file exists and if it doesn't then the app knows it's not the latest version... (I'm about to issue the required plugin update)

  • This topic is deleted!

    2
    0 Votes
    2 Posts
    8 Views
  • MacOS Mojave export xcode-select error

    7
    0 Votes
    7 Posts
    380 Views
    0

    @d-healey no more jumping to OSes :)

  • Labels moving in exported project

    4
    0 Votes
    4 Posts
    247 Views
    alhugA

    @majetone I had a similar issue a while back. using "centredTop" as the alignment fixed the issue. also make sure your label size is large enough

  • Read only factory presets

    6
    0 Votes
    6 Posts
    328 Views
    R

    @d-healey Turns out you were kinda right and I had done something stupid.

    When I changed the preset browser from 3 to 2 columns I just left the default widths as 3 x 0.33333
    It didn't seem to matter as it worked fine in HISE but in a built plugin it was doing what I described in my OP.

    After your suggestion I flicked it back to 3 columns, re-exported and sure enough the factory presets weren't editable & the add buttons were there as they should be.

    I then changed it back to 2 columns but set the widths to 2 x 0.5 and when I re-exported it this time it was also working correctly.

    Glad I have that sorted as it was really bugging me. Thanks for the assist

34

Online

1.6k

Users

11.2k

Topics

97.5k

Posts