• This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Plugin Crashing Abelton:

    Solved
    3
    0 Votes
    3 Posts
    259 Views
    ChazroxC

    again.....

    I dont know what I did but it got fixed.

    lol.

  • Killed voices

    3
    0 Votes
    3 Posts
    263 Views
    ulrikU

    @d-healey That's a pity
    I can understand how important it is to kill voices when changing sample maps but I thought it might be a way to bypass that function for certain tasks, or at least chose which voices to kill or not
    Thanks for answering as always! 👍

  • How to use my own API written in C++ in HISE?

    1
    0 Votes
    1 Posts
    107 Views
    No one has replied
  • How to handle failed downloads?

    4
    0 Votes
    4 Posts
    322 Views
    d.healeyD

    @tomekslesicki Yeah - try it and report back, and don't get stuck in an endless loop of failed downloads, give up after a few attempts.

    In my downloader I give up after 1 attempt so I don't have to deal with it ;)

  • Help with .contains please.

    Solved
    2
    0 Votes
    2 Posts
    209 Views
    ChazroxC

    I got it. I dont know why it didnt work the first time...

    for (x in irs) { if (!x.contains("SUB_")) { cmbIr.addItem(x.replace("{PROJECT_FOLDER}").replace(".wav").replace(".WAV").replace(".aif")); } }

    Leaving this here for the next lost soul.

  • Weird behavior with Synth.isLegatoInterval() in noteOff

    5
    0 Votes
    5 Posts
    416 Views
    T

    np figured out a workaround with setPlaybackPosition instead

  • Look at this please --> ** BUILD FAILED **

    Solved
    1
    0 Votes
    1 Posts
    134 Views
    No one has replied
  • Creating a custom preset save button

    28
    0 Votes
    28 Posts
    4k Views
    Tangerine_SoundsT

    @d-healey ah, I thought you had to launch HISE from the Run command in Xcode! That's why it was running debug. I found the executable file in : projects/standalone/Builds/MacOSX/build/Release

    This solves the problem with the Save button. Many Thanks

  • 0 Votes
    4 Posts
    408 Views
    T

    @ulrik that did it thanks! swore I tried it yesterday but think I did something wrong

  • ACCESS AUDIO FILES SUB FOLDER:

    Solved
    16
    0 Votes
    16 Posts
    1k Views
    ChazroxC

    @d-healey makes sense. Thank you!

    I've also learned today that filenames can play a big help in sorting through lists like these. Prefixes!

  • 0 Votes
    19 Posts
    1k Views
    J

    @d-healey i couldnt get it to.

    This is how ive gotten it to work
    probably a much better way to code this but maybe this can help someone:

    // delay temposync const var HardcodedMasterFX3 = Synth.getEffect("HardcodedMasterFX3"); const var KnobDelayTime = Content.getComponent("KnobDelayTime"); const var btnDelaysynch = Content.getComponent("btnDelaysynch"); const var KnobDelayTime1 = Content.getComponent("KnobDelayTime1"); inline function onKnobDelayTime1Control(component, value) { HardcodedMasterFX3.setAttribute(0, value); }; Content.getComponent("KnobDelayTime1").setControlCallback(onKnobDelayTime1Control); inline function onKnobDelayTimeControl(component, value) { HardcodedMasterFX3.setAttribute(1, value); }; Content.getComponent("KnobDelayTime").setControlCallback(onKnobDelayTimeControl); inline function onbtnDelaysynchControl(component, value) { HardcodedMasterFX3.setAttribute(2, value); if (value) { KnobDelayTime1.showControl(false); KnobDelayTime.showControl(true); } else { KnobDelayTime1.showControl(true); KnobDelayTime.showControl(false); } }; Content.getComponent("btnDelaysynch").setControlCallback(onbtnDelaysynchControl);
  • How to access the default music folder with filesystem?

    9
    0 Votes
    9 Posts
    802 Views
  • This topic is deleted!

    5
    0 Votes
    5 Posts
    97 Views
  • Sliderpack assign single slider value?

    3
    0 Votes
    3 Posts
    269 Views
    whoopsydoodleW

    @d-healey great. Thanks!

  • WebView persistence - help me wrap my head around it

    9
    0 Votes
    9 Posts
    816 Views
    A

    @aaronventure

    <script> // Define a fallback for development mode if (typeof window.DOMContentLoaded === 'undefined') { window.DOMContentLoaded = function() { console.log('DOMContentLoaded called (development fallback)'); }; } document.addEventListener('DOMContentLoaded', function() { // Call the function that will be defined in the HISE app DOMContentLoaded(); }); </script>

    in index.html seems to do the trick.

  • I seem to have forgotten how to implement LAF on a label

    5
    0 Votes
    5 Posts
    432 Views
  • How to smooth a path + Ducking Display Script

    Solved
    13
    0 Votes
    13 Posts
    1k Views
    ChazroxC

    @JulesV 🤣 👌

  • cancel Synth.noteOffDelayedByEventId(id, delay amount)

    2
    0 Votes
    2 Posts
    250 Views
    ulrikU

    @ulrik as soon as the function

    Synth.noteOffDelayedByEventId(id, delay amount)

    has been executed, this function

    Synth.isArtificialEventActive(id)

    will print false even if the note still is sounding because of the delayed note off.

  • No note

    7
    0 Votes
    7 Posts
    668 Views
    d.healeyD

    @griffinboy Christoph explained it well here

22

Online

1.8k

Users

12.1k

Topics

105.5k

Posts