• Noise when switching presets

    6
    0 Votes
    6 Posts
    330 Views
    DanHD

    @orange @d-healey yup, pretty certain its the Shape FX causing it. I was trying to script it on / off when switching presets as I thought my preset buttons were Momentary, but they weren't so that's gone out the window! Was thinking a timer perhaps?

  • How to Mix Two Samplers like Two VCO OSCs

    15
    0 Votes
    15 Posts
    736 Views
    LindonL

    @Tania-Ghosh said in How to Mix Two Samplers like Two VCO OSCs:

    @Lindon How can I convert it to log ? From API I have found Math.log(var value)

    SimpleGain1.setAttribute(SimpleGain1.Gain,Math.log(1-value)); SimpleGain2.setAttribute(SimpleGain2.Gain,Math.log(value));

    Something like this??

    Somethingn like that yes - try using

    Console.print() to see what values you are getting - and then adjust to suit your requirements.

  • iPad Build

    4
    0 Votes
    4 Posts
    332 Views
    A

    @Christoph-Hart said in iPad Build:

    Oh, I haven't build iOS for a long time :)

    The library that powers SNEX (asmjit, a x86 assembly code generator) does not support ARM (also Apple prevents the execution of JIT compiled code on iOS anyway), so I need to make sure it's excluded from compilation if you try to export to iOS.

    Is this supposed to function in Scriptnode 2020-08-20? I got an issue with ARM, like so:

    Screen Shot 2021-01-11 at 00.10.16.png

    In the details you can see:

    Screen Shot 2021-01-11 at 00.28.17.png

    And the folder /arm/armoperand.h is nowhere to be found on my system nor in the latest scriptnode in git:

    Screen Shot 2021-01-11 at 00.27.41.png

    Beside /core/, supposedly we should find the /arm/ folder. Is there a fix? Iยดm trying to export to an iPad Air (1st gen).

  • Separated Right & Left Channels Process

    5
    0 Votes
    5 Posts
    353 Views
    ?

    @Christoph-Hart Very cool Thanks!

    I don't use scriptnode. So when I try Routing matrix example like described above, there shouldn't be any crashes (because of some non-connected slots of Routing matrix) in Daw, right?

    Or is it possible with Script FX (not Scriptnode)?

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • My first attempt at FX plugins - OT FUNimator :)

    7
    5 Votes
    7 Posts
    878 Views
    A

    Very nice indeed!

  • Dynamic FX and UI approach...

    1
    0 Votes
    1 Posts
    157 Views
    No one has replied
  • labelle. Set ("text" , "123") ;

    4
    0 Votes
    4 Posts
    276 Views
    David HealeyD

    @Christoph-Hart Haha I hadn't clicked it until now ๐Ÿ˜ฑ

  • ORCHESTOOLS | PART - rompler module

    1
    1 Votes
    1 Posts
    187 Views
    No one has replied
  • How to create a curved arc'd slider with panels?

    13
    0 Votes
    13 Posts
    2k Views
    ulrikU

    @LeeC I'm glad I could help ๐Ÿ˜€

  • Getting sample rate of the daw

    3
    0 Votes
    3 Posts
    266 Views
    FortuneF

    @ustk Thank you very much ๐Ÿ™

  • This topic is deleted!

    3
    0 Votes
    3 Posts
    28 Views
  • Displaying notification from my server via API

    3
    0 Votes
    3 Posts
    306 Views
    gorangroovesG

    @Christoph-Hart Thank you so much! I can't believe that I actually made it work just by following your advice :) Seems like I am beginning to understand things. Thank you so much ๐Ÿคœ ๐Ÿค›

  • An update of the first instrument i've built with HISE - a year later

    7
    8 Votes
    7 Posts
    1k Views
    musictopM

    @nesta99 Thank you! :)

  • Display User Preset name with Label but without Knob

    23
    0 Votes
    23 Posts
    2k Views
    ?

    @Tania-Ghosh Ptbn.gif

  • Notarization help

    2
    0 Votes
    2 Posts
    168 Views
    David HealeyD

    @yall There is no alternative for notarization, you need an Apple developer account.

    https://forum.hise.audio/topic/3247/notarisation-for-dummies

  • Horizontal Filmstrip VU meter

    16
    0 Votes
    16 Posts
    810 Views
    ?

    @Lindon @ustk Thank you so much guys. That really really helped me a lot. You saved my day.

    Thank you again!

  • Codesigning and Noterizing --- enter at your own risk....

    44
    0 Votes
    44 Posts
    7k Views
    David HealeyD

    @nesta99 Maybe your DAW will only let you use notarized plugins.

  • AU Fx Plugin Makes Logic Goes Mute?!!!

    7
    0 Votes
    7 Posts
    551 Views
    NatanN

    @Christoph-Hart
    I Guess This HQ Button Conflicts With Something Else In My Plugin.

    Just Exported A Simple FX, And It Works.
    @DanH Let Me Investigate More

    Content.makeFrontInterface(300, 300) const var HQButton = Content.getComponent("HQButton"); inline function onHQButtonControl(component, value) { if(value) Engine.setMinimumSampleRate(100000); else Engine.setMinimumSampleRate(40000); }; Content.getComponent("HQButton").setControlCallback(onHQButtonControl);
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied

16

Online

2.2k

Users

13.5k

Topics

117.8k

Posts