HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. meto396
    3. Topics
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 33
    • Posts 107
    • Groups 0

    Topics

    • M

      masterbypass snippet declaration in inline function error

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      3
      0 Votes
      3 Posts
      204 Views
      M

      @d-healey aaaah ok now it works thank you!

    • M

      Timer Fade

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      4
      0 Votes
      4 Posts
      252 Views
      d.healeyD

      @meto396 Yes, you can call startTimer() again to set a new time, even while the timer is already running.

    • M

      round robin random

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      5
      0 Votes
      5 Posts
      328 Views
      M

      @Noahdeetz Sorry I'm using audio loop players and no sampler to change the sounds straight from the interface

    • M

      Pitch Modulation Scriptnode

      Watching Ignoring Scheduled Pinned Locked Moved ScriptNode
      2
      0 Votes
      2 Posts
      151 Views
      d.healeyD

      Probably something to do with these errors

      f24f8d8d-1887-403a-9978-f3c0767978bc-image.png

    • M

      melatoninblur.cpp stops export

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      208 Views
      LindonL

      @d-healey said in melatoninblur.cpp stops export:

      @meto396 Try the debug branch.

      I think Dave means:"try the develop branch"

    • M

      Wavetable Limit

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      1
      0 Votes
      1 Posts
      69 Views
      No one has replied
    • M

      WavetableSynth.cpp file error?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      127 Views
      M

      @d-healey I don't get the pop up but it still crashes as soon as I choose a preset from the combobox

    • M

      How to export a FX Plugin?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      1
      0 Votes
      1 Posts
      76 Views
      No one has replied
    • M

      Clear 2 audio loop players

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      2
      0 Votes
      2 Posts
      199 Views
      LindonL

      @meto396 post a snippet.

    • M

      pitch problem -36 to +24

      Watching Ignoring Scheduled Pinned Locked Moved Solved General Questions
      5
      0 Votes
      5 Posts
      343 Views
      M

      @aaronventure I've fixed it I used a RNBO patch for it

    • M

      Table Index Stepsize

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Scripting
      2
      0 Votes
      2 Posts
      112 Views
      ustkU

      @meto396 what is the range of the knob? seeing your array length is 5, the knob has to be 0-4 with stepSize=1

      If you intend to use different step values, there are other ways to do this without an array.

      const var NB_STEPS = 5; // later in your functions local index = Math.round(value * NB_STEPS) / NB_STEPS; // output -> 0.0, 0.2, 0.4...
    • M

      Wavetables sound different

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      139 Views
      A

      @meto396 I'm working on a wavetable project right now. If you want send me the sample that you're using the wavetable and I will see if its happening on my end.

    • M

      change Engine.dumpAsJSON location

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      2
      0 Votes
      2 Posts
      84 Views
      d.healeyD

      @meto396 Use the File and FileSystem API instead with the writeObject function

      014a89de-b87d-432b-8a9c-0d01f50a2740-image.png

    • M

      Mix Knob

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      10
      0 Votes
      10 Posts
      507 Views
      M

      @d-healey ok now I found the problem my Knob was set to percent 0-100% and not to Linear 0-127 the value of the default knob only went up to 1. thank you

    • M

      Randomize Presets

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      3
      0 Votes
      3 Posts
      245 Views
      M

      @meto396 yes this worked thank you :folded_hands_medium-light_skin_tone:

    • M

      error exporting AU plugin on Mac

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      134 Views
      M

      @Christoph-Hart thank you this was really the problem to many audiofiles!!

    • M

      AudioFiles not Saved in Presets

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      176 Views
      d.healeyD

      @meto396 The preset only saves/restores the state of the controls on your UI (with some exception). To get it to store/restore your audio files you'll need to add UI waveform controls that are saved in the preset. The other way to do it is to manage the loading of the files through scripting, but you'll still need some control saved in the preset to trigger this.

    • M

      Slider LAF

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      438 Views
      M

      @orange thank you I already found in this collection something I was looking for 🙏🏼

    • M

      button for switching arp speed value

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      6
      0 Votes
      6 Posts
      364 Views
      M

      @d-healey yup now it works 👍