• Dynamic EQ Yet?

    19
    0 Votes
    19 Posts
    748 Views
    ?

    @UrsBollhalder It was pretty fast, I used about 10 mins of samples, which I left running overnight so about 12-14 hours total for a relatively accurate resynthesis.

    I think the 16k samplerate is for the actual training, once you start going to 44.1 or something higher like 96k the training would take a lot longer...

    Probably the same thing for mono vs stereo (half the channels = half the time)

  • A new SampleEngine is here

    17
    2 Votes
    17 Posts
    672 Views
    orangeO

    I think in 2021, releasing a "New sampler" software sounds pretty "Outdated". Because this same technology has been used for ages. For me new fastfood brand to be listed under Burger King and Mc Donald's.

    It would be a much much more better idea to make a no-sample engine like Audio Modeling company did. And that would be an evolutionary change for the whole World.. .

  • Math.expr node, logic in scriptnode?

    1
    0 Votes
    1 Posts
    167 Views
    No one has replied
  • Mac Compilation

    18
    0 Votes
    18 Posts
    728 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
    516 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
    380 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
    164 Views
    No one has replied
  • Upload file. Server api

    5
    0 Votes
    5 Posts
    287 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
    190 Views
    David 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
    249 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
    1k Views
    Christoph HartC

    But FASTER!!!

  • Livestream Tomorrow

    16
    6 Votes
    16 Posts
    598 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
    1k Views
    David 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
    2k Views
    DabDabD

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

  • New Layout - get back to script content editor!

    3
    0 Votes
    3 Posts
    154 Views
    DanHD

    @d-healey ah got you, thanks

  • Setting up Bands in Parameteric EQ

    2
    0 Votes
    2 Posts
    204 Views
    David HealeyD

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

  • Expansions / Windows

    28
    0 Votes
    28 Posts
    3k 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
    644 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

11

Online

2.1k

Users

13.1k

Topics

113.3k

Posts