HISE Logo Forum
    • Categories
    • Register
    • Login

    RemarkableX Snippet Kit...

    Scheduled Pinned Locked Moved Presets / Scripts / Ideas
    27 Posts 8 Posters 3.1k 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.
    • ustkU
      ustk @SteveRiggs
      last edited by

      @SteveRiggs You can always keep your old version of Hise and recompile a new one aside (you don't have to erase the 1.6), so you can backup your projects and try the 2.1 on copies

      Can't help pressing F5 in the forum...

      SteveRiggsS 1 Reply Last reply Reply Quote 1
      • ustkU
        ustk
        last edited by ustk

        @SteveRiggs I always have previous versions on my desktop ;)
        And even if you don't, you can still recompile any past commit you need...

        hiseversions.jpeg

        Can't help pressing F5 in the forum...

        1 Reply Last reply Reply Quote 2
        • SteveRiggsS
          SteveRiggs @ustk
          last edited by

          @ustk Ah! Amazing. Didn't realise I could have both versions. That's my mission for today then.

          www.anarchyaudioworx.com

          www.facebook.com/groups/audioworx/

          1 Reply Last reply Reply Quote 0
          • SteveRiggsS
            SteveRiggs
            last edited by SteveRiggs

            @Christoph-Hart @remarkablex

            Just like I was worried about, since installing 2.1.0 and still having 1.6.0 installed, both versions now seem to be broken and not working properly.

            The main HISE interface on both is broken, when I open one of my existing projects that I made in 1.6.0, the component list is empty and the canvas designer is just blank now even when there is an interface built, playing midi notes either doesn't work at all playing no sound, or when it intermittently does, the notes stick and I have to use panic mode to stop them.

            These are the error messages and screenshots...

            Absolutely gutted. Can anyone advise please to get me back to a working state so I can continue with my projects? This has totally killed my workflow today. I only get Sat and Sun to work on HISE stuff and been looking forward to getting some more work done 😧

            Screen Shot 2019-08-17 at 16.54.14.png

            Screen Shot 2019-08-17 at 16.54.29.png

            www.anarchyaudioworx.com

            www.facebook.com/groups/audioworx/

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

              @SteveRiggs

              Don't worry about the interface data being corrupt. That refers to the HISE interface and not your project. The other stuff I'm not sure about but if you're opening a HISE 1.6 project in HISE 2.1 then I expect the newer version of HISE is picking up things in your project that are no longer valid in the new version of HISE. For instance all the old JSON tags stuff in the code editor which I think were still around in v1.6 are not used any more in HISE.

              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

                Ok, so one thing after the other:

                • the error messages you posted just mean that there is a interface config file that doesn't match the current version, which is normal if you upgrade from an older HISE version. I could rephrase that though and not make it sound like the world is about to end.
                • Are you using JPG images? I remember there was a version in the not to distant past that didn't support JPGs but only PNGs (which is already fixed).
                • the stuck MIDI note / notes not playing problems is also already fixed.

                HISE 2.1.0 is already 8 months old, so I wouldn't bother making it compatible with this version as there have been many fixes since then and you might end up chasing ghosts for the remainder of the weekend.

                So what I would recommend is that you either stick with your working version for the sake of your sanity or try the latest scriptnode branch, which is the bleeding edge - in the latter case, feel free to report any issues as I am trying to close in on a release candidate for HISE 3 during the next 2 months so any type of backwards compatibility issue needs to be addressed until then.

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

                  @d-healey said in RemarkableX Snippet Kit...:

                  For instance all the old JSON tags stuff in the code editor which I think were still around in v1.6 are not used any more in HISE.

                  Small correction: they won't get created anymore by the interface designer, but HISE will still read them properly.

                  1 Reply Last reply Reply Quote 1
                  • SteveRiggsS
                    SteveRiggs
                    last edited by

                    @d-healey Phew 😂 Cheers guys

                    Luckily 1.6.0 is opening my projects properly again and that strange pink bar across the top has disappeared. The layout was all over the place though (I'll work out how to save my layout preferences..)

                    @Christoph-Hart Haha, a rephrase could definitely be a good option. I nearly fell out of my chair 😂

                    I don't have any jpegs in this one as its just a very raw prototype I started making early hours of this morning testing some stuff out. I have jpegs and png in some others though so I'll watch my step with those.

                    I think I'll continue my main existing projects in 1.6 for now then, and maybe install the new scriptnode branch for new builds. Do you install/compile the scriptnode in the same way as a normal HISE release? And do I need to uninstall 2.1.0 first too? (Sorry, I've only done it twice. 1 being today and I broke everything lol)

                    The main reason for my wanting to upgrade was so that I can try the linkwitz filters you suggested and attempt to build a DeEsser using a multiband splitter of some sort. Something along the same lines as the original one up the top that @remarkablex made. I assume they are only in the new scriptnode?

                    www.anarchyaudioworx.com

                    www.facebook.com/groups/audioworx/

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

                      Well, they won't magically show up in a year old build, that's sure :)

                      While different versions of HISE can definitely coexist on a system (they just share the interface config file and a few other settings), you're in a world of hurt if you try to compile a plugin with a HISE version that doesn't match the exact source code of HISE.

                      What I would recommend is to make yourself familiar with how Git works (you don't need to become a command-line nerd, there are plenty of GUI tools around) and how to build HISE from source, then you can jump back and forth in time as you wish (plus the source code for compiling projects is guaranteed to match the HISE build).

                      scriptnode in the same way as a normal HISE release

                      Yes, but make sure that you open and resave the Projucer files before building the new HISE version (and likewise if you jump back) because it needs to add a few new modules (otherwise you'll get plenty of errors about missing symbols).

                      SteveRiggsS 1 Reply Last reply Reply Quote 1
                      • SteveRiggsS
                        SteveRiggs @Christoph Hart
                        last edited by

                        @Christoph-Hart

                        Ok thanks dude. I just found a crash course in Git and Github on YouTube so I'll check that out and hopefully gain some more knowledge, before I break anything else 😂

                        www.anarchyaudioworx.com

                        www.facebook.com/groups/audioworx/

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

                          I would also highly recommend to use Git and a repository for your own project so you can also jump back and forth - HISE was written with version control support in mind - that's why there are so many different files instead of one big monolith chunk like the .nki format.

                          SteveRiggsS ustkU 2 Replies Last reply Reply Quote 1
                          • SteveRiggsS
                            SteveRiggs @Christoph Hart
                            last edited by

                            @Christoph-Hart Good idea. Nice one, I'll try it!

                            www.anarchyaudioworx.com

                            www.facebook.com/groups/audioworx/

                            1 Reply Last reply Reply Quote 0
                            • ustkU
                              ustk @Christoph Hart
                              last edited by

                              @Christoph-Hart If I am using Github (gitkraken) for my projects, I don't know about syncing Hise's repo on my end... Is this even possible with no password and no risk of pushing anything? I still don't understand.
                              Never found anything about such a possibility so I'm always going online to download manually...

                              Can't help pressing F5 in the forum...

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

                                @ustk https://www.git-scm.com/docs/git-pull

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

                                LindonL 1 Reply Last reply Reply Quote 1
                                • LindonL
                                  Lindon @d.healey
                                  last edited by

                                  @d-healey ..now if we could just get that patreon video of how to set up and use hise with github...☺ :

                                  HISE Development for hire.
                                  www.channelrobot.com

                                  ulrikU 1 Reply Last reply Reply Quote 2
                                  • ulrikU
                                    ulrik @Lindon
                                    last edited by

                                    @Lindon said in RemarkableX Snippet Kit...:

                                    @d-healey ..now if we could just get that patreon video of how to set up and use hise with github...☺ :

                                    Agreed! :)

                                    Hise Develop branch
                                    MacOs 15.3.1, Xcode 16.2
                                    http://musikboden.se

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

                                      Well I was going to do paint routines but it looks like the crowd wants git :)

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

                                      ulrikU 1 Reply Last reply Reply Quote 2
                                      • SteveRiggsS
                                        SteveRiggs
                                        last edited by SteveRiggs

                                        Hi, again guys,

                                        I’m still on a mission trying to work out this DeEsser (as I can only use HISE 1.6.0 at the moment for this project so have no linkwitz filters yet. It’s better for me to also learn the harder way to do things first) 😎

                                        @remarkablex I’ve been experimenting with that cool splitter you made trying to turn it into the vocal DeEsser I’m imagining.

                                        I’ve modified a few things so far. The main things being:

                                        I added a compressor underneath the '5&6 Out' gain module, and routed it to 5&6, the same channel as the mid-band eq, and that seems to be kind of working. The compression works nicely on the mid-band anyway...

                                        I have disabled the EQ1 (Low Pass) & EQ3 (High Pass) and removed one of the FloatingTiles on the EQ display so it focuses in more on where the compression would be happening in the crossover between the 2 bands.

                                        The 2 problems I’m having though are:

                                        1. When the processed output button is pressed, it only sends sound to the right speaker (I checked all your routings but nothing looks wrong)

                                        2. My processed signal is now filtered because of the EQ2 mid-band EQ curve.

                                        I’ve been trying to think of a solution to get rid of the eq cut, and so far I came up with the idea of maybe adding another EQ module also routed to 5&6 to compensate for the EQ cuts by having the gain levels inverted and linking them to the original eq’s frequency parameters somehow so they move at same time, just so that the only signal getting processed (compressed) is the range between the two chosen frequencies, and there is no audible eq'ing or filtering going on. The only processing I would like is just the compressor ducking the volume in the specified range on the mid-band eq.

                                        I’ll put a snippet below. It’s very close already I think, apart from those small couple of things I can’t seem to work out.

                                        If you or anyone would be so kind to point me in the right direction of getting it functioning the way I’m imagining it then I would be eternally grateful 🙂

                                        HiseSnippet 2937.3oc6b07abjTEuaaWwYlMNaR1fXEq.0xhCNgDqo6d9vYWEb6OyZsqimDGxR.Iha2cM1Eomtms6ZriSHP3e.9PfX0xAztve..BIP6o0ZQBAHAjKbfa4DvITtffagp5Oltpd5o8L9iD6vLQQx06Uupe8u2qd0qdc0cUWGCnmmiqfXtarUCnf3I.KukMd8YVWGYKrvrBhuDXlkjlGYggtBSuUCcOOnofn3fWg1AwbCI3+6ISNstktsALljfvMcPFv2FUGgioVU6sPVVyqaBuApNSuKpsfgi8LNVNMIJyffBBMzMti9ZvqpS61..AwiMmIB63tLVGC8DDGZZGysVdcmMsC5+MQdnUsfzFxBKSFn.xy6XYR0X5eKLy5HKypQ2zdBBhfpwPvfAPvYAKhLQsnGCEmxmgTrDr3g3.YodxrpWgTUO4zTOQF0an.06zfkMbQMvwbBLSKXSLQ0zIl.V0JnuBC7MFFLiCoG13wqqeG37tjFsjXrxEJbAI0BEN2aLR9QxSLDdXoMzckl6ZxRWVx2iX70f34pUCZfGaTB4QocksiJo2Qk15nZ5cTMQGmxV2ZKOn6bWKs9GysChsjKZMD4uyR3n9jXHVtgEBSPFhnQPFQ3Ybp2vwlzXrQi5PGjaol3ztpLrSHXjdzAAYXOZfAJ5eHaKjMTpVSaCLxwVxwlNqTlp0tNViYDoxWfbYrZBO2H4u+H4kxQrJi6AwSgwtnUahgiQILsts4R0pQnKcdoBReApIc74cgu6EjJLdkIJe9fg3MBF.4jCfbZCfb3.HOtREk3A3Aj+mNx5q9idN5fGdSLitk0pjHAiweuEiCoiAJ6cLPlCCRbKPG.0jCfZZXfZ5fX1XfRVXfRWfAQNa6.LP9gpMlOEoKeYI4yIEPj969w+oDyrQpdEEfYrZ5VdjaGoz5ZjaKm.X2lI6Oy7Bd.kkA89lfg9PeqeLSL3kjkQfjWTt.mvOHKKP776zMBI.2rrCQZxArcHEXMSyPZ1sdvNjDM6ISQ2aGhiOmtcHA3FXGX.+q5fgKYO14xe+74x+f13TqVZrBGLKnaZboIs3lgXiY2r9pP2HqaX+Hqcymb.nyIGvl6hQ.rvzQG6ErQ3kZ.s6TJCBgXIM2lPkhzUrepCmLL0goahwN1BHRFB4AQlWAeUlMkNgtR9HqPj7.Qew6jrKagLIWLprCC7Com3Bu7Go08BqvK7C+A+9tR3WALKbNxLAWoartKzacRRXIu8I+9RKLqNVmlEVHlRv4FPWLhZBEmEtAI81fbxxQFOu6fcZP.jVNvBhifCSnLPAl2xQGirW6FHholpFm.DOeV3twW6yqsUbCIsMQl30o.6TCHHrNDs15XZq+Lg4pqEkxbNfpZoREKpJfvv5QTOAPojpppRwBUpvvPg1+hEqndIkhQNLA2IuLXpllHmH8RvGADKB7iBMZKGsELG80kXyB6B97Wv1DdWBGExzZRpsDWWz8XvzJZX3cww5lZEkhkTJUoB0Qt6gsy.RFb6fB7TKRHWYhRkKtG.uWOavqUTtcEDpTRt7DktjrZodBBGAPxN61yh7ZXouU2fdSlA5QCUwha4NlvO4o+W5.vAZztk.tB1WYjZD.WimNbQ2yAOBcQYJDwBGAanpcHiEYNYWfLJcOxDR3weasHzIjxJ0zxBgF9CSAgxCjKWoREE4R6IfRIUfZm7kXt3aDsbj3f8pSkZu3T8E4bp9S6fS0AIjotWgLVbJe2rZKC774YfmuWiX34qJvBOeFRKWcR3kq35zrQrzix3m0gv8IXPuEnULHDEflbZ+w6l056f1KUuSZ+q0QsmWMkKVpzDkqTnRYNk5r6XRDwZzi2jQiVotlmgtEbdcCreYtnj+f2+8+aS1RQgbJZERKRBAadSZ5.UcZPU1gASCsb1TntiIjBbzcz0DZarkPclhfo8y0pqGqFZerlGF1f2+4IS50rVMDoW.fzadOh7llVjKiGhlGYq9032nYBqo2zBeStrRHWBO7VV90o6McbQ2i3fRrFrKjMQkRETjURN24a8zueaycxcLmS9GupOYupVMIV1p5t50gT2SQwAXw+WYGyCK9F+W7M6M7e08I7uv2gC++rOZ2i++veY53egOTKcbMaqBINg5kJnVRdhNY.Xw5WtmRakwueUdbuQbPNAwWETprzhHSIZIJjnWM2fhG1HxjS60mBDyI9RzxR8q4rTJjVAVDZ5uFnUgVBrF.eXI1.7iee5uOh0.XNcmL.BJayZZEt01s6SL0pNaPl61dEROEXQGylV5X9h2R8SCYPuTrUIkVITahJrEqmxAREc6V08zfpHrw5oquCjh9R1lxAs9FVebxx79UlLVYGBL+Wd2VL7dnV8moccIG35NMwPxkOnH3pEk7Ijn17CxqNC1cpSJnAcvIo7rnN1k5Ce5q1r9xj4xFPBXXaCsn6sW73z4yAsKDse3kg1l9MFHloLssXHS+FCFyTg19ojeTlsZDxTkkoZBlEYYVLAyRrLKkfYYVlkSvrBKyVMD1YaBIvygbaxPYYS.uHZSpLwgcaxwxxlL7QZaxIirIyzzcC3buquMAP2QNWPdBlErGFun3Fz0tKDmL3WWiRPNjfTgWaaeBJ7OVV+abdBEYW1fRnTRBkaQX6ul+fVgcCbTBSjTjKES3TZOm8jhf+BIrMxrLkSvTIBl6nmzfgLO76IovMutG8jV4m8O9U8tmT.gN5Is8eX5+RROo.QlHIgKwkUyQUOoceLogBcyR0SBDxbe1SJWm7jTyHljXadRgDh7jd3m6Z+VNOoUpU6e0EdRIM56K4OdzwAX2GJ4XgdGo5.LbHyt2A3SCt9U9J96VjrcC+sgHM20jjyH3RRWhG+d+ne2jbtD+z+y6w4R7vO4e+O24koz5GG3YRbfgacLvP0aXAuRzV7FAv7jby3ffcqsmERq2JS.g2gqR4B2RqsiJV6S320VWwg55MXSUboiLED3L.ef8njB6a3O5nvmBTU+vfCwdeuSIiOws2oCCKSs6iOABLf4a8HfC80Z6IByl0xzMqUC5xWI3GoU0EtABtY35d6+gh5aH2MKzLLPsX1KwHHzeIl9KwzeIlm0Kw7+KEUoyQlJU9.Hxz9XIN5GYpejo9Qldwcy4mIJ42Y2xVuNxvy2z0wGsOefJLbNachAwjMzCkb7C5Ofglp5vaSYLEFqabGVaNk50gVPcOHaLs3qYaWhmLYZmn.FMHl80oNdw0I7TLCKml7AzSQ.iXsqO9uyYP2TteC4jplDxq865PF7WnUp82KvngKpeGH64Zp0v0Ni9Ux54ZkrFFTYh9Ki2eY79Ki2eY7mOOpkTOSF48WEG5tF7P6Qx34Q0nXNtTsaRXNtTGDGSl7ziISeSx921vYLlsaRFTfOLWmeRTLuPh8KSX+Uw6uJd+xDdX4jUlCnV7P2JFbVDgrNWkIsHBYYQ3VwPLdXOj8rA4dIaYsJo8TAeb29TAORdhjNZMA6rA1fWB7N5a.8+pn3aOOqe6ZNt0ktBzF5RCclQZ.Opa+xD0nq+xDsjAlnA2vU21qgiGTlcjSvi8DT9wyBwMs46d.IEtjTHxOO4tioeGWKhnBKQxhDbCFoM2HsHJ5kwYku6m7WmLnbXKCI2MlK4YPtY0iekr7cxq1zxC5uVIy39XFxJrj2ySIjO58AY5Y2aazfcm5tCeynxEoiAIQOm8FPKGBkf7NmM3cbqEUVkbQGamFq6XiLXcotNjDoZs0fbtMod+jrLpmUKYgZe3bZuMxFp6tXvKQ1tAJj6dnHKy0qBBTWI5TeoWLdIwF7EnWRrChInjniG9RwFjZF.CrmJAP+ygTaYYTW2v041FAenXnAJNtOEhUx1+yMXNvhz1Rs91zPsj0Iq0baCCpm7EI1xzkPomkPsmknXOKQodVhx8rDU5YIlHCInKrOUSrS8fYmDBUmK3a3fXqGqGIk0+2rfdAw
                                        

                                        www.anarchyaudioworx.com

                                        www.facebook.com/groups/audioworx/

                                        SteveRiggsS 2 Replies Last reply Reply Quote 0
                                        • ulrikU
                                          ulrik @d.healey
                                          last edited by

                                          @d-healey said in RemarkableX Snippet Kit...:

                                          Well I was going to do paint routines but it looks like the crowd wants git :)

                                          Yeah, but after that, paint routines! :)

                                          Hise Develop branch
                                          MacOs 15.3.1, Xcode 16.2
                                          http://musikboden.se

                                          1 Reply Last reply Reply Quote 1
                                          • SteveRiggsS
                                            SteveRiggs @SteveRiggs
                                            last edited by

                                            BUMP BUMP ☺

                                            @SteveRiggs said in RemarkableX Snippet Kit...:

                                            Hi, again guys,

                                            I’m still on a mission trying to work out this DeEsser (as I can only use HISE 1.6.0 at the moment for this project so have no linkwitz filters yet. It’s better for me to also learn the harder way to do things first) 😎

                                            @remarkablex I’ve been experimenting with that cool splitter you made trying to turn it into the vocal DeEsser I’m imagining.

                                            I’ve modified a few things so far. The main things being:

                                            I added a compressor underneath the '5&6 Out' gain module, and routed it to 5&6, the same channel as the mid-band eq, and that seems to be kind of working. The compression works nicely on the mid-band anyway...

                                            I have disabled the EQ1 (Low Pass) & EQ3 (High Pass) and removed one of the FloatingTiles on the EQ display so it focuses in more on where the compression would be happening in the crossover between the 2 bands.

                                            The 2 problems I’m having though are:

                                            1. When the processed output button is pressed, it only sends sound to the right speaker (I checked all your routings but nothing looks wrong)

                                            2. My processed signal is now filtered because of the EQ2 mid-band EQ curve.

                                            I’ve been trying to think of a solution to get rid of the eq cut, and so far I came up with the idea of maybe adding another EQ module also routed to 5&6 to compensate for the EQ cuts by having the gain levels inverted and linking them to the original eq’s frequency parameters somehow so they move at same time, just so that the only signal getting processed (compressed) is the range between the two chosen frequencies, and there is no audible eq'ing or filtering going on. The only processing I would like is just the compressor ducking the volume in the specified range on the mid-band eq.

                                            I’ll put a snippet below. It’s very close already I think, apart from those small couple of things I can’t seem to work out.

                                            If you or anyone would be so kind to point me in the right direction of getting it functioning the way I’m imagining it then I would be eternally grateful 🙂

                                            HiseSnippet 2937.3oc6b07abjTEuaaWwYlMNaR1fXEq.0xhCNgDqo6d9vYWEb6OyZsqimDGxR.Iha2cM1Eomtms6ZriSHP3e.9PfX0xAztve..BIP6o0ZQBAHAjKbfa4DvITtffagp5Oltpd5o8L9iD6vLQQx06Uupe8u2qd0qdc0cUWGCnmmiqfXtarUCnf3I.KukMd8YVWGYKrvrBhuDXlkjlGYggtBSuUCcOOnofn3fWg1AwbCI3+6ISNstktsALljfvMcPFv2FUGgioVU6sPVVyqaBuApNSuKpsfgi8LNVNMIJyffBBMzMti9ZvqpS61..AwiMmIB63tLVGC8DDGZZGysVdcmMsC5+MQdnUsfzFxBKSFn.xy6XYR0X5eKLy5HKypQ2zdBBhfpwPvfAPvYAKhLQsnGCEmxmgTrDr3g3.YodxrpWgTUO4zTOQF0an.06zfkMbQMvwbBLSKXSLQ0zIl.V0JnuBC7MFFLiCoG13wqqeG37tjFsjXrxEJbAI0BEN2aLR9QxSLDdXoMzckl6ZxRWVx2iX70f34pUCZfGaTB4QocksiJo2Qk15nZ5cTMQGmxV2ZKOn6bWKs9GysChsjKZMD4uyR3n9jXHVtgEBSPFhnQPFQ3Ybp2vwlzXrQi5PGjaol3ztpLrSHXjdzAAYXOZfAJ5eHaKjMTpVSaCLxwVxwlNqTlp0tNViYDoxWfbYrZBO2H4u+H4kxQrJi6AwSgwtnUahgiQILsts4R0pQnKcdoBReApIc74cgu6EjJLdkIJe9fg3MBF.4jCfbZCfb3.HOtREk3A3Aj+mNx5q9idN5fGdSLitk0pjHAiweuEiCoiAJ6cLPlCCRbKPG.0jCfZZXfZ5fX1XfRVXfRWfAQNa6.LP9gpMlOEoKeYI4yIEPj969w+oDyrQpdEEfYrZ5VdjaGoz5ZjaKm.X2lI6Oy7Bd.kkA89lfg9PeqeLSL3kjkQfjWTt.mvOHKKP776zMBI.2rrCQZxArcHEXMSyPZ1sdvNjDM6ISQ2aGhiOmtcHA3FXGX.+q5fgKYO14xe+74x+f13TqVZrBGLKnaZboIs3lgXiY2r9pP2HqaX+Hqcymb.nyIGvl6hQ.rvzQG6ErQ3kZ.s6TJCBgXIM2lPkhzUrepCmLL0goahwN1BHRFB4AQlWAeUlMkNgtR9HqPj7.Qew6jrKagLIWLprCC7Com3Bu7Go08BqvK7C+A+9tR3WALKbNxLAWoartKzacRRXIu8I+9RKLqNVmlEVHlRv4FPWLhZBEmEtAI81fbxxQFOu6fcZP.jVNvBhifCSnLPAl2xQGirW6FHholpFm.DOeV3twW6yqsUbCIsMQl30o.6TCHHrNDs15XZq+Lg4pqEkxbNfpZoREKpJfvv5QTOAPojpppRwBUpvvPg1+hEqndIkhQNLA2IuLXpllHmH8RvGADKB7iBMZKGsELG80kXyB6B97Wv1DdWBGExzZRpsDWWz8XvzJZX3cww5lZEkhkTJUoB0Qt6gsy.RFb6fB7TKRHWYhRkKtG.uWOavqUTtcEDpTRt7DktjrZodBBGAPxN61yh7ZXouU2fdSlA5QCUwha4NlvO4o+W5.vAZztk.tB1WYjZD.WimNbQ2yAOBcQYJDwBGAanpcHiEYNYWfLJcOxDR3weasHzIjxJ0zxBgF9CSAgxCjKWoREE4R6IfRIUfZm7kXt3aDsbj3f8pSkZu3T8E4bp9S6fS0AIjotWgLVbJe2rZKC774YfmuWiX34qJvBOeFRKWcR3kq35zrQrzix3m0gv8IXPuEnULHDEflbZ+w6l056f1KUuSZ+q0QsmWMkKVpzDkqTnRYNk5r6XRDwZzi2jQiVotlmgtEbdcCreYtnj+f2+8+aS1RQgbJZERKRBAadSZ5.UcZPU1gASCsb1TntiIjBbzcz0DZarkPclhfo8y0pqGqFZerlGF1f2+4IS50rVMDoW.fzadOh7llVjKiGhlGYq9032nYBqo2zBeStrRHWBO7VV90o6McbQ2i3fRrFrKjMQkRETjURN24a8zueaycxcLmS9GupOYupVMIV1p5t50gT2SQwAXw+WYGyCK9F+W7M6M7e08I7uv2gC++rOZ2i++veY53egOTKcbMaqBINg5kJnVRdhNY.Xw5WtmRakwueUdbuQbPNAwWETprzhHSIZIJjnWM2fhG1HxjS60mBDyI9RzxR8q4rTJjVAVDZ5uFnUgVBrF.eXI1.7iee5uOh0.XNcmL.BJayZZEt01s6SL0pNaPl61dEROEXQGylV5X9h2R8SCYPuTrUIkVITahJrEqmxAREc6V08zfpHrw5oquCjh9R1lxAs9FVebxx79UlLVYGBL+Wd2VL7dnV8moccIG35NMwPxkOnH3pEk7Ijn17CxqNC1cpSJnAcvIo7rnN1k5Ce5q1r9xj4xFPBXXaCsn6sW73z4yAsKDse3kg1l9MFHloLssXHS+FCFyTg19ojeTlsZDxTkkoZBlEYYVLAyRrLKkfYYVlkSvrBKyVMD1YaBIvygbaxPYYS.uHZSpLwgcaxwxxlL7QZaxIirIyzzcC3buquMAP2QNWPdBlErGFun3Fz0tKDmL3WWiRPNjfTgWaaeBJ7OVV+abdBEYW1fRnTRBkaQX6ul+fVgcCbTBSjTjKES3TZOm8jhf+BIrMxrLkSvTIBl6nmzfgLO76IovMutG8jV4m8O9U8tmT.gN5Is8eX5+RROo.QlHIgKwkUyQUOoceLogBcyR0SBDxbe1SJWm7jTyHljXadRgDh7jd3m6Z+VNOoUpU6e0EdRIM56K4OdzwAX2GJ4XgdGo5.LbHyt2A3SCt9U9J96VjrcC+sgHM20jjyH3RRWhG+d+ne2jbtD+z+y6w4R7vO4e+O24koz5GG3YRbfgacLvP0aXAuRzV7FAv7jby3ffcqsmERq2JS.g2gqR4B2RqsiJV6S320VWwg55MXSUboiLED3L.ef8njB6a3O5nvmBTU+vfCwdeuSIiOws2oCCKSs6iOABLf4a8HfC80Z6IByl0xzMqUC5xWI3GoU0EtABtY35d6+gh5aH2MKzLLPsX1KwHHzeIl9KwzeIlm0Kw7+KEUoyQlJU9.Hxz9XIN5GYpejo9Qldwcy4mIJ42Y2xVuNxvy2z0wGsOefJLbNachAwjMzCkb7C5Ofglp5vaSYLEFqabGVaNk50gVPcOHaLs3qYaWhmLYZmn.FMHl80oNdw0I7TLCKml7AzSQ.iXsqO9uyYP2TteC4jplDxq865PF7WnUp82KvngKpeGH64Zp0v0Ni9Ux54ZkrFFTYh9Ki2eY79Ki2eY7mOOpkTOSF48WEG5tF7P6Qx34Q0nXNtTsaRXNtTGDGSl7ziISeSx921vYLlsaRFTfOLWmeRTLuPh8KSX+Uw6uJd+xDdX4jUlCnV7P2JFbVDgrNWkIsHBYYQ3VwPLdXOj8rA4dIaYsJo8TAeb29TAORdhjNZMA6rA1fWB7N5a.8+pn3aOOqe6ZNt0ktBzF5RCclQZ.Opa+xD0nq+xDsjAlnA2vU21qgiGTlcjSvi8DT9wyBwMs46d.IEtjTHxOO4tioeGWKhnBKQxhDbCFoM2HsHJ5kwYku6m7WmLnbXKCI2MlK4YPtY0iekr7cxq1zxC5uVIy39XFxJrj2ySIjO58AY5Y2aazfcm5tCeynxEoiAIQOm8FPKGBkf7NmM3cbqEUVkbQGamFq6XiLXcotNjDoZs0fbtMod+jrLpmUKYgZe3bZuMxFp6tXvKQ1tAJj6dnHKy0qBBTWI5TeoWLdIwF7EnWRrChInjniG9RwFjZF.CrmJAP+ygTaYYTW2v041FAenXnAJNtOEhUx1+yMXNvhz1Rs91zPsj0Iq0baCCpm7EI1xzkPomkPsmknXOKQodVhx8rDU5YIlHCInKrOUSrS8fYmDBUmK3a3fXqGqGIk0+2rfdAw
                                            

                                            www.anarchyaudioworx.com

                                            www.facebook.com/groups/audioworx/

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            36

                                            Online

                                            1.7k

                                            Users

                                            11.9k

                                            Topics

                                            103.5k

                                            Posts