HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. jeffd
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 28
    • Posts 184
    • Groups 0

    jeffd

    @jeffd

    12
    Reputation
    7
    Profile views
    184
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    jeffd Unfollow Follow

    Best posts made by jeffd

    • RE: thoughts on using max/msp RNBO vs Faust

      @HISEnberg

      I found this and its been great so far:

      Link Preview Image
      Real-Time Audio Signal Processing in Faust | Kadenze

      This course provides an in-depth overview to the Faust programming language including fundamentals of functional programming. Students will implement a wide range of audio effects and synthesizers from scratch and learn how to turn them into various “finished” audio products. It also emphasizes the use of Faust to create DSP engines usable in existing projects.

      favicon

      (www.kadenze.com)

      I imagine it has been shared on the forum before but here it is again for beginners like me.

      free course.

      posted in General Questions
      J
      jeffd
    • RE: hard coded master effect not working all of the sudden

      @jeffd
      ok i figured it out, for some reason my send effect wasnt connected to my send container.
      no idea how that happened.

      but works again

      posted in ScriptNode
      J
      jeffd
    • RE: error C2148: total size of array must not e xceed 0x7fffffff bytes.

      @d-healey yeah it must be that particular effect.

      a tried an even simpler delay and it compiled and worked!

      seems so odd. works on mac but not on windows.

      it was just the smooth delay i am using found here:

      Link Preview Image
      delayEcho - Faust Documentation

      favicon

      (faustdoc.grame.fr)

      that is throwing the error.

      doesnt seem that complicated but that is the problem.

      Ill try to smooth out the other delay that works with some smoothing nodes in scriptnode to try to match my mac version i guess.

      posted in Faust Development
      J
      jeffd
    • RE: Sounds like Vangelis?

      @Morphoice
      sounds awesome!

      posted in General Questions
      J
      jeffd
    • RE: plugin build not asking for sample library location anymore?

      @d-healey
      i always have another backup project on my pc,
      so i started over with that.
      so unfortunately, no idea of what was actually causing it.

      posted in General Questions
      J
      jeffd
    • RE: plugin build not asking for sample library location anymore?

      @d-healey got it working finally

      time to get off my computer now lol

      happy holidays!

      posted in General Questions
      J
      jeffd
    • RE: thoughts on using max/msp RNBO vs Faust

      @clevername27
      yes! i got it to work!

      posted in General Questions
      J
      jeffd
    • RE: thoughts on using max/msp RNBO vs Faust

      @Christoph-Hart

      Do i need to update to sonoma on mac to get faust to work with the latest dev build?

      i got it to "kinda" work on ventura with an older version of faust.
      worked ok for the delay i built.

      posted in General Questions
      J
      jeffd
    • RE: send effect only goes to channels 1 and 2? ... how do I have a reverb send to all channels?

      @jeffd

      ok, im so dumb. I had the send container going back into channels 1 and 2 of container 1 and feedbacking on itself. So i added 2 other channels to container 1.

      it works now!!

      posted in General Questions
      J
      jeffd
    • RE: method to reset file name token parser?

      @d-healey said in method to reset file name token parser?:

      they are multi mic

      yeah they are multi mic.
      i think everything is workin now though.

      posted in General Questions
      J
      jeffd

    Latest posts made by jeffd

    • RE: method to reset file name token parser?

      @d-healey said in method to reset file name token parser?:

      they are multi mic

      yeah they are multi mic.
      i think everything is workin now though.

      posted in General Questions
      J
      jeffd
    • RE: method to reset file name token parser?

      i had a typo in one set of samples where i put 2 underscores together instead of one for the separator. didnt realize it, and it was screwing up the token parser.

      but Still crashing when i throw in samples at times so i still gotta figure out whats wrong.
      sometimes it has been the file length, they all need to be exactly the same length.

      posted in General Questions
      J
      jeffd
    • method to reset file name token parser?

      is there a way to to reset file name token parser?

      Its crashing now when i import samples and I need to reset the string order and property value.

      posted in General Questions
      J
      jeffd
    • RE: possible to create a fade at the end of an imported sample in the sample editor?

      @d-healey
      all working now..
      i think i still had audio at the end of the samples from before because i was using a limiter when i exported the audio file with the fade...im assuming it still pulled up the audio in the sample after the fade.
      i just couldnt hear it.

      posted in General Questions
      J
      jeffd
    • RE: possible to create a fade at the end of an imported sample in the sample editor?

      @d-healey no problem

      im glad i asked, and thanks for all your help!

      never realized this wasnt doing it in logic.

      posted in General Questions
      J
      jeffd
    • RE: possible to create a fade at the end of an imported sample in the sample editor?

      @d-healey
      oh man..
      need to check my fade tool in logic i guess.

      Screenshot 2025-08-21 at 7.38.52 PM.png

      been just using this for years, in the region window

      (using my ears too, and i didnt hear any clicks)

      posted in General Questions
      J
      jeffd
    • RE: possible to create a fade at the end of an imported sample in the sample editor?

      @d-healey

      i think this should work here to share?

      Link Preview Image
      hise sample examples – Google Drive

      favicon

      Google Drive (drive.google.com)

      you can put them all into a sampler with 4 channels (mic positions)
      or just play one sample individually in the sampler.
      thats when i hear a click at the end upon playing.

      posted in General Questions
      J
      jeffd
    • RE: possible to create a fade at the end of an imported sample in the sample editor?

      @d-healey
      I am
      Adding a fade in my daw before exporting ..
      Seems like hise is adding a click at the very end.

      I’ll try to batch a fade again with all the samples and see

      posted in General Questions
      J
      jeffd
    • possible to create a fade at the end of an imported sample in the sample editor?

      My samples after exporting from daw do not have clicks at the beginning or end, but HISE is creating an audible click at the very end of the sample.

      is it possible to create a fade at the end of an imported sample in the sample editor?
      this would be a fade for all 4 mic channels of the sample.
      was tryng to experiment with the looper and release but thats not really what i need.

      posted in General Questions
      J
      jeffd
    • RE: loop points not being saved with my sample map

      @jeffd
      ok i got it to work,
      i hit build instead of build for profiling when trying to
      build the release for faust.

      sorry i should have spammed this thread with my nonsense
      haha.

      ill look at the sample start issue again and see whats up with that.

      posted in General Questions
      J
      jeffd