• Loris toolbox crashing

    8
    0 Votes
    8 Posts
    1k Views
    David HealeyD

    @Allen Oh I see

  • getIdList misses hardcoded scripts

    3
    0 Votes
    3 Posts
    932 Views
    David HealeyD

    Ran in to this again. It works for the MidiMuter but doesn't seem to work for others like CCSwapper or LegatoWithRetrigger

    Edit: So it does work but you need to know the secret spellings. CC Swapper and Legato with Retrigger - spacing and capitalisation are important.

  • Modulation Matrix Frequency Knob Bug

    1
    2 Votes
    1 Posts
    288 Views
    No one has replied
  • Renaming C++ nodes causes them to break

    5
    0 Votes
    5 Posts
    763 Views
    griffinboyG

    @Christoph-Hart

    It seems that the drag and drop is broken now though.

    You used to be able to copy paste .h files for external nodes. Now that doesn't work. the nodes don't make any sound unless you create them via Hise. Particularly for scriptnode synth nodes. Effects seem to work when you import them that way, but not scriptnode synths.

  • This topic is deleted!

    2
    1 Votes
    2 Posts
    4 Views
  • Having problems with script scrolling after folding/unfolding code

    1
    1 Votes
    1 Posts
    160 Views
    No one has replied
  • Rounding error?

    10
    0 Votes
    10 Posts
    2k Views
    hujackusH

    @VirtualVirgin Another workaround could be this inline function.

    // a more accuate rounding function for -2.1474836485e9<=value<=2.1474836465e9 inline function roundBetter(value){ local r = Math.round(value); return (r+.5==value)?r+1:r; } const testArray = [0.,128.,-128., 32767., -32767. , 65535., -65535., 16777215., -16777215., 2147483646., -2147483646.]; for(v in testArray){ for(i=-11;i<11;i++){ Console.print("round("+(v+i+.5) + ")=" +Math.round(v+i+.5)+" ?=" + roundBetter(v+i+.5)); } }
  • Forum Videos - instant crash

    2
    0 Votes
    2 Posts
    302 Views
    C

    @Lindon That's odd…a web page shouldn't be able to bring down a browser. (Wait, did I write it?) Does the Vimeo embed in my post work for you?

  • [Bug] Global MPE not working

    1
    0 Votes
    1 Posts
    150 Views
    No one has replied
  • Does the .getComponentUnderDrag() work?

    4
    0 Votes
    4 Posts
    481 Views
    David HealeyD

    @aaronventure According to the docs it returns the ID (string)

  • FAUST Hardcoded Master FX Not modulating LFO AHDSR etc Modulation

    3
    0 Votes
    3 Posts
    484 Views
    DabDabD

    @sletz I mean Hardcoded Master FX that is compiled from FAUST node core.faust not being modulated via LFO

    what is the problematic Faust DSP code?

    I don't know which one is responsible but the C++ code and RNBO working fine in Hardcoded master FX.

  • Panels, event.itemText

    9
    0 Votes
    9 Posts
    1k Views
    Oli UllmannO

    @d-healey
    Cool, I will have a look. Thank you! :-)

  • Automations - strange behaviour when editing point value

    2
    1 Votes
    2 Posts
    380 Views
    Z

    @Christoph-Hart you are probably the only one who can help me with this

  • Default Value Bug affecting ARM Macs

    Unsolved
    4
    1 Votes
    4 Posts
    765 Views
    GoodflowG

    Did some more digging and found that

    The bug isn't present in Rosetta builds

    There are a few mentions of floating point values on ARM builds in JUCE's GitHub issues, including this one with a related forum post. Possibly related?

  • 0 Votes
    1 Posts
    175 Views
    No one has replied
  • Commit ca06fcb fail to export plugin on Mac

    Solved
    7
    0 Votes
    7 Posts
    1k Views
    Christoph HartC

    @ulrik oops, I was too ambitious here. I wanted to erase the warning message, not the flag. Should be fixed now.

  • Bug: Silent_Killer not working properly

    Unsolved
    6
    0 Votes
    6 Posts
    563 Views
    MorphoiceM

    @Lindon I do feel you, the synthesizer group has a lot of advantages so I'm really voting for a fix here too

  • Channel Aftertouch..still not working

    61
    1 Votes
    61 Posts
    10k Views
    MorphoiceM

    @Lindon I can confirm channel aftertouch works fine, if I send a poly pressure message though if sounds like just all notes instantly get 100% aftertouch all over the place

    @Christoph-Hart can you get us more info on how to get polyphonic aftertouch to work properly? in theory it could work like normal after touch just check if the transmitted note number in the message matches the played note before outputting it on the midi_cc node and otherwise ignore it, please let me know if I can assist in figuring this out, apparently it's important to many of us and not working properly for some years

  • Voice amount and soft limit don't work when group XFades are enabled

    12
    1 Votes
    12 Posts
    1k Views
    T

    @Christoph-Hart I think the thing is, the mulitmics actually break it. It works fine without multimics.

  • Interface Designer bugs on Mac OS, build 4.1.0

    9
    0 Votes
    9 Posts
    805 Views
    D

    @ulrik Disabling "showTextBox" solves the issue with the mouse not being responsive!

    So the bug seems to be isolated to duplicating controls set to vertical style. I'm assuming vertical style was not meant to be be replaced with image film strips, hence the resulting issues.

    Thanks for the help!

23

Online

2.2k

Users

13.5k

Topics

117.5k

Posts