• delay problem 2

    4
    0 Votes
    4 Posts
    221 Views
    LindonL

    @yall said in delay problem 2:

    @Lindon
    I just took the delay basic from scriptnode and on another project the delay module from hise. I don't have any concrete plans. I just tested by exporting with 3 knobs to control the delay. nothing crazy but I see it’s a mess

    perhaps post a snippet =- and the network xml?

  • Modulation display / indicator

    5
    0 Votes
    5 Posts
    293 Views
    Oli UllmannO

    @d-healey
    Thanks to you. Yes, that's right, that's not what I want to implement.

  • Loris.createEnvelopes()

    1
    0 Votes
    1 Posts
    107 Views
    No one has replied
  • Exporting for Linux

    3
    0 Votes
    3 Posts
    311 Views
    H

    @d-healey JUCE 7 only added official support for LV2. CLAP support is not yet official. They also have yet to add any support for Wayland, which will become a problem soon - Linux DAWs are starting to consider Wayland support, as evidenced by PreSonus' beta release. VST3 GUIs straight up do not show up as of right now.

  • Phaser Effect Modulation possible inside a send container?

    11
    0 Votes
    11 Posts
    470 Views
    Christoph HartC

    @RastaChess said in Phaser Effect Modulation possible inside a send container?:

    degrade, the limiter

    Yeah, they are gone for good. They sounded awful, the parameters didn't work and there are better alternatives in scriptnode.

    polyshape.

    This is still available, but the send container doesn't have any polyphonic effects (it's not polyphonic) so

  • Label Follow Knob/Slider

    5
    0 Votes
    5 Posts
    367 Views
    0

    Both worked Well 👌

  • [feature request] Sample fade out attribute

    4
    0 Votes
    4 Posts
    175 Views
    d.healeyD

    @aaronventure SoX is faster as it doesn't have to re-encode the audio. I'm also more familiar with using it than I am with ffmpeg and found I could fine tune the trimming and fading more easily - I don't think that's a limitation of ffmeg though, just my knowledge.

  • Randomise reverse?

    2
    0 Votes
    2 Posts
    129 Views
    Oli UllmannO

    @paper_lung
    You could use the Math.random() function as a basis. And then you could, for example, play backwards for values below 0.5 and forwards for values above 0.5. But that's just an idea. I'm not sitting in front of the computer right now.

  • show bpm

    3
    0 Votes
    3 Posts
    181 Views
    L

    @yall

    function onNoteOn() { var bpm_host = Engine.getHostBpm(); }
  • loading large scriptnode networks taking several minutes

    3
    0 Votes
    3 Posts
    133 Views
    ?

    @Christoph-Hart can't believe i left showclones on... thanks for the tips!

  • Scriptnode Filter Types

    4
    0 Votes
    4 Posts
    196 Views
  • Expansions - distributing samples

    7
    0 Votes
    7 Posts
    236 Views
    P

    @d-healey thanks, yeah I’ve been following this and it’s been really helpful. Just stuck with distributing the samples, but I’ll have a look at that link, thanks!

  • its possible to copy a panel with everything inside?

    3
    0 Votes
    3 Posts
    224 Views
    LindonL

    @WepaAudio or just Ctrl-D on the selected Panel...

  • Stereo effects plugin summing to mono in FL studio

    38
    0 Votes
    38 Posts
    2k Views
    d.healeyD

    Aha I finally got it to work, Christoph was right, the force stereo output option must be enabled to get mono -> stereo!

    However I notice that stock AU plugins show both mono -> mono and mono -> stereo under a single plugin, so this is what we should be aiming for, there shouldn't be a requirement to create two separate plugins.

    This appears to be the solution https://forum.juce.com/t/how-to-enable-mono-stereo-option-for-plug-in-within-logic/41545/2

    @Christoph-Hart What do you think?

  • Velocity Randomization with percentage

    3
    0 Votes
    3 Posts
    250 Views
    0

    @d-healey said in Velocity Randomization with percentage:

    mySampler.noteOn(Message.getNoteNumber(), Message.getVelocity());

    I just noticed this error

    Also tell ChatGPT to use local variables not var

    well do next time 👅

  • How to do rounded corners in sliders

    8
    0 Votes
    8 Posts
    317 Views
    0

    @0x7887 Omg! Thank you ❤❤❤❤

  • Cubase 13 Stuck in "Loading Channel: Stereo In"

    7
    0 Votes
    7 Posts
    740 Views
    bendursoB

    @Dan-Korneff I know I probably did it wrong.. I used the sln file to open the project in Visual Studio, then opened Cubase with my plugin, and then attached the Cubase process to Visual Studio.

    However, the DAW project only has problems opening when the linking button is active. I can open the DAW normally with the plugin if the link button is inactive.

    I have a lot of linked knobs like these:

    const var btnLinkLayerFX = Content.getComponent("btnLinkLayerFX"); inline function onknbSaturation1Control(component, value) { Saturator1.setAttribute(Saturator1.PreGain, value); if (btnLinkLayerFX.getValue()) { knbSaturation2.setValue(value); knbSaturation2.changed(); } }; Content.getComponent("knbSaturation1").setControlCallback(onknbSaturation1Control); inline function onknbSaturation2Control(component, value) { Saturator2.setAttribute(Saturator2.PreGain, value); if (btnLinkLayerFX.getValue()) { knbSaturation1.setValue(value); knbSaturation1.changed(); } }; Content.getComponent("knbSaturation2").setControlCallback(onknbSaturation2Control);

    Is there a better way of linking knobs to avoid problems?

  • How to RNBO to Tempo Sync with Hise ScriptFX

    2
    0 Votes
    2 Posts
    237 Views
    HISEnbergH

    I don't think this is possible in HISE, maybe through linking a tempos.sync node via global cable to your RNBO module it could be done. However, RNBO provides tempo sync support which will synchronize to the host transport, which might require you to edit the RNBO patch.

    Link Preview Image Transports and Synchronization

    There are several ways to sync your RNBO patcher both inside Max and to sync it to the external world, here we cover it in-depth.

    favicon

    (rnbo.cycling74.com)

  • Custom Envelope Graph

    3
    0 Votes
    3 Posts
    283 Views
    Oli UllmannO

    @d-healey
    This is great! Thank you Sir!

  • Global Cables in Compiled Nodes....

    1
    3 Votes
    1 Posts
    127 Views
    No one has replied

32

Online

1.7k

Users

11.8k

Topics

102.8k

Posts