HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Tags
    3. monolith
    Log in to post
    • All categories
    • E

      HISE seems to have butchered all of my loop points.

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports samplemaps monolith sample
      5
      0 Votes
      5 Posts
      223 Views
      E

      @aaronventure This is great advice. I've actually been using git to backup my project after every session, but I'm fairly new to using it so I didn't realize I could revert to a previous version.

      Thanks for pointing this out (and for the other user who mentioned this). I appreciate the guidance!

    • d.healeyD

      [Feature request] Lossy monoliths

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests monolith compression sample
      15
      0 Votes
      15 Posts
      683 Views
      d.healeyD

      Ahhhh I decided to have another go at it. I think I've solved it but unsure if the code is a little messy. I was thinking along the correct lines before, just I was not following the logic. The problem was that the start position was being applied multiple times to the end position (once for each mic position) whereas it should only be applied once. Here is the modified function.

      void apply(const Identifier& id) { auto value = propertyData.getProperty(id); if (id == SampleIds::SampleStart) addDelta(-int(value), { SampleIds::SampleEnd, SampleIds::LoopStart, SampleIds::LoopEnd }); for (auto f : sampleFiles) { apply(id, f); } propertyData.removeProperty(id, nullptr); }

      The addDelta part was previously in void apply(const Identifier& id, File& fileToUse).

      Hoping that improving my C++ foo will make me more useful to the community :) or at least more useful to myself.

    • D

      Two large issues with multi mic workflow

      Watching Ignoring Scheduled Pinned Locked Moved General Questions multi-mic monolith
      10
      0 Votes
      10 Posts
      570 Views
      D

      @d-healey

      Sorry I though the issue was in the compiled project. In HISE it will restore the values from the current state of the UI when you hit compile or reopen the project.

      Happening in both. I will create a repro from scratch (or otherwise figure out what I'm doing wrong in the process).

    • trillbillyT

      Convert To Monolith Issues

      Watching Ignoring Scheduled Pinned Locked Moved General Questions monolith samplemaps samples
      5
      0 Votes
      5 Posts
      399 Views
      trillbillyT

      @d-healey Same thing. It converts the first samplemap and then crashes.

    • d.healeyD

      Do monliths include trimmed audio?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions trim monolith
      3
      0 Votes
      3 Posts
      274 Views
      d.healeyD

      @Christoph-Hart Full destructive mode if fine by me, as long as it's an optional step.

    • Dark BoubouD

      Samples directory not found when exporting

      Watching Ignoring Scheduled Pinned Locked Moved General Questions not found export samples directory monolith
      14
      0 Votes
      14 Posts
      5k Views
      Dark BoubouD

      you're right :)