Audio Loop Player problems..
-
So , messing about with the audio loop player...
I load in a wav file and set the loop to 2 bars (instead of "free running"), and press a note- the loop plays faster (which is all good) but I press a second note (whilst still having the first note pressed) and the loop player does not retrigger - it just starts to play the loop at normal speed over the top... am I doing something silly?
If I set the loop player to "free running" pressing second and subsequent notes retriggers playback ...correctly
-
@lindon Same behavior here. Can't figure out where is the problem!
-
That's been a issue with the audio loop player for a while now, I believe I posted a similar issue in 2020.
-
-
@casey-kolb is that how you can drag an audio file into the samplers in Cube? I wanted to ask you about that!
-
@casey-kolb said in Audio Loop Player problems..:
@lindon We worked with Christoph to develop a new way to use audio files on the fly with the Sampler instead of the Audio Loop Player, which had too many bugs to be worth fixing. Now you can use Samplers for everything, including user audio. Christoph set up a quick tutorial here.
Thanks @Casey-Kolb - however - you may have seen from my previous posts about Audio Loop Player - in at least one project where I'm using them I need 32 of these - so 32 Samplers I think will cause me a lot of problems....
-
@lindon 32 samplers might be ok if the voice count of each is low. However if you're using samplers instead of loop players are you sure you can't use fewer?
-
@d-healey said in Audio Loop Player problems..:
@lindon 32 samplers might be ok if the voice count of each is low. However if you're using samplers instead of loop players are you sure you can't use fewer?
well the voice count is low - one wave file each sampler playing only once, so only 1 voice. Each of the 32 samplers/loop players can have any of the 2,000 loop s loaded in t - and can have its own start/end point and loop points...
Beginning to think Samplers might be the way to go then, it also avoids the problem of storing 2K of loops in the AudioResources.dat file too...
-
@lindon You could put all 2000 samples in a single sample map, why do you need 32 samplers/loop players?
-
@d-healey because each loop has its own FX....
-
@lindon Aha that makes sense. @Christoph-Hart Feature request for HISE 4, per group FX (or per group sends) :D
-
@danh said in Audio Loop Player problems..:
@casey-kolb is that how you can drag an audio file into the samplers in Cube? I wanted to ask you about that!
That's right! We're working on adding dynamic SFZ imports too, so you could load full sample maps with multiple audio files just by dragging and dropping. Opens up a ton of possibilities for users :)
-
@casey-kolb said in Audio Loop Player problems..:
@danh said in Audio Loop Player problems..:
@casey-kolb is that how you can drag an audio file into the samplers in Cube? I wanted to ask you about that!
That's right! We're working on adding dynamic SFZ imports too, so you could load full sample maps with multiple audio files just by dragging and dropping. Opens up a ton of possibilities for users :)
It Sounds Interesting
Thanks, Casey for The Information On Drag & Drop, and the Link to the Example.I Got A Question, What commit did you used For This Feature?
It works with Master?Update: It Doesnt Work on Master, Develop Works just Fine :)
-
@casey-kolb aha nice! And what about root note detection?
-
@danh -- er its all in the demo project....
-
-
@danh said in Audio Loop Player problems..:
@casey-kolb aha nice! And what about root note detection?
I think it might do this automatically? Christoph left detailed comments in the tutorial, so there is a way to use root note detection for user audio. We aren't using it at the moment though.
-
@casey-kolb Thanks mate, this is a real eye opener! Tried the example proj in Develop. All working except the loop markers would snap back to their original positions when moving. Will test in master - I assume it was written for master?
-
@danh I tried with master, it shows me some error,
let me know dan if works for you -
@danh said in Audio Loop Player problems..:
@casey-kolb Thanks mate, this is a real eye opener! Tried the example proj in Develop. All working except the loop markers would snap back to their original positions when moving. Will test in master - I assume it was written for master?
It's probably only in develop at the moment. The loop markers are a bit finicky – I think you need to be sure to update the actual sample loop points in the sampler when the markers are moved, otherwise they'll jump back to where they were. It's a fine balance of updating the visuals to always match the sampler settings. It might just be a matter of updating the panel again.