HISE Logo Forum
    • Categories
    • Register
    • Login

    Im trying to made Slicer like a fruity slicer and got stock on chopping, cant really do that in sample.

    Scheduled Pinned Locked Moved General Questions
    21 Posts 7 Posters 1.3k 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.
    • L
      Lurch @HarveySmith
      last edited by

      @HarveySmith That's an interesting one -

      "Fruity Slicer uses beat detection to slice a wave file into pieces and make them independently playable from the Piano roll or from a controller. If the wave file contains slice/region data this will be automatically used instead of beat-detection. Fruity Slicer offers playback, reordering of slices and time-stretching capabilities optimized for drum loops."

      So if I'm correct, it divides up the signal into chunks depending on the tempo and note value, and then resequences them as you play in MIDI?

      You could do that in HISE but it'll be tricky, you'd need to script getting the tempo, doing the maths on the length of note values in ms, 1/8th=120ms for example, and then somehow assign these as playable samples(?) and script cycling through them or triggering them at random with MIDI I guess?
      I have no idea how to do transient/beat detection in HISE but I'd bet it's possible.

      Would be a real cool project, especially if you've got some experience already.

      LindonL H 2 Replies Last reply Reply Quote 0
      • LindonL
        Lindon @Lurch
        last edited by

        @LozPetts said in Im trying to made Slicer like a fruity slicer and got stock on chopping, cant really do that in sample.:

        I have no idea how to do transient/beat detection in HISE but I'd bet it's possible.

        Its pretty tricky to do actually. I found that simply dividing the loop up into (say)1/16ths and displaying this to the user and letting them move the beat onset points around is much simpler...

        HISE Development for hire.
        www.channelrobot.com

        L H 2 Replies Last reply Reply Quote 1
        • L
          Lurch @Lindon
          last edited by

          @Lindon Yeah that would be how I would do it too - I did see someone post a snippet for a basic transient designer a while back, OP could potentially use that as a starting point - certainly above my experience level at the moment!

          LindonL 1 Reply Last reply Reply Quote 0
          • LindonL
            Lindon @Lurch
            last edited by

            @LozPetts said in Im trying to made Slicer like a fruity slicer and got stock on chopping, cant really do that in sample.:

            @Lindon Yeah that would be how I would do it too - I did see someone post a snippet for a basic transient designer a while back, OP could potentially use that as a starting point - certainly above my experience level at the moment!

            yeah I found that the transient designers I could come up with were nowhere near accurate - either too many or too few hits...no matter how much tweaking I did. So in the end its way easier to divide the loop into a strict 1/16th grid ( alot of transients are going to be on that any way) and let the user shift/remove/add transient tags as they wish.

            HISE Development for hire.
            www.channelrobot.com

            H 1 Reply Last reply Reply Quote 0
            • H
              HarveySmith @Lurch
              last edited by

              @LozPetts damn, it’s harder then I expected but HISE actually really interesting so I’ll try to go more into it, thank u very much for answer

              1 Reply Last reply Reply Quote 0
              • H
                HarveySmith @Lindon
                last edited by

                @Lindon thank u for answer, do u know if HISE community have something like discord channel?

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

                  @HarveySmith said in Im trying to made Slicer like a fruity slicer and got stock on chopping, cant really do that in sample.:

                  something like discord channel

                  Someone made a discord channel but it didn't really take off. This forum is the place to be.

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

                  1 Reply Last reply Reply Quote 1
                  • H
                    HarveySmith @Lindon
                    last edited by

                    @Lindon that’s exactly what I want to do, I don’t want to make Sample being cut by tempo, I want to cut it in same size slices

                    1 Reply Last reply Reply Quote 0
                    • AxiomCruxA
                      AxiomCrux @Lindon
                      last edited by

                      @Lindon woah this is rad, love your site too, I am curious where you got your audio player for the demo tracks, I love the elegant clean minimalist / soundcloud integration and the product looks and sounds great, I'd totally buy something like this :D

                      http://www.axiom-crux.net

                      LindonL 1 Reply Last reply Reply Quote 0
                      • LindonL
                        Lindon @AxiomCrux
                        last edited by

                        @AxiomCrux said in Im trying to made Slicer like a fruity slicer and got stock on chopping, cant really do that in sample.:

                        @Lindon woah this is rad, love your site too, I am curious where you got your audio player for the demo tracks, I love the elegant clean minimalist / soundcloud integration and the product looks and sounds great, I'd totally buy something like this :D

                        well if you are talking about Elitist loop - then it's not my site - it's my clients site. I just built the product for them.

                        HISE Development for hire.
                        www.channelrobot.com

                        ChazroxC 1 Reply Last reply Reply Quote 0
                        • ChazroxC
                          Chazrox @Lindon
                          last edited by

                          @Lindon you killed that! 👏

                          LindonL 1 Reply Last reply Reply Quote 0
                          • LindonL
                            Lindon @Chazrox
                            last edited by

                            @Chazrox said in Im trying to made Slicer like a fruity slicer and got stock on chopping, cant really do that in sample.:

                            @Lindon you killed that! 👏

                            thanks it was a bit of a PITA but I got it sorted after a couple of weeks, so now I know how to do it ...was thinking about doing a "3 circles" version at some point....

                            HISE Development for hire.
                            www.channelrobot.com

                            ChazroxC 1 Reply Last reply Reply Quote 0
                            • ChazroxC
                              Chazrox @Lindon
                              last edited by

                              @Lindon 🔥 🔥 🔥
                              I cant wait to see what THAT does!

                              1 Reply Last reply Reply Quote 0
                              • D
                                dane.zone @Lindon
                                last edited by

                                @Lindon this is such a cool idea. I've been playing with it and I'm not sure how to use the SampleStartMod that is listed in the docs for the Audio Loop Player. Is that what you're using?

                                Without that, I'm able to get "slices" by moving around the start/end points using .setSampleRange but only if I already know the total length of the audio file. If I want to be able to drop in a new file and get the length via .setContentCallback I'm running into trouble because it will redefine the length every time .setSampleRange is used.

                                Am I even on the right track?

                                LindonL 1 Reply Last reply Reply Quote 0
                                • LindonL
                                  Lindon @dane.zone
                                  last edited by Lindon

                                  @dane-zone well I dont use an audio player for a start - I use a sampler.. so maybe start there...I may well have sent you down the wrong track with my first post by mentioning Audio Loop player- so sorry for that.

                                  HISE Development for hire.
                                  www.channelrobot.com

                                  D 1 Reply Last reply Reply Quote 0
                                  • D
                                    dane.zone @Lindon
                                    last edited by

                                    @Lindon ok that makes a lot of sense. I was able to get the concept going using the CustomSampleImport tutorial. I managed to repurpose the start/end of the LoopPanel to give me two different draggable trigger point "slices" but I'm curious if you have any other tips for adding more draggable slice points to the panel. I'm still wrapping my head around the custom panel stuff.

                                    LindonL 1 Reply Last reply Reply Quote 0
                                    • LindonL
                                      Lindon @dane.zone
                                      last edited by Lindon

                                      @dane-zone said in Im trying to made Slicer like a fruity slicer and got stock on chopping, cant really do that in sample.:

                                      @Lindon ok that makes a lot of sense. I was able to get the concept going using the CustomSampleImport tutorial. I managed to repurpose the start/end of the LoopPanel to give me two different draggable trigger point "slices" but I'm curious if you have any other tips for adding more draggable slice points to the panel. I'm still wrapping my head around the custom panel stuff.

                                      Well first Elitist doesnt do end user sample importing - but I cant see why that would be a difficult addition. As to slice setting - thats really up to you, again Elitist actually just allows users to set the start and end points of a sample and plays that, but using the Sample Start modulator should allow you to start the sample at any point you like - so different "slices" in the same end user loaded sample...

                                      You will need to draw your own panel and add movable/addable/delete-able "slice markers" with the setPaintRoutine - it should be powerful enough its what Elitist uses to draw the circle and the segments and allow them to be modified by the user.

                                      HISE Development for hire.
                                      www.channelrobot.com

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

                                      24

                                      Online

                                      1.8k

                                      Users

                                      12.1k

                                      Topics

                                      105.7k

                                      Posts