• Behavior of the HISE filter envelope

    12
    0 Votes
    12 Posts
    718 Views
    LindonL

    @Oli-Ullmann yes that does seem to work.... its all very strange in there....

  • Value Pop-up - hover

    5
    0 Votes
    5 Posts
    169 Views
    d.healeyD

    @paper_lung

    drawPopupMenuItem?

    That's only for popupMenus. You need to draw in the slider's LAF.

  • Label - display parameters & display on hover

    12
    0 Votes
    12 Posts
    527 Views
    A

    @paper_lung yes it's the LAF/paint routine

  • creating a multiband gui

    18
    1 Votes
    18 Posts
    1k Views
    M

    @DanH then, I will make vst available in an independent application by bringing it to the daw constructor, as soon as I learn c++ 😜

  • Integrating A.I. in a plugin

    3
    0 Votes
    3 Posts
    338 Views
    M

    @d-healey Yes! Thank you! πŸ™‚

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    33 Views
    No one has replied
  • compilation problem

    5
    0 Votes
    5 Posts
    262 Views
    d.healeyD

    @yall said in compilation problem:

    I had around 120 xml backups

    I doubt that was the cause of the issue but you should really use git to manage multiple versions of your xml. I only use 1 xml per project. For smaller test patches I use hip files.

  • itemColour1 undefined

    9
    0 Votes
    9 Posts
    461 Views
    Christoph HartC

    So, if I understand correctly, the colors for combo boxes were set in the actual combo boxes without the LAF

    I just reread your exampe and noticed you were using the popup menu LAF functions. The popup menu is not part of the combobox component, so there are no colours in the obj parameter.

    A good practice for anything regarding LAF customization is to always use Console.print(trace(obj)) as first line of the function, then you'll see everything you can work with.

  • VU meter not working on compiled FX plugin

    7
    0 Votes
    7 Posts
    555 Views
    gorangroovesG

    @rzrsharpeprod
    I wonder if it is the same bug I reported here:

    Link Preview Image 'getSourceGainValue' not working in compiled app

    I have 2 types of meters. The 1st uses 'getCurrentLevel()' to get the value of ChildSynths. The 2nd uses 'getSourceGainValue()' to get the value of the synth...

    favicon

    Forum (forum.hise.audio)

    @Christoph-Hart Can you please have a look at this issue as well? πŸ™

  • delay problem 2

    4
    0 Votes
    4 Posts
    230 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
    301 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
    109 Views
    No one has replied
  • Exporting for Linux

    3
    0 Votes
    3 Posts
    348 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
    474 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
    386 Views
    0

    Both worked Well πŸ‘Œ

  • [feature request] Sample fade out attribute

    4
    0 Votes
    4 Posts
    189 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
    135 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
    205 Views
    L

    @yall

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

    3
    0 Votes
    3 Posts
    139 Views
    ?

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

  • Scriptnode Filter Types

    4
    0 Votes
    4 Posts
    201 Views

23

Online

1.8k

Users

12.1k

Topics

105.4k

Posts