Search found 554 matches

by jesse
Sat Dec 15, 2018 12:08 pm
Forum: Alternative GUIs
Topic: EDP Clone - A Raspberry Pi Project
Replies: 36
Views: 101457

Re: EDP Clone - A Raspberry Pi Project

That's great! Better visualization than in the SL GUI :)

Feel free to post any links to videos (that you may have uploaded to youtube, etc) of how this whole project is working out....
by jesse
Thu Dec 13, 2018 12:46 pm
Forum: Alternative GUIs
Topic: EDP Clone - A Raspberry Pi Project
Replies: 36
Views: 101457

Re: EDP Clone - A Raspberry Pi Project

Did you get any OSC response sent to your OSC server port in either case?

The got xrun messages occur when the jack audio thread reports buffer overruns... what is your JACK configuration (including buffer size, number of buffers, sample rate, etc)?
by jesse
Mon Oct 29, 2018 8:02 pm
Forum: MIDI Setup
Topic: EDP Clone - A Raspberry Pi Project
Replies: 8
Views: 32775

Re: EDP Clone - A Raspberry Pi Project

Very cool! I haven't played with RPIs yet, but in terms of memory, even the RPI Zero has 512MB of ram, which should be plenty of space depending on your looping needs. SL uses single precision float samples (4 bytes) internally, so at 44.1kHz sample rate a single channel loop will allocate about 10M...
by jesse
Mon Oct 29, 2018 10:42 am
Forum: Mac Specific Troubleshooting
Topic: Loading a Session in MacOS Mojave
Replies: 2
Views: 14789

Re: Loading a Session in MacOS Mojave

This sounds like a network setup issue.... that popup only shows up when the GUI thinks the SL it is connected to is on another machine. Can you post a screenshot to the SL Preferences page showing the Connection page? Also can you post the contents of your /etc/hosts file (easiest way, is to open a...
by jesse
Wed Sep 05, 2018 5:05 pm
Forum: MIDI Setup
Topic: Window focus
Replies: 4
Views: 20060

Re: Window focus

If your foot controller shows up as a USB keyboard to the system, it will of course only work on the focused application... there is no way around that, as far as I know.
by jesse
Fri Aug 03, 2018 9:04 pm
Forum: MIDI Setup
Topic: Mute_all KEY Binding
Replies: 3
Views: 19046

Re: Mute_all KEY Binding

Sure you can bind select_loop_all to whatever you want...
by jesse
Tue Jun 05, 2018 3:31 pm
Forum: Looping Techniques
Topic: Advice Needed: Single-Button Looping? (à la Loopor)
Replies: 2
Views: 15552

Re: Advice Needed: Single-Button Looping? (à la Loopor)

Yes, you can get a single button setup going with SooperLooper, if you make MIDI bindings to the : record_or_overdub command (or one of the many variations if your needs are more complex). Double-tap will not work to reset though, it would need to be a long-press (if your pedals can be set up as mom...
by jesse
Thu May 10, 2018 2:42 pm
Forum: Mac Specific Troubleshooting
Topic: Clicks with some loops, no matter the xfade amount
Replies: 4
Views: 19044

Re: Clicks with some loops, no matter the xfade amount

So, in this example you have two loop instances, each one recorded a single loop using record to start/finish each? And on the synth you had the chord held before you hit record, right? It would be interesting to try it with holding the chord through the finishing record (but no sound at the start),...
by jesse
Sun May 06, 2018 8:28 pm
Forum: Mac Specific Troubleshooting
Topic: Clicks with some loops, no matter the xfade amount
Replies: 4
Views: 19044

Re: Clicks with some loops, no matter the xfade amount

Can you describe how you are creating the loops (steps of recording and other commands)?
by jesse
Tue May 01, 2018 9:36 am
Forum: Mac Specific Troubleshooting
Topic: Channel Level Issue
Replies: 2
Views: 15535

Re: Channel Level Issue

The only thing I can think of is that you may be connecting an extra per-loop output from one channel to the system:playback_1? You generally only want to connect the sooperlooper:common_out_1 to system:playback_1 and sooperlooper:common_out_2 to system:playback_2. Double check and make sure somethi...
by jesse
Tue May 01, 2018 9:32 am
Forum: MIDI Setup
Topic: Mute_all KEY Binding
Replies: 3
Views: 19046

Re: Mute_all KEY Binding

Keybindings do apply to the selected track, but you can select all tracks by pressing 0 (assuming you still have that assigned to select_loop_all), and then your bindings will affect all tracks together.
by jesse
Tue May 01, 2018 9:28 am
Forum: Bug Reports
Topic: Remote gui not working on a remote machine
Replies: 2
Views: 19023

Re: Remote gui not working on a remote machine

What OS are these machines running? It does look like the sooperlooper on alarmpedal is trying to respond to the slgui request from cloud-laptop by using its hostname reported in the request instead of an IP address, which is where that OSC error is coming from. I'll need to go in and see what is go...
by jesse
Tue Mar 27, 2018 12:02 pm
Forum: MainStage
Topic: Looper with more than 2 channels in a Mainstage track?
Replies: 4
Views: 34030

Re: Looper with more than 2 channels in a Mainstage track?

Yeah, that feature was primarily useful if you use SL with JACK... it doesn't have any use with the AU plugin version...
by jesse
Tue Mar 27, 2018 12:01 pm
Forum: Looping Techniques
Topic: exporting overdubs/layers
Replies: 2
Views: 16680

Re: exporting overdubs/layers

No, there is no way to export the overdubs. All the loop audio is stored in memory at runtime (including the undo/redo data). Sorry about that!
by jesse
Tue Jan 23, 2018 7:02 pm
Forum: Looping Techniques
Topic: Electronic Live Set Style
Replies: 6
Views: 25998

Re: Electronic Live Set Style

Well, it could also mute the main input too, there would just have to be some sort of convention in place for what it does if there are more than 1 loop instance (would it mute the in-mon if *any* of the loopers was playing, etc). Could the "button" you hit to stop recording the loop also ...
by jesse
Tue Jan 23, 2018 5:58 pm
Forum: Looping Techniques
Topic: Electronic Live Set Style
Replies: 6
Views: 25998

Re: Electronic Live Set Style

That is tricky, and means you may not want to rely on this technique right now. This really needs a new feature to be integrated to handle the sync/rounding cases. It would be a 'mute input monitoring after record' option, and it would only work if you were using the loop-specific side chain inputs....
by jesse
Tue Jan 23, 2018 5:02 pm
Forum: MIDI Setup
Topic: How exactly does "Multiply" start and stop?
Replies: 1
Views: 14385

Re: How exactly does "Multiply" start and stop?

Without quantize turned on, it will start the multiply immediately and will begin overdubbing audio from wherever it is at the time, as you continue through more cycles it extends the loop time underneath. So without quantize you want to start as close after the loop start as possible, but not befor...
by jesse
Tue Jan 23, 2018 4:53 pm
Forum: MIDI Setup
Topic: "Undo all" stops working / types of midi commands (CC, PC)
Replies: 1
Views: 13613

Re: "Undo all" stops working / types of midi commands (CC, P

From what I've read in the fcb uno manual you will probably want to use CC momentary toggling setup or have it send Note On (it sends note off on release).. that way you can still do long press things. In MainStage, you might try one of the Button control items (probably momentary). I'd really need ...
by jesse
Fri Jan 19, 2018 11:32 am
Forum: Looping Techniques
Topic: Electronic Live Set Style
Replies: 6
Views: 25998

Re: Electronic Live Set Style

Hmm, SL has no control of what you are doing outside of it if you are feeding the input from some kind of running loop. Unless you are only using the input monitoring within SL ("in mon"), in which case you could potentially make a MIDI binding that sets that control to 0 after you finish ...
by jesse
Thu Dec 21, 2017 10:16 am
Forum: MIDI Setup
Topic: Volume midi bindings.
Replies: 1
Views: 13428

Re: Volume midi bindings.

The volume for a recorded loop output in SL is the internal control 'wet'... which can be bound via MIDI or MainStage.
by jesse
Thu Dec 21, 2017 10:14 am
Forum: Looping Techniques
Topic: Verse-Chorus, mute, trigger.
Replies: 3
Views: 21258

Re: Verse-Chorus, mute, trigger.

Admin (or mod), please accept this topic, it is very important for me and just can't find anywhere any specific solution. 1. Two loops, 1st is a master, 2nd slave. Record first as a verse and then second as chorus. But how to record the chorus slave same length as the verse master? Because when I'l...
by jesse
Fri Dec 01, 2017 10:57 am
Forum: Ableton Live
Topic: Routing signals in Ableton Live.
Replies: 1
Views: 16999

Re: Routing signals in Ableton Live.

Assuming SL is on the audio track 2 here - you only need to set the Audio From on track 2 to pull from Track 1. For the output of Track 1 set that to Master. That should solve it (works here for me), letting you hear the synth live and the signal also gets to SL on track 2. Regarding the arrangement...
by jesse
Thu Nov 02, 2017 9:39 am
Forum: MIDI Setup
Topic: Using SL as a jack client
Replies: 3
Views: 18462

Re: Using SL as a jack client

No, it doesn't support JACK midi ports right now. I know it has been *many* years since they showed up on the scene, sorry about that!
by jesse
Mon Oct 30, 2017 3:36 pm
Forum: Looping Techniques
Topic: Start and endpoint setting - edit - how to ?
Replies: 1
Views: 13035

Re: Start and endpoint setting - edit - how to ?

As a live-centric looper there actually is no control of the start and endpoint of the loops after the fact, for better or worse. Sorry about that!
by jesse
Mon Sep 25, 2017 10:54 am
Forum: Feature Requests
Topic: Fade Out Command
Replies: 2
Views: 15530

Re: Fade Out Command

That would be a useful feature. If you lower the feedback control it will start fading out the currently recorded loop content at each pass, but if you are overdubbing for longer than one cycle it will fade the last recorded overdub cycle too, which I assume is not what you wanted. I haven't added n...