• Killed voices

    3
    0 Votes
    3 Posts
    50 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
    37 Views
    No one has replied
  • How to handle failed downloads?

    4
    0 Votes
    4 Posts
    45 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
    64 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
    47 Views
    T

    np figured out a workaround with setPlaybackPosition instead

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

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

    28
    0 Votes
    28 Posts
    345 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
    100 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
    143 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
    201 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
    163 Views
  • This topic is deleted!

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

    3
    0 Votes
    3 Posts
    54 Views
    whoopsydoodleW

    @d-healey great. Thanks!

  • WebView persistence - help me wrap my head around it

    9
    0 Votes
    9 Posts
    224 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
    84 Views
  • How to smooth a path + Ducking Display Script

    Solved
    13
    0 Votes
    13 Posts
    190 Views
    ChazroxC

    @JulesV 🤣 👌

  • cancel Synth.noteOffDelayedByEventId(id, delay amount)

    2
    0 Votes
    2 Posts
    103 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
    181 Views
    d.healeyD

    @griffinboy Christoph explained it well here

  • Get Network Name from Hardcoded Master FX

    Solved
    10
    0 Votes
    10 Posts
    622 Views
    oskarshO

    @whoopsydoodle yes you can get the Hardcoded FX as a Slot FX and use getCurrrenEffectId()

  • How can I get rid of these floating point errors?

    4
    0 Votes
    4 Posts
    181 Views
    d.healeyD

    @VirtualVirgin Why do you want less precision?

27

Online

1.7k

Users

11.7k

Topics

102.3k

Posts