• Scriptnode Filter Types

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

    7
    0 Votes
    7 Posts
    254 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
    231 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
    291 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
    352 Views
    0

    @0x7887 Omg! Thank you ❤❤❤❤

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

    7
    0 Votes
    7 Posts
    803 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
    249 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
    299 Views
    Oli UllmannO

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

  • Global Cables in Compiled Nodes....

    1
    3 Votes
    1 Posts
    140 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
    370 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
    718 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,

  • why there's no pads to insert as is keyboard on HISE?

    3
    0 Votes
    3 Posts
    361 Views
    W

    @alhug Yes sir, this is it, a BIG thank you!

  • loading multiple fonts

    Solved
    6
    0 Votes
    6 Posts
    441 Views
    StraticahS

    @d-healey Inter works perfectly fine :)

    this is the font i am using. I might need to switch to another font then. It seems the problem is in the font files. (only tested with 3 of their fonts)

    still strange that bold works, medium works, but not bold + medium at the same time

  • Style Preset Browser & Dropdown with Look and Feel

    12
    0 Votes
    12 Posts
    901 Views
    d.healeyD

    @Straticah I don't think you can, without editing the HISE source.

  • arp unsync?

    8
    0 Votes
    8 Posts
    489 Views
    Oli UllmannO

    @Straticah
    No, the LFOs do not trigger notes. One LFO opens the amplifier and the other LFO defines the pitch that sounds.

    If you want to trigger notes without Midi-In, you can use "Synth.playNote(NoteNumber, Velocity)". Note that you must also send a Note-Off command. This is then done with "Synth.noteOffByEventId()".

    This allows you to trigger notes via script. David demonstrates this in his video, which is why I posted it. :-)

    If you use this in combination with a timer, I think you can script an arpeggiator / sequencer.

  • How to play a sample when you release a key

    3
    0 Votes
    3 Posts
    337 Views
    0

    @d-healey Works as it should, thank you so much :)

  • Creating effect plugin

    7
    0 Votes
    7 Posts
    1k Views
    S

    @bendurso 👍

  • Content Type

    5
    0 Votes
    5 Posts
    274 Views
    S

    @d-healey said in Content Type:

    @Sampletekk Slider pack

    👍

19

Online

1.9k

Users

12.5k

Topics

108.8k

Posts