• Panel MIDI Learn

    2
    0 Votes
    2 Posts
    730 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
    8k 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
    875 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
    806 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
    703 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
    933 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
    1k Views
    d.healeyD

    Thank you!

  • Dynamic DSP Libraries

    22
    0 Votes
    22 Posts
    7k 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
    741 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
    928 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.

  • Creating a 14-way sample/voice crossfader, how would you approach it?

    8
    0 Votes
    8 Posts
    2k Views
    Christoph HartC

    Well, they are using the order for the channel routing so a leading zero might things clear up. Apart from that the mapping seems fine.

    Also I would recommend using 7 stereo files instead of 14 mono files. It decreases the loading times and improves the streaming performance because HLAC stores stereo samples with alternating blocks of 4096 samples so it has not to jump around the files (and I can imagine that streaming could become the bottleneck here considering the amount of channels).

  • reverse sample playback?

    13
    0 Votes
    13 Posts
    4k Views
    D

    Fantastic!!!!!! Many thanks Christoph

  • Manual enlarging for retina?

    4
    0 Votes
    4 Posts
    1k Views
    Christoph HartC

    You can now call Content.setUseHighResolutionForPanels(true) and resize the script interface to 200%.

  • the createHeadSprite script reveals some problems with GUI scripting

    17
    0 Votes
    17 Posts
    4k Views
    E

    I tried doing "enableMidiLearn": "true" (with and without quotes on true) in the json but it didn't allow the continuous knob to be midi learnable, maybe because I don't have a right click callback setup? I wouldn't know how to set that up for midi learn.

  • HISE's Preset System

    8
    0 Votes
    8 Posts
    2k Views
    D

    Is that for changing colour as well as the remapping I asked about in the message before?

  • Laggy HISE using standalone

    4
    0 Votes
    4 Posts
    1k Views
    D

    OK tried on a third system now and same problem. The only thing they have in common is that they all use a 4K monitor as either the main display, or one of a few (although changing resolution had no effect on the problem)

    All have different CPU, graphics card, motherboard, screen, audio interface etc - but all on Windows 10

  • HISE x64 doesn't seem to get tempo from DAW

    3
    0 Votes
    3 Posts
    1k Views
    D

    Awesome, thanks

30

Online

2.0k

Users

12.8k

Topics

110.8k

Posts