• Custom Compressor module in Scriptnode

    20
    0 Votes
    20 Posts
    758 Views
    Dan KorneffD

    @Fortune The source code is exactly the same for those 2 modules

  • Changing Arp settings with buttons ?

    3
    0 Votes
    3 Posts
    209 Views
    DalartD

    @Lindon I see, thanks a bunch.

  • How does this Legato work

    2
    0 Votes
    2 Posts
    158 Views
    d.healeyD

    @GUJIAN That's a big question. Why are you using that script instead of the built in legato?

  • Fall down in Peak Meter

    4
    0 Votes
    4 Posts
    228 Views
    ustkU

    @Tania-Ghosh you can't make a peak meter with just a timer.
    A timer checks the signal (in fact a hise peak meter) every 30ms for instance, which means every 1440 samples at 48khz. Even if the measured signal is already smoothed out or dampened in the Hise meters, you'll miss a lot of information in between. Think if the peak happened between 2 measures, the meter you are measuring is already falling, giving you nothing about the peak that caused it to raise.
    I have never made a peak meter myself, but I'm pretty sure you need to directly analyse every samples to be sure you detect the culprit. Then displaying it is another matter.

    EDIT: I forgot to mention that a peak can actually lie between two samples up to 3db above!
    Wich makes a sample peak detection not yet a true peak detector... (this is partly why I'd like to be able to pass in arrays between interface and SNEX / Scriptnode graphs in both directions)

  • Simple Low Mid High EQ with FilterDisplay FloatingTile

    1
    0 Votes
    1 Posts
    94 Views
    No one has replied
  • Question about symbolicated crash reports

    1
    0 Votes
    1 Posts
    63 Views
    No one has replied
  • Is there a way to change the ScaleFactorList value via code?

    8
    0 Votes
    8 Posts
    339 Views
    L

    Shame that there's no way to access the Scalefactor attribute within the floating tile ☹

  • 2 scriptnode questions...

    3
    0 Votes
    3 Posts
    124 Views
    Christoph HartC

    This is currently under construction, but if it's ready it will of course be embedded into the plugin like any other audio file resource (and if you don't use an external slot, it will embed the audio data directly into the code).

    The gain operates on the incoming signal so you need to split the signal and move the gain and file player in a separate split child.

  • How to create own SAW Osc or Single Cycle waveform

    16
    0 Votes
    16 Posts
    398 Views
    Tania GhoshT

    @Rudra-Ghosh Great.. thanks ! :)

  • Export issue with Wavesfactory Strip Generator

    4
    0 Votes
    4 Posts
    354 Views
    J

    I thought I had 128 frames but the export started at frame 0 so 'ive 129 frames. Noob error, problem solved. Thanks

  • Minimum height for a virtual instrument

    4
    1 Votes
    4 Posts
    158 Views
    LindonL

    @Dalart said in Minimum height for a virtual instrument:

    I never noticed or even seen this before, where does it show this ?

    if you create an instrument that uses samples, and you set the UI height less than 500 pixels, when the end user comes to install the samples the sample install dialog does not show correctly...

  • ch1 samples in AppData

    5
    0 Votes
    5 Posts
    254 Views
    A

    @d-healey ahh i mean that i can't use Loop Player :D

  • Noise when switching presets

    6
    0 Votes
    6 Posts
    199 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
    317 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
    191 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
    206 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
    333 Views
    A

    Very nice indeed!

  • Dynamic FX and UI approach...

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

    4
    0 Votes
    4 Posts
    181 Views
    d.healeyD

    @Christoph-Hart Haha I hadn't clicked it until now 😱

27

Online

2.0k

Users

11.0k

Topics

95.7k

Posts