• no mono/poly filters in hise 2.0 global audio fx ???

    13
    0 Votes
    13 Posts
    1k Views
    d.healeyD

    Possible to have a stereo harmonic filter for containers?

  • Scaling the floating tile preset browser ?

    26
    0 Votes
    26 Posts
    2k Views
    ustkU

    No worries David!
    Thanks, I'm going to have a look right now...

  • Hover color on a vector graphic

    3
    0 Votes
    3 Posts
    398 Views
    orangeO

    @ustk Thank you :) It works good ;)

  • Woocommerce License Manager

    16
    0 Votes
    16 Posts
    1k Views
    ossian1961O

    @Christoph-Hart It's like to see a fusion between the fisherman and the mermaid in the Frederic Leighton's painting :P 493px-Leighton-The_Fisherman_and_the_Syren-c._1856-1858.jpg

  • Creating 1 second silence when the program first opens

    1
    0 Votes
    1 Posts
    246 Views
    No one has replied
  • HISE shop with fees for Christoph

    10
    1 Votes
    10 Posts
    1k Views
    ossian1961O

    @d-healey said in HISE shop with fees for Christoph:

    @ossian1961 Just had a look at the Tracktion website. The licensing system they show is a bit misleading. Nowhere on that page does it mention that Tracktion can be used under the terms of the GPL license, you have to go to the github link to find it.

    I see it now :)

  • How do I... copy a widget between projects

    7
    0 Votes
    7 Posts
    544 Views
    LindonL

    @d-healey sounds gnarly - but I will give it a try - I'm really surprised no one has asked for this before...so it would be really really nice if we could use the JSON to do this....☺

  • Performance comparison Kontakt 5.8 vs HISE

    8
    4 Votes
    8 Posts
    917 Views
    Christoph HartC

    If you don't defer a script, then the Engine.getUptime() is sample accurate down to +-8 samples because in its default setting which can be changed by the macro HISE_EVENT_RASTER, HISE rounds every sample position for events (notes and timers) to 8 samples to apply SSE optimizations and downsample the modulation control rate. This introduces a "jitter" of 90 nanoseconds at 44kHz, so it should be neglible.

    If you defer a script, the Engine.getUptime() function will return the exact value that the audio thread is currently using, which can be any value in the future because you don't know exactly when the deferred callback is executed, and in the case of offline rendering this can have drastic effects.

    So bottom line, whenever you need "musical" timing, don't defer the script. This function is rather for stuff like "update a button on the GUI if you press a note" type of applications.

  • Persistence values - still cant get this to work

    21
    0 Votes
    21 Posts
    2k Views
    ossian1961O

    @Christoph-Hart said in Persistence values - still cant get this to work:

    But what exactly is the hiccup we‘re talking about here? As soon as you set properties with a script, you obviously can‘t change it on the interface designer anymore because it would get overwritten each time you recompile the script.

    If you want to batch process widgets once via script but then keep on editing the properties, wrap the property changes into a function and call it once, then comment it out so you can access them in the interface designer again.

    Christoph I don't saying you souldn't take off the old way, I'm agree with you about creating averything through code writing is better and powerful (I started in that way before the RAD Ides), but why we need, so, to get a widgets palete? I thought it's no useful (it's only my personal opinion, don't take it as a request or a criticism) ;)

  • Persistence of widgets - problem

    10
    0 Votes
    10 Posts
    545 Views
    LindonL

    @d-healey Thanks Dave.... in the meantime I will just have to get over myself... and try convince my customers that they wont really need authorisation (they already love the audio file protection in HISE)... I will create a post in the "Feature request" section...

  • Number entry - perhaps "Missing Widgets" again

    15
    0 Votes
    15 Posts
    637 Views
    LindonL

    So for those not needing the nice arrow buttons and happy enough with just getting a number field sorted this code works fine:

    function onControl(myControl, myValue) { if (myControl == yourNumberLabel){ var myres = parseInt(myValue, 10); yourNumberLabel.set("text",myres); }; };
  • Pseudo stereo effect

    7
    0 Votes
    7 Posts
    593 Views
    resonantR

    We can share our snippets in the Presets/Snippets section in order to help each other guys!

  • This topic is deleted!

    6
    1 Votes
    6 Posts
    62 Views
  • defining Preset Save/Load directory

    17
    0 Votes
    17 Posts
    1k Views
    LindonL

    strange - I'm using the default settings and they are showing up now.

  • Controlling Script FX elements in interface

    5
    0 Votes
    5 Posts
    354 Views
    orangeO

    @Christoph-Hart Ahhaha, not like that much :)

  • BAD BAD BAD HISE!

    52
    0 Votes
    52 Posts
    4k Views
    LindonL

    -- just shut eveything down and restarted and loaded the hip all seems to work - thanks to both of you for the help.

  • new XMLHttpRequest is not supported anymore.

    9
    0 Votes
    9 Posts
    768 Views
    ossian1961O

    @Christoph-Hart said in new XMLHttpRequest is not supported anymore.:

    No, I am working on a little secret side project right now :)

    Ok ;)

  • loadFonts is deprecated ???

    7
    0 Votes
    7 Posts
    574 Views
    staiffS

    in the image folder as explained here: http://hise.audio/manual/ScriptPanel.php

    section 1.1.4: fonts.

    OoooooooooooooooooooKayyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy :/

    Images folder + Fonts folder INSIDE images folder. Not directly inside Image folder....

  • Sampler playing speed

    5
    0 Votes
    5 Posts
    372 Views
    d.healeyD

    @ustk We hope so :)

  • Viewport and Floting Tile Preset Browser are not in sync

    4
    0 Votes
    4 Posts
    353 Views
    d.healeyD

    I think you need to manually set the value of the viewport when the preset loads. But I don't think it's possible to do the same for the preset browser. Although I could be way off and there might be a better solution.

41

Online

1.9k

Users

10.8k

Topics

94.5k

Posts