• Ad Hoc Code Sign Error OSX

    32
    0 Votes
    32 Posts
    1k Views
    DanHD

    @matt_sf I ran into an error whilst trying to build latest develop which I hadn’t seen before so I’ve left it for now 😂

    It’s never easy!!

  • Enabling FM problems

    5
    0 Votes
    5 Posts
    237 Views
    ulrikU

    @ustk thank you for asking me for a snippet :)
    I noticed that it was not the actual "Enable FM" that made it crash, I also changed the Carrier and Modulator indexes in the same callback and that made it crash.

    Thank you @ustk !

  • Show Only Install Samples button

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

    26
    0 Votes
    26 Posts
    8 Views
  • Lag in Develop...

    42
    0 Votes
    42 Posts
    2k Views
    d.healeyD

    @lindon But the preset browser issue is so obvious, unless he's only using a few presets.

  • AUval

    9
    0 Votes
    9 Posts
    470 Views
    Matt_SFM

    @trillbilly try the command auval -help, it will give you a list of the available commands. IIRC the command you're looking for is auval -v + the specific code of your plugin (but i'm unable to check right now, I'll take a look when I'm back at home).

  • Mac Keychain headaches - Help!

    6
    0 Votes
    6 Posts
    242 Views
    Y

    @danh be careful before deleting backups and passwords too. I made this mistake. I had to wait 3 months for Apple to release me 2 certificates. I used all 5 ^^

  • CC Output ?

    6
    0 Votes
    6 Posts
    355 Views
    lalalandsynthL

    @crd It seems that is not possible ....yet ;)
    I feel it should be an option.
    We have the sysex sorted somewhat , just need the cc output .

  • Scriptnode LFO , display waveform.

    1
    1 Votes
    1 Posts
    151 Views
    No one has replied
  • Chasing logic/auval validation...

    18
    0 Votes
    18 Posts
    1k Views
    Dan KorneffD

    @christoph-hart it appears that this no longer works:

    param.beginChangeGesture(); param.setValueNotifyingHost (newValue); param.endChangeGesture();

    We should use instead:

    void mouseDown (const MouseEvent&) override { param.beginChangeGesture(); } void mouseUp (const MouseEvent&) override { param.setValueNotifyingHost (newValue); param.endChangeGesture(); }

    What do you think?

  • cursors in the LFO display

    3
    0 Votes
    3 Posts
    246 Views
    LindonL

    @danh - thanks - works well ...

  • Scriptnode How to Invert SoftBypass

    2
    0 Votes
    2 Posts
    301 Views
    dejansD

    @dejans Ok, figured it out, basically using an xfader with switch setting is doing the trick.

  • Can’t find scriptnode on new UI

    3
    0 Votes
    3 Posts
    319 Views
    JayJ

    @d-healey Thanks

  • Syncing LFO modulation on fx plugin

    9
    0 Votes
    9 Posts
    498 Views
    lalalandsynthL

    @matt_sf Well , I might also start at any random place within the bar and the lfo should sync up to that , most synths do this.

    Imagine a drum machine that would only sync if started at the beginning of a bar , that would not be acceptable these days.

    Feels like there should be a "follow playhead" feature ?

  • IPP & DEVELOP

    12
    0 Votes
    12 Posts
    621 Views
    DanHD

    @d-healey sorry, found some other paths I needed to copy over doh - 🙄

  • For the love of god.....

    17
    1 Votes
    17 Posts
    675 Views
    Christoph HartC

    @d-healey No, 1px raster means no raster (currently the raster is 10px unless you hold down Ctrl/Command).

  • Web page in plugin ?

    7
    0 Votes
    7 Posts
    417 Views
    Y

    @d-healey I have to learn all this. I already have a hostinger server

  • Sysex ?

    8
    0 Votes
    8 Posts
    570 Views
    lalalandsynthL

    @christoph-hart Would also be interesting if we could output CC from an LFO using the same method , or a different one ? Is this possible somehow ?

  • myPanel.get("childComponents") - seems not to work

    11
    0 Votes
    11 Posts
    396 Views
    d.healeyD

    @lindon Digging up this old thread as I was looking for something else. Just thought I'd let you know that I added a Panel.getChildComponents() function a few weeks ago. https://github.com/christophhart/HISE/pull/235

  • Max num arguments in Console.print

    4
    0 Votes
    4 Posts
    160 Views
    d.healeyD

    @sawer said in Max num arguments in Console.print:

    Can Hise only print one argument inside parentheses?

    46222ec3-c963-4b97-a52c-583af26d4b3f-image.png

25

Online

1.8k

Users

12.0k

Topics

104.1k

Posts