• How to do rounded corners in sliders

    8
    0 Votes
    8 Posts
    469 Views
    0

    @0x7887 Omg! Thank you ❤❤❤❤

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

    7
    0 Votes
    7 Posts
    828 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
    252 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.

    https://rnbo.cycling74.com/learn/sync-in-rnbo

  • Custom Envelope Graph

    3
    0 Votes
    3 Posts
    303 Views
    Oli UllmannO

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

  • Global Cables in Compiled Nodes....

    1
    3 Votes
    1 Posts
    146 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
    378 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
    728 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
    397 Views
    W

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

  • loading multiple fonts

    Solved
    6
    0 Votes
    6 Posts
    450 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
    1k Views
    d.healeyD

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

  • arp unsync?

    8
    0 Votes
    8 Posts
    495 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
    394 Views
    0

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

  • Creating effect plugin

    7
    0 Votes
    7 Posts
    2k Views
    S

    @bendurso 👍

  • Content Type

    5
    0 Votes
    5 Posts
    277 Views
    S

    @d-healey said in Content Type:

    @Sampletekk Slider pack

    👍

  • How to center align the PresetBrowserDialog field?

    2
    1 Votes
    2 Posts
    205 Views
    d.healeyD

    @Straticah I don't think it's possible without editing the HISE source code.

  • Any build possible with Sonoma?

    2
    0 Votes
    2 Posts
    303 Views
    D

    @AndreD Running Sonoma here and here's what works:

    Building HISE itself is fine for me with Xcode 15 Building my projects does not work for me with Xc15, but does work with Xc14. I keep both on hand.

    So overall Sonoma seems workable to me as long as you have Xc14 around.

  • Happy Holidays

    17
    8 Votes
    17 Posts
    3k Views
    BrianB

    Merry Christmas from wintery Canada 🙏🏽😎🎉

  • Fast / Safe Scriptnode Usage

    12
    0 Votes
    12 Posts
    477 Views
    Christoph HartC

    @iamlamprey try it and find out :)

    Spoiler alert: Folded is an attribute :)

  • Export Samples for Installer - hanging at Compressing 100%

    Unsolved
    18
    1 Votes
    18 Posts
    2k Views
    A

    @d-healey Freezes at the same spot

    f7fc83d6-ebb5-4179-828f-87c89d075e96-image.png

    This is the same console output I get when attempting to export from HISE.

26

Online

2.0k

Users

12.8k

Topics

111.0k

Posts