• Mac Compilation

    18
    0 Votes
    18 Posts
    601 Views
    trillbillyT

    @d-healey Compiled and opened. Still have issues on Windows with the IPP but I dont need it right now anyway. Once IPP was disabled in ProJucer it compiled.

    Thanks again

  • Include (); issues (HELP)

    6
    0 Votes
    6 Posts
    339 Views
    B

    Once I created a new project folder everything worked, don’t quite understand why but I’m happy.

  • OwnedArray leak

    4
    0 Votes
    4 Posts
    256 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
    131 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
    246 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
    154 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
    202 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
    818 Views
    Christoph HartC

    But FASTER!!!

  • Livestream Tomorrow

    16
    6 Votes
    16 Posts
    512 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
    669 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
    119 Views
    DanHD

    @d-healey ah got you, thanks

  • Setting up Bands in Parameteric EQ

    2
    0 Votes
    2 Posts
    183 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
    403 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
    153 Views
    NatanN

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

  • Much More Tests

    7
    2 Votes
    7 Posts
    302 Views
    NatanN

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

13

Online

1.8k

Users

12.0k

Topics

104.1k

Posts