PD and Organelle Newb Wants to Meddle With Overloop

  1. correct, you’d need to start using an array and soundfiler , you can easily look to one of the other samplers to get examples.
    limit - probably a few minutes (but depends what else is loaded etc)
    Editing "basic sampler" to be more than 2 seconds

BUT… your also going to need to re-think overloop a bit too do this

the reason is, overloop continually creates new files, it does not loop back over a finite set,
(I know as Ive just re-written this for Orac 2.0 , due to a new feature … )
which you cannot do if your using memory buffers (arrays), also bare in mind if you use multiple buffers thats lots of memory…
(if you only use one buffer, then the issue is you might get latency as you load up new samples)

if you just want to do it for one sample, then you could use norisampler instead.

  1. I guess you mean overloop outside of Orac then…
    as with orac, you just use a different module after it!? - adding a page in Orac is trivial, just add a ‘page’ entry in the pages section in the module.json - see orac module development topic :wink:

but if you are talking about non-orac overloop , then you’ll need to implement a multi-page system,
there are various available, again go look at a patch that has multi page as an example.

2 Likes