• VU meter from "six state button" tutorial?

    1
    0 Votes
    1 Posts
    879 Views
    No one has replied
  • 0 Votes
    4 Posts
    2k Views
    M

    yeah if you could put some example code for the output meter using a vu meter filmstrip that would be great ive been pulling out my hair the last two days trying to get it to work lol. as far as the compressor i wish i knew the exact coding process to birng dsp code into hise there are tons of great things at musicdsp.org

  • This topic is deleted!

    4
    0 Votes
    4 Posts
    9 Views
  • getModulator outside of on init

    2
    0 Votes
    2 Posts
    423 Views
    Christoph HartC

    I recently changed this so that you can call this in the onControl callback which is required when you want to create modulators dynamically, so no it shouldn't cause any problems.

    I think you can't do it in the MIDI callbacks though (and it would be pretty stupid to do so), but I'll have to update the API docs.

  • note number modulator export state

    3
    0 Votes
    3 Posts
    527 Views
    d.healeyD

    No rush, I'm only using it as a sub-modulator and restoring the parent modulator restores the note number modulator correctly

  • Example of themed GUI

    15
    4 Votes
    15 Posts
    3k Views
    Christoph HartC

    I also had this idea in mind (that's precisely what the company URL field in the User Settings dialogue is for). I think the best way for this is adding an About page floating tile, which also shows the registered e-mail address of the user along with some other useful information.

  • Visibility and CPU

    11
    0 Votes
    11 Posts
    2k Views
    d.healeyD

    Yeah that makes sense, duly noted!

  • Example of how to control modulator intensity

    6
    1 Votes
    6 Posts
    1k Views
    d.healeyD

    *facepalm ;)

  • Panel MIDI Learn

    2
    0 Votes
    2 Posts
    533 Views
    Christoph HartC

    CCs that are assigned will not be passed to the engine in order to avoid side effects, but the onControl callback should be executed (so you need to call repaint() from there).

  • Graphics Functions

    30
    0 Votes
    30 Posts
    6k Views
    d.healeyD

    That's a good idea, and it will offer a working example too. I shall do it that way.

  • getValueNormalized

    3
    0 Votes
    3 Posts
    650 Views
    d.healeyD

    I see, I thought it wasn't there because it's not showing up in my API list

    0_1503830264859_Capture.PNG

  • Using a loop in onControl

    5
    0 Votes
    5 Posts
    1k Views
    d.healeyD

    Thanks Christoph, mystery solved :)

  • Combining Two Sounds and Removing Phasing....

    2
    0 Votes
    2 Posts
    611 Views
    Christoph HartC

    Yes, this is possible, but highly complex and subject of many proprietary algorithms. The problem is to resynthesise the samples without loosing the sonic quality.

  • Breaking change: Remove unqualified definitions & new operator

    2
    1 Votes
    2 Posts
    489 Views
    Christoph HartC

    OK, I admit the for loop thing was one bit too much, so I reverted this :)

    You can still use the standard for(i = 0... syntax...

  • Delete object item

    3
    0 Votes
    3 Posts
    690 Views
    d.healeyD

    Good idea. I sometimes make use of undefined so maybe void would be suitable in those situations.

  • Enums

    7
    0 Votes
    7 Posts
    1k Views
    d.healeyD

    Thank you

  • Reference to self

    6
    0 Votes
    6 Posts
    924 Views
    d.healeyD

    Thank you!

  • Dynamic DSP Libraries

    22
    0 Votes
    22 Posts
    5k Views
    Christoph HartC

    I can't reproduce this crash with the latest versions, and it's impossible to fish in the dark with issues like this (I assume it's still the deadlock, but please hook up the debugger to confirm this).

    I've made some tiny changes that decreases the duration that the locks are held, maybe this fixes something.

  • Slider Pack min/max

    2
    0 Votes
    2 Posts
    543 Views
    Christoph HartC

    Ah yes I think I have hardcoded bipolarity to the SliderPack as soon as you're crossing zero (as I thought that in 99% of all cases this will be symmetric around zero). I'll think of something.

  • Skinning the Parametric EQ

    2
    0 Votes
    2 Posts
    733 Views
    Christoph HartC

    Well the panels you can find in the HISE editor are not supposed to be embedded into a scripting interface. However I could add the frequency plot as script widget which would allow you to build a interface for the EQ around it.

30

Online

1.7k

Users

11.6k

Topics

100.8k

Posts