HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. audiolyf
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 41
    • Groups 0

    audiolyf

    @audiolyf

    4
    Reputation
    8
    Profile views
    41
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    audiolyf Unfollow Follow

    Best posts made by audiolyf

    • RE: Can't compile SNEX workbench

      @Matt_SF AAAAH now I see what you mean!

      Jesus christ I see it. I've declared the parameter control twice:

      template <int P> void setParameter(double v)
      {
      }
      

      Fixed and successfully compiled!

      Now how do I use it? Add it as a hardcoded FX , remove my ScriptFX network and change my interface references?
      Then if I want to make changes to the network I have to do it all over?

      Thank you so much you've made my day, finally feel like I've actually accomplished something this week and learned a bunch on the way.

      posted in General Questions
      A
      audiolyf
    • RE: Value output from scriptnode

      @Christoph-Hart You're a legend man, thanks. Having a lot of fun with this. Have a great weekend!

      posted in General Questions
      A
      audiolyf
    • RE: Note Release - randomly gets stuck

      @Adam_G I will try it out on FL Studio later too, turns out Pro Tools is just stuck note hell in general.

      posted in Bug Reports
      A
      audiolyf

    Latest posts made by audiolyf

    • MP3 playback

      Is it possible to play back MP3 files with the sampler? (Yes, not pro audio customs, I know)
      I noted the JUCE_USE_MP3AUDIOFORMAT flag and turning that on makes it possible to load, see the waveform and everything, but playback is quiet?

      posted in General Questions
      A
      audiolyf
    • RE: Timestretching/Pitchshifting

      @Christoph-Hart mf king!

      posted in General Questions
      A
      audiolyf
    • RE: Timestretching/Pitchshifting

      @Christoph-Hart Sample start mod is not possible, right?

      posted in General Questions
      A
      audiolyf
    • RE: Timestretching/Pitchshifting

      @d-healey Pulled the branch yesterday and everything else is there but I'm getting function not found both with getSampler and getChildSynth

      posted in General Questions
      A
      audiolyf
    • RE: Timestretching/Pitchshifting

      @Christoph-Hart Nice! Is getTimestretchOptions() not implemented yet?

      posted in General Questions
      A
      audiolyf
    • RE: Timestretching/Pitchshifting

      @Christoph-Hart Very cool! Where can we poke around to lower the limit? And is there a way to reach the stretch ratio of the Sampler module via scripting ?

      posted in General Questions
      A
      audiolyf
    • RE: Value output from scriptnode

      @Christoph-Hart You're a legend man, thanks. Having a lot of fun with this. Have a great weekend!

      posted in General Questions
      A
      audiolyf
    • RE: Value output from scriptnode

      @Christoph-Hart Worked with the latest develop branch! Thank you so much for the input. It sounds like the update rate is waaay higher? Typically a good thing I guess, but I'm experimenting with sample start modulation and getting a very different sound from the asynchronous one (pretty cool but not what I'm after).
      Is there a way to limit it somehow so it doesn't update quite as frequently? Tried throwing the global cable in a fix256 block as a wild guess but that didn't do anything.

      posted in General Questions
      A
      audiolyf
    • RE: Value output from scriptnode

      @Christoph-Hart Ah that's probably it then! Develop but a March build

      posted in General Questions
      A
      audiolyf
    • RE: Value output from scriptnode

      @Christoph-Hart Thanks for the explanation! Why doesn't it ever update when it's set to synchronous though?

      posted in General Questions
      A
      audiolyf