Forum
    • Categories
    • Register
    • Login
    1. Home
    2. boim98208
    3. Posts
    B
    • Profile
    • Following 0
    • Followers 0
    • Topics 8
    • Posts 22
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Rhapsody not loading after installing a project expansion file

      @boim98208 @Christoph-Hart Do Flex AHDSR Envelopes require connecting to a floating tile? The issue I have of Flex AHDSR not triggering the samplers was also an issue when I did a compiled build

      posted in General Questions
      B
      boim98208
    • RE: Rhapsody not loading after installing a project expansion file

      @David-Healey Ok I fixed it. For some reason, Flex AHDSR on the samplers was the problem. When I replaced it with any other envelope, it started playing 100% fine on Rhapsody. Do I need to connect the Flex envelopes to a floating tile? I was only using them because I prefer thinking of adsr with the visual but with it playing just fine in HISE I thought I didn't need to connect it to a floating tile

      posted in General Questions
      B
      boim98208
    • RE: Rhapsody not loading after installing a project expansion file

      @David-Healey Yes I hear noise with Bell and Bone

      posted in General Questions
      B
      boim98208
    • RE: Rhapsody not loading after installing a project expansion file

      @David-Healey I'm on the March 10th commit of HISE. Also, the samples do seem to load. I see RAM usage go up as I load the library and I do see the link file. I'll build with the newest commit and see how it goes

      posted in General Questions
      B
      boim98208
    • RE: Rhapsody not loading after installing a project expansion file

      @David-Healey I'm not on the latest develop branch. What's the "link" file?

      posted in General Questions
      B
      boim98208
    • RE: Rhapsody not loading after installing a project expansion file

      @David-Healey Yes it worked 100% fine. I think I may have found the issue. In onNoteOn I called Message.getNoteNumber instead of Message.getNoteNumber(). Maybe it is maybe it isn't but the plugin now loads in Rhapsody. But I've come across a new issue: none of my samplers play within Rhapsody. Even when disabling all my midi mutes, it still doesn't play them. I doubt it's anything to do with the midi processing because when I add a sine wave generator it does play in Rhapsody. Do I need to load the sample maps via script or do something specific with the preset?

      posted in General Questions
      B
      boim98208
    • Rhapsody not loading after installing a project expansion file

      When I went through manual installation of my own rhapsody project expansions, I get stuck on a loading screen. After waiting for at least 20 minuets, I stay stuck here. I see the project is "installed" but it never opens 505aa876-c5a5-4fc4-a387-0fdc7271f079-image.png(Ignore the icons, I was just testing it out)
      the sample files get extracted perfectly fine and I see all the .ch1 files. Any ideas on what's going on?

      posted in General Questions
      B
      boim98208
    • RE: Getting "illegal call in audio thread" while changing a cc value

      @boim98208 For some reason this was only happening when I did learn midi CC. I decided to just stick with a set CC channel for the knob to be better safe than sorry.

      posted in Bug Reports
      B
      boim98208
    • Getting "illegal call in audio thread" while changing a cc value

      I'm trying to change a knob with midi CC but I keep getting this "! Illegal call in audio thread detected: String creation" error whenever I start start playing midi in the middle of changing CC. If I change the CC while playing, I don't get this error. It's only at the start with a changing CC value. Any ideas why I'm getting this?

      posted in Bug Reports
      B
      boim98208
    • RE: Loris Install / HISE App Data Directory?

      @David-Healey can you show me where this appears? I think I've looked everywhere I could with the wavetables, I have loris enabled, and I STILL can't seem to find it

      posted in General Questions
      B
      boim98208
    • question on the loris toolbox "use samplemaps" function

      I want to do a lot of resynthesis with the Loris Toolbox and I see the option of "USE SAMPLEMAPS" but no matter what I do I just can't seem to load anything with it? Loading examples works fine and I can load my own files but I can't seem to load batches of files

      posted in Newbie League
      B
      boim98208
    • HISE crashing in opening a project when missing samples.... sometimes?

      I was trying to open up a preset xml that was meant to test scripts for a sample map and it kept on crashing no matter what I did. I decided to move on and just do it over in another preset xml. I notice that in the sample map I was testing that I was supposedly missing files. I had forgotten that I did a batch renaming. I undid that renaming, fixed up the sample map, and went back to the xml that kept crashing and this time around it opened fine. I just don't understand why a broken sample map would crash one project and not the other. Is this a bug or is this me missing something?

      posted in Newbie League
      B
      boim98208
    • RE: Changing RR group from sample table won't work

      @David-Healey but I don't think I can add RR groups in any other way, right? The old circles on the top right of the samplemap editor that'd represent the RR groups aren't there anymore and I couldn't find any other way to get the RRs assigned through the sample table unless I used the complex group editor.

      posted in Bug Reports
      B
      boim98208
    • Changing RR group from sample table won't work

      I appreciate the new complex group editor in the sampler interface a lot. It's been making a lot of things easier. But I still find trying to copy and paste into another sample group as buggy. Whenever I copy the samples and try to go to a new group, it still pastes into the first RR group. And for some reason, in this particular scenario, the RR group just won't change even when going directly through the sample table
      2026-03-17 16-48-27.gif

      posted in Bug Reports
      B
      boim98208
    • RE: Is there a way to do artifical RRs via pitch shift in script?

      @David-Healey Back to this question of doing it within the sampler, I'm trying to figure out a quick way to do this. If I copy the samples, go to a new RR map, and paste, it'll always go back to the RR map that it was originally from seemingly no matter what I do. What I was doing for a bit was just going to the new RR map and importing the same samples back in, parsing data from the file name, but there has to be a more efficient way to do this, right? Am I copy and pasting wrong?

      posted in Newbie League
      B
      boim98208
    • Is there a way to have certain samples go through a different RR cycle than others in the same sampler?

      One advice I heard from someone is to sample more than what you plan to have in your sample library in case you have a bad RR sample. But then I was wondering what if one note had more usable RRs than the other? Is there a way for a note to cycle through a different RR map than another within the sampler? Or do I just need to bite the bullet and have a separate sampler for that one specific note.

      posted in Newbie League
      B
      boim98208
    • RE: Is there a way to do artifical RRs via pitch shift in script?

      @David-Healey Is it really easier? 😅I feel with a script I can just copy and paste that and be done with it

      posted in Newbie League
      B
      boim98208
    • RE: Is there a way to do artifical RRs via pitch shift in script?

      @griffinboy could you send an example of what you mean? Also, this would be in the script processor of a midi processor, right?

      posted in Newbie League
      B
      boim98208
    • Is there a way to do artifical RRs via pitch shift in script?

      What I'm thinking is going through the same RR group but pitch shifting the lower sample up and pitch shifting the upper sample down to get them at the same pitch. The workaround I found is to just have 3 RR groups with the same samples and pitch shift accordingly with the sample editor. But, I was wondering if there's a quicker way to do this with a script processor? I looked at the documentation and saw something like addPitchFade and I tried getting it with a sampler but I just couldn't get anything to work

      posted in Newbie League
      B
      boim98208
    • RE: Can't find Test MSBuild when doing export setup

      @David-Healey Just did that and can confirm it works now :D. Thanks a lot for all the responsive help

      posted in General Questions
      B
      boim98208