Midi looper internal route problem


#1

Hi everyone, here is my firs question, hope somebody can help,
I'm trying to make a random melody generator with the ability of looping a desired loop.
I've made a subpatch that creates melodies with a selected scale, range of notes and different trigger gates.
the first part works and it's pretty easy.
Now to loop the last bars, i'm using midi looper patch from the community library user matroe.
The thing is that i don't know how to route the notes created with my subpatch to the looper.
I'm just getting to loop the Din midi input.
Can somebody guide me on this?

thanks in advance


#2

So it's working on DIN but not on the internal midi? It might be to do with the settings inside the play/record subpatch, can you screenshot those?

It's been a while since I used these (I'm actually working on a different midi Looper setup that uses less sdram).


#3

sure, here you have it


#4

Ah, I had a look at the code in the record object and it doesn't record from the internal midi bus which is why it won't work.

I think I made it like that to stop it recording itself when sending the loop to the internal bus, which I think it needs to do to solve polyphony issues when overdubbing. I always record incoming midi so it was never an issue for me.


#5

ops I see
thanks anyways


#6

I uploaded a work in progress patch of the new Looper here

It should work recording from internal midi. If you are also playing back to internal midi use different ports otherwise when you overdub it'll try and record its own playback, I think.