Search found 13 matches

by ORL
Fri Feb 10, 2012 8:25 am
Forum: OSC Interface
Topic: Remote Network control of sooperlooperAU?
Replies: 2
Views: 20955

Re: Remote Network control of sooperlooperAU?

I experience the very same under GNU/Linux, and can't figure out how to fix it. Any help appreciated.
by ORL
Fri Nov 18, 2011 12:48 pm
Forum: OSC Interface
Topic: OSC up (release) command
Replies: 2
Views: 18999

Re: OSC up (release) command

Oh well, OK. I shall be able to make it work then. Thanks a lot.
by ORL
Mon Nov 14, 2011 11:45 am
Forum: OSC Interface
Topic: OSC up (release) command
Replies: 2
Views: 18999

OSC up (release) command

Hi! Is the /sl/#/up command supposed to act as a release of the command? In other words, if I want to be sure to start a recording (or a play) with reverse set to off, shall I use /sl/#/up reverse ? Because I've tried that, it acts exactly in the same way that /sl/#/hit reverse, and as a result, I c...
by ORL
Mon Nov 14, 2011 11:35 am
Forum: OSC Interface
Topic: Open hardware project for OSC and MIDI foot controllers
Replies: 1
Views: 17849

Re: Open hardware project for OSC and MIDI foot controllers

I shall come here more often. I've been building an osc foot controller from scratch. I'll post there my plans, code, and so on later.
by ORL
Mon Jul 20, 2009 11:45 am
Forum: MIDI Setup
Topic: Change Sync Source when connected to jack_transport ?
Replies: 0
Views: 10827

Change Sync Source when connected to jack_transport ?

Hello, I'd like to change the sync method during my session, as there are some moment where I need a tempo and some other where I need to sync to the loop, and so on. By now, when I do that, jack crashes, I suppose it's due to jack_transport (sooperlooper is set as jack_timebase_master). Is it possi...
by ORL
Mon Jun 08, 2009 4:40 pm
Forum: Bug Reports
Topic: Jack Master cannot be set as default (won't load as Master)
Replies: 4
Views: 19064

Re: Jack Master cannot be set as default (won't load as Master)

OK, I found it. So, it was in: src/engine.cpp, around line 1674, you had a hack (I don't know why, I suppose there is a reason, but I coudln't figure out whichi one) like: bool flag = gs_event->value > 0.0f; if (_driver->set_timebase_master(flag)) { _jack_timebase_master = flag; } else { _jack_timeb...
by ORL
Mon Jun 08, 2009 2:43 pm
Forum: Bug Reports
Topic: Jack Master cannot be set as default (won't load as Master)
Replies: 4
Views: 19064

Re: Jack Master cannot be set as default (won't load as Master)

As I told in the other forum, I just wanted to tell that this bug doesn't seem to be fixed with 1.6.13 version.
I've looked, very quickly, into the code, but I cannot find where it is set. I go on with it.
by ORL
Tue Jun 02, 2009 6:10 am
Forum: MIDI Setup
Topic: [Linux] Jack Master can't be enabled by default
Replies: 3
Views: 19391

Re: [Linux] Jack Master can't be enabled by default

Sorry for the delay, I was a bit busy... I just downloaded last sooperlooper version and compiled it from sources, and this jack timebase master checkbox always can't be saved in the preferences. I will soon take a look at the source code (but I first need playing music with my band!), but if someon...
by ORL
Sun May 03, 2009 6:40 am
Forum: Bug Reports
Topic: Jack Master cannot be set as default (won't load as Master)
Replies: 4
Views: 19064

Re: Jack Master cannot be set as default (won't load as Master)

I'm sorry not to precise the version by now, but I'm not near from the machine on which it's installed. However, I remember about something like 1.6.9, though it doesn't fit with the Debian packaged version, but it seems to fit this post I made on the forum: http://www.essej.net/slforum/viewtopic.ph...
by ORL
Sun May 03, 2009 6:33 am
Forum: Bug Reports
Topic: Jack Master cannot be set as default (won't load as Master)
Replies: 4
Views: 19064

Jack Master cannot be set as default (won't load as Master)

OK, I just post the problem here, as it looks to be a bug. It comes from another post on this forum: http://www.essej.net/slforum/viewtopic.php?f=7&t=194&p=749#p749 , and here are the most revelant parts of it: So, here it is, I've got sooperlooper running on a Debian GNU/Linux distribution,...
by ORL
Sun May 03, 2009 6:28 am
Forum: MIDI Setup
Topic: [Linux] Jack Master can't be enabled by default
Replies: 3
Views: 19391

Re: [Linux] Jack Master can't be enabled by default

OK, that's what I thought about the setting which cannot be saved. Shall I open a bug report, or is it already being fixed? I forgot to tell you that I had checked with a saved session, and took a look into the slsess file: the global parameter "jack_timebase_master" was set to 1, so it's ...
by ORL
Sat May 02, 2009 10:53 am
Forum: MIDI Setup
Topic: [Linux] Jack Master can't be enabled by default
Replies: 3
Views: 19391

[Linux] Jack Master can't be enabled by default

Hello, I'm not quite sure this subject wouldn't fit better in Linux troubleshooting section, or in osc section. Feel free to move it! So, here it is, I've got sooperlooper running on a Debian GNU/Linux distribution, with many others apps at the same time. I would like all apps to be sync to jack tra...
by ORL
Tue Apr 07, 2009 3:43 pm
Forum: Linux Specific Troubleshooting
Topic: sooperlooper ubuntu hardy 64bit
Replies: 14
Views: 64868

Re: sooperlooper ubuntu hardy 64bit

Hi, I just wanted to tell that the package available from the webpage you gave works with Debian Squeeze AMD 64 (with 2.6.26-8-rt16 kernel, homemade), without any problem. Thanks a lot, I was just experiencing problems compiling it (make gave bunch of errors, first was already refered here, but othe...