Page 1 of 1

live looping implementation

Posted: Tue Nov 26, 2019 6:13 am
by jguerrero
Hi there,

Trying to implement a live setup that let me improvise music via live looping:
1.- midi controller
2.- instruments served in carla
3.- looping in sooperlooper
4.- Mixing all in ardour

My problem is I that can't figure out how to automate the instrument channel selection with midi cc or notes, any help is very appreciated, thanks in advance

Image

Re: live looping implementation

Posted: Tue Nov 26, 2019 7:13 am
by khz
:welcome:
tramp wrote:Re: Carla

You need to open the in-build interface for the plugin (Xmonk.lv2) ( the little wrench in the rack interface) and enable under MIDI:
[x] Send Control Changes

then the ModWheel works.

Re: live looping implementation

Posted: Tue Nov 26, 2019 7:44 am
by j_e_f_f_g
You guys trying to use "loopers" live may want to try a real-time arranger instead. The latter better simulates live human accompaniment, and can be easier to use live because the software continuously analyzes your playing and follows you, rather than requiring you to operate the software while you're playing.

My program "BackupBand" is a realtime arranger for linux,

https://sourceforge.net/projects/backupband/

Re: live looping implementation

Posted: Tue Nov 26, 2019 3:52 pm
by jguerrero
Thanks , will check both. Regards

Re: live looping implementation

Posted: Tue Nov 26, 2019 6:53 pm
by Digital Larry
j_e_f_f_g wrote:You guys trying to use "loopers" live may want to try a real-time arranger instead. The latter better simulates live human accompaniment, and can be easier to use live because the software continuously analyzes your playing and follows you, rather than requiring you to operate the software while you're playing.

My program "BackupBand" is a realtime arranger for linux,

https://sourceforge.net/projects/backupband/
Jeff, are there any videos of this in operation? Looks interesting.

Re: live looping implementation

Posted: Wed Nov 27, 2019 6:41 am
by noedig
jguerrero wrote: My problem is I that can't figure out how to automate the instrument channel selection with midi cc or notes, any help is very appreciated, thanks in advance
Konfyt (https://github.com/noedigcode/konfyt) is ideal for switching patches for live playing. Patch switching can be done with any MIDI event (CC, note or program change).

1.) It could route MIDI to the appropriate instruments in Carla:
1 konfyt route midi.png
1 konfyt route midi.png (23.01 KiB) Viewed 1159 times
2.) You could even host SFZ or SF2 Soundfont instruments directly in Konfyt.
2 konfyt instruments.png
2 konfyt instruments.png (23.42 KiB) Viewed 1159 times

Re: live looping implementation

Posted: Wed Nov 27, 2019 3:59 pm
by jguerrero
Definitively will take a look on that, is master branch the stable one?

Re: live looping implementation

Posted: Wed Nov 27, 2019 4:41 pm
by noedig
jguerrero wrote:Definitively will take a look on that, is master branch the stable one?
Yes (but testing branch is not necessarily unstable at the moment).