• Exporting for Linux

    3
    0 Votes
    3 Posts
    276 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
    416 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
    334 Views
    0

    Both worked Well 👌

  • [feature request] Sample fade out attribute

    4
    0 Votes
    4 Posts
    159 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
    97 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
    161 Views
    L

    @yall

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

    3
    0 Votes
    3 Posts
    120 Views
    iamlampreyI

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

  • Scriptnode Filter Types

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

    7
    0 Votes
    7 Posts
    214 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
    200 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
    224 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
    277 Views
    0

    @0x7887 Omg! Thank you ❤❤❤❤

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

    7
    0 Votes
    7 Posts
    626 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
    221 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
    238 Views
    Oli UllmannO

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

  • Global Cables in Compiled Nodes....

    1
    3 Votes
    1 Posts
    119 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    9 Views
    No one has replied
  • buton and slider last value

    10
    0 Votes
    10 Posts
    234 Views
    Y

    thank you guys, with this I will be able to adapt to my project

  • Dynamically remapping dynamic layers across velocity.

    10
    1 Votes
    10 Posts
    576 Views
    W

    so I just add this snippet to my script and its working like a charm, how I duplicate this? I need to duplicate the scripts just changing the knob name or there's also another way, thanx, I want to replicate this in 12 channels
    thanx
    im asking because maybe I dont need to duplicate 12 times,

32

Online

1.6k

Users

11.2k

Topics

97.5k

Posts