• OwnedArray leak

    4
    0 Votes
    4 Posts
    244 Views
    Christoph HartC

    There's also a cyclic reference checker which might fire if you do something weird in the script.

  • How to create Detune Unison Effect plugin

    1
    0 Votes
    1 Posts
    127 Views
    No one has replied
  • Pitchwheel & Modwheel graphics &linking.

    19
    0 Votes
    19 Posts
    2k Views
    NatanN

    @d-healey said in Pitchwheel & Modwheel graphics &linking.:

    pnlPitch.setValue(8192);

    Excellent :folded_hands: That did the Job

  • Upload file. Server api

    5
    0 Votes
    5 Posts
    225 Views
    hisefiloH

    @d-healey maybe adding a Base64 to the json: https://www.youtube.com/watch?v=S7bwkys6D0E

  • Root Key Errors Sample Import

    2
    0 Votes
    2 Posts
    133 Views
    d.healeyD

    Always use MIDI note numbers instead of letters. Different software uses different systems for letters + octave but MIDI notes are always the same.

    For example some software will have C4 as middle C, others will use C3, but MIDI note 60 will always be middle C.

  • Complete Beginner help. Where to begin?

    4
    1 Votes
    4 Posts
    173 Views
    MikeBM

    @Heizen78 Welcome to the club :-)
    It's best to start with the early works of David on his channel.
    They are all good and very helpful.

  • Shader vs paint routine performance

    18
    0 Votes
    18 Posts
    749 Views
    Christoph HartC

    But FASTER!!!

  • Livestream Tomorrow

    16
    6 Votes
    16 Posts
    487 Views
    ulrikU

    @d-healey I missed it but I will check it out, thanks!

  • This topic is deleted!

    2
    1 Votes
    2 Posts
    35 Views
  • Mac Specifications

    10
    0 Votes
    10 Posts
    592 Views
    d.healeyD

    @ustk said in Mac Specifications:

    I definitely should use a VM instead of a too annoying dual boot...

    I was triple booting my previous Mac Mini but the new one only has a tiny unchangable ssd (128GB!) so I decided to go for bootcamp for Windows on an external drive and a virtual machine for GNU/Linux. But I think I'm going to move Windows into a VM too because it's a hassle to reboot the Mac and hold down ALT and hope that it decides to let me switch to Windows.

  • 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
    109 Views
    DanHD

    @d-healey ah got you, thanks

  • Setting up Bands in Parameteric EQ

    2
    0 Votes
    2 Posts
    177 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
    363 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
    141 Views
    NatanN

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

  • Much More Tests

    7
    2 Votes
    7 Posts
    272 Views
    NatanN

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

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

    3
    0 Votes
    3 Posts
    169 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
    426 Views
    DabDabD

    @Tania-Ghosh OOOPS!!

19

Online

1.7k

Users

11.6k

Topics

101.4k

Posts