• Changing the start point of the samples on reverse playback mode by code

    35
    0 Votes
    35 Posts
    1k Views
    DabDabD

    @Lindon Got the solution from @ulrik
    **ULRIK** is Superb

  • New Layout - get back to script content editor!

    3
    0 Votes
    3 Posts
    124 Views
    DanHD

    @d-healey ah got you, thanks

  • Setting up Bands in Parameteric EQ

    2
    0 Votes
    2 Posts
    190 Views
    d.healeyD

    I don't see anything in the API that could do this.

  • Expansions / Windows

    28
    0 Votes
    28 Posts
    1k Views
    DanHD

    @d-healey yes I get you, I had to do this to make it work though:

    const var Table1 = Content.getComponent("Table1"); const var LFOModulator1 = Synth.getModulator("LFOModulator1"); const var Table1Random = Synth.getTableProcessor("LFOModulator1"); inline function onRANDOMControl(component, value) { //local Table1 = LFOModulator1.asTableProcessor(); Table1Random.reset(0); Table1Random.setTablePoint(1, 1, 1, Math.random(), 0); Table1Random.setTablePoint(1, 0, 5, Math.random(), 0); Table1Random.addTablePoint(2, Math.random(), Math.random()); Table1Random.addTablePoint(2, Math.random(), Math.random()); Table1Random.addTablePoint(2, Math.random(), Math.random()); Table1Random.addTablePoint(2, Math.random(), Math.random()); Table1Random.addTablePoint(2, Math.random(), Math.random()); }; Content.getComponent("RANDOM").setControlCallback(onRANDOMControl);
  • The MIDI Player does not work when the plugin window is closed

    5
    1 Votes
    5 Posts
    422 Views
    NatanN

    @d-healey Thank you sir, Yes, you Right
    I managed to Solve The Issue :)
    I Moved The play/stop Command to the Other script. and this solved the issue.

    But Came up with another issue :) LOL
    will Post a Snippet after Getting my launch :)

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • Sliderpack & Lfo Modulator! Can't set min/max

    3
    0 Votes
    3 Posts
    164 Views
    NatanN

    @d-healey Ah thanks a lot Sir David :) :folded_hands:

  • Much More Tests

    7
    2 Votes
    7 Posts
    333 Views
    NatanN

    @d-healey 🤣🤣🤣 This is what it is 😅

  • Connecting 2 Audio Loop Player to 1 Audio Waveform,Possible?

    3
    0 Votes
    3 Posts
    193 Views
    NatanN

    @Christoph-Hart Christoph, is therr any chance to achieve This, by scripting?
    I really need this 😭

  • How to make simple Downloader with HISE

    10
    0 Votes
    10 Posts
    651 Views
    DabDabD

    @Tania-Ghosh OOOPS!!

  • Shape FX in Scriptnode

    8
    0 Votes
    8 Posts
    525 Views
    ?

    @Christoph-Hart said in Shape FX in Scriptnode:

    I'm currently writing nodes that accept simple one liners as stateless expression which can be used to implement custom wave shaping functions.

    What you're looking for is the formula used in the hise::Saturator class, which is basically this:

    Waveshaper — Musicdsp.org documentation

    favicon

    (www.musicdsp.org)

    So the expression module in scriptnode is only for one-liners. How do you go about asymmetrical waveshapers when using scriptnode?

  • LFO Sync Speeds - make slower

    53
    0 Votes
    53 Posts
    4k Views
    NatanN

    @DanH Dan, I found the issue here
    This is becuase of The Length of Arpeggiator,
    once it goes from 64 to 128, The length need to Be divided too, Or Arp wont Pick the Whole notes.

  • Sorry but what GitHub repo should I be using

    6
    0 Votes
    6 Posts
    295 Views
    d.healeyD

    @ospfeigrp Yeah it's in there, not sure how it compares to the new_layout or develop branches though - build them all and see for yourself :)

    also what version of Xcode will master build on Big Sur

    Nobody seems to know - https://forum.hise.audio/topic/4425/develop-branch-build-status/182

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • simple question

    2
    0 Votes
    2 Posts
    99 Views
    d.healeyD

    @yall Show the code that is causing the error or make a simple snippet.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    10 Views
    No one has replied
  • 1/128 for Arpeggiator?

    5
    0 Votes
    5 Posts
    213 Views
    NatanN

    @DanH Thank you Dan, I Was in this thread :folded_hands: But no idea how to add the 128 256 or faster Speeds!!
    Any idea?

    Edit:
    I'm on the master branch, and the Lines you mentioned are Not Available.
    It is for develop and Up Versions :/

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Scriptnode LFO shape

    37
    0 Votes
    37 Posts
    2k Views
    d.healeyD

    @crd Cutting out the high-end from the noise osc. I'm not sure it makes much difference but it was in an example Christoph gave me so I left it.

  • Specific Installation Path on Windows

    9
    0 Votes
    9 Posts
    660 Views
    Matt_SFM

    @d-healey Hehe I saw it coming but now I know 😁
    Thanks for your help David !

12

Online

1.9k

Users

12.5k

Topics

108.8k

Posts