HISE Logo Forum
    • Categories
    • Register
    • Login

    merged MultiMic + save as Monolith = crash

    Scheduled Pinned Locked Moved Bug Reports
    28 Posts 3 Posters 3.2k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Dan KorneffD
      Dan Korneff
      last edited by Dan Korneff

      Importing files and mapping via Token Parser is unreliable as well. I'm getting instances where I have 8 RR groups; the sampler creates 8 groups, but places all samples on Group 1 only.

      Dan Korneff - Producer / Mixer / Audio Nerd

      1 Reply Last reply Reply Quote 0
      • Dan KorneffD
        Dan Korneff
        last edited by

        @Christoph-Hart Should I make a new post for each topic, or just keep posting here?

        Parameter lists in the Module Browser are empty

        Dan Korneff - Producer / Mixer / Audio Nerd

        1 Reply Last reply Reply Quote 0
        • Christoph HartC
          Christoph Hart
          last edited by

          No, keep them coming in this list, I will batch-fix them all in one go when I find the time :)

          Dan KorneffD 1 Reply Last reply Reply Quote 1
          • Dan KorneffD
            Dan Korneff
            last edited by

            👍 👍

            Dan Korneff - Producer / Mixer / Audio Nerd

            1 Reply Last reply Reply Quote 0
            • Dan KorneffD
              Dan Korneff
              last edited by

              Loading project XML doesn't always work (Plugin version of HISE). It will load an empty project. I have to quit the host (JUCE Plugin Host) and reload my project to work.

              Audio Playback stops working randomly. I have to restart the host to get sound to work again.

              Dan Korneff - Producer / Mixer / Audio Nerd

              1 Reply Last reply Reply Quote 0
              • Dan KorneffD
                Dan Korneff
                last edited by Dan Korneff

                I used to be able to have 2 plugin versions open at the same time in JUCE plugin host, but now is unstable.
                It's nice to have 2 applications open so I can test in one, and commit in the other.
                I'll see if I can dig up a more specific symptom to help troubleshoot.

                Dan Korneff - Producer / Mixer / Audio Nerd

                1 Reply Last reply Reply Quote 0
                • Dan KorneffD
                  Dan Korneff
                  last edited by

                  The Interface Designer appears blank sometimes. Changing the Zoom Level of your canvas brings it back to life.

                  Dan Korneff - Producer / Mixer / Audio Nerd

                  1 Reply Last reply Reply Quote 0
                  • Dan KorneffD
                    Dan Korneff @Christoph Hart
                    last edited by

                    @christoph-hart see if you can fix that Token issue first ;) that's such a time saver

                    Dan Korneff - Producer / Mixer / Audio Nerd

                    1 Reply Last reply Reply Quote 0
                    • Christoph HartC
                      Christoph Hart
                      last edited by

                      Can you send me a minimal example (a sample set and the exact .xml parser settings file you used) that I can use to replicate the issue?

                      Dan KorneffD 1 Reply Last reply Reply Quote 0
                      • Dan KorneffD
                        Dan Korneff @Christoph Hart
                        last edited by

                        @christoph-hart Here's what I'm using.

                        Samples:
                        https://we.tl/t-kH0deR6Uo0

                        File Name Pattern Settings:

                        0_1536329819208_File Nam Pattern Settings.png

                        Dan Korneff - Producer / Mixer / Audio Nerd

                        d.healeyD 1 Reply Last reply Reply Quote 0
                        • d.healeyD
                          d.healey @Dan Korneff
                          last edited by

                          @dustbro Looks like you are using _- as your separator, that might cause issues.

                          Libre Wave - Freedom respecting instruments and effects
                          My Patreon - HISE tutorials
                          YouTube Channel - Public HISE tutorials

                          Dan KorneffD 1 Reply Last reply Reply Quote 0
                          • Dan KorneffD
                            Dan Korneff @d.healey
                            last edited by

                            @d-healey I didn't have any issues with that in the past. I've actually used 3 separators before ☠ ☠

                            Dan Korneff - Producer / Mixer / Audio Nerd

                            1 Reply Last reply Reply Quote 1
                            • Christoph HartC
                              Christoph Hart
                              last edited by

                              I've fixed the token issue. Can you send me the files you used in the video for the merge crash?

                              Also did you try using HLAC when exporting? I've never ever used non-compression since I wrote it, so maybe there's something fishy there.

                              Dan KorneffD 1 Reply Last reply Reply Quote 0
                              • Dan KorneffD
                                Dan Korneff @Christoph Hart
                                last edited by

                                @christoph-hart I haven't tried with compression.

                                Link to samples: for multimic
                                https://we.tl/t-EaTl4VM2pb

                                Dan Korneff - Producer / Mixer / Audio Nerd

                                1 Reply Last reply Reply Quote 0
                                • Dan KorneffD
                                  Dan Korneff
                                  last edited by

                                  It appears that the crash happens when HISE tries to load the sample map after you save as Monolith. when I take a look at the samplemap that is created, Savemode is still set to 0.
                                  I believe 2 means Monolith, right?

                                  Dan Korneff - Producer / Mixer / Audio Nerd

                                  d.healeyD 1 Reply Last reply Reply Quote 0
                                  • d.healeyD
                                    d.healey @Dan Korneff
                                    last edited by

                                    @dustbro Yeah I have that same issue, Christoph is aware of it. Just change it to 2 manually for now.

                                    Libre Wave - Freedom respecting instruments and effects
                                    My Patreon - HISE tutorials
                                    YouTube Channel - Public HISE tutorials

                                    1 Reply Last reply Reply Quote 1
                                    • Christoph HartC
                                      Christoph Hart
                                      last edited by

                                      I think I found the issue, the monolith exporter updates the save mode internally but didn't use the updated savemode for creating the sample map file, but an older one (0), which caused the wrong savemode appear in the file.

                                      Also, the sample table shows the filenames for monoliths.

                                      Soo... are there any bugs left? I kind of lost track of what's fixed and not :)

                                      d.healeyD 1 Reply Last reply Reply Quote 1
                                      • Dan KorneffD
                                        Dan Korneff
                                        last edited by

                                        sweet!
                                        I'm gonna check this out today and see if anything else pops up.
                                        thanks so much!

                                        Dan Korneff - Producer / Mixer / Audio Nerd

                                        1 Reply Last reply Reply Quote 0
                                        • d.healeyD
                                          d.healey @Christoph Hart
                                          last edited by

                                          @christoph-hart said in merged MultiMic + save as Monolith = crash:

                                          I think I found the issue, the monolith exporter updates the save mode internally but didn't use the updated savemode for creating the sample map file, but an older one (0), which caused the wrong savemode appear in the file.

                                          Also, the sample table shows the filenames for monoliths.

                                          Soo... are there any bugs left? I kind of lost track of what's fixed and not :)

                                          Excellent work! I still have the zipper noise with the group xfade but I think everything else is working.

                                          Libre Wave - Freedom respecting instruments and effects
                                          My Patreon - HISE tutorials
                                          YouTube Channel - Public HISE tutorials

                                          1 Reply Last reply Reply Quote 0
                                          • Christoph HartC
                                            Christoph Hart
                                            last edited by

                                            Have you tested it with the example project I sent you? And can you check on Windows if this is a Linux specific error?

                                            d.healeyD 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            16

                                            Online

                                            1.8k

                                            Users

                                            12.0k

                                            Topics

                                            104.1k

                                            Posts