[LAD] Luppp live looper

2012-01-14 Thread Harry van Haaren
Hi all Linux Audio Developers! With recent changes in the world of live looping software I've decided to open my private repo of Luppp. Lots of information & sources available here: http://harryhaaren.blogspot.com/2012/01/luppp-source-opened-but-still-pre-alpha.html Thanks to the entire LAD comm

Re: [LAD] Luppp live looper

2012-01-14 Thread Adrian Knoth
On Sat, Jan 14, 2012 at 08:24:21AM -0800, Harry van Haaren wrote: Hi! > Lots of information & sources available here: > http://harryhaaren.blogspot.com/2012/01/luppp-source-opened-but-still-pre-alpha.html Nice screenshot, looks promising. Cheers -- mail: a...@thur.de http://adi.thur.de

Re: [LAD] Luppp live looper

2012-01-14 Thread Jeremy Jongepier
On 01/14/2012 05:24 PM, Harry van Haaren wrote: Hi all Linux Audio Developers! With recent changes in the world of live looping software I've decided to open my private repo of Luppp. Lots of information& sources available here: http://harryhaaren.blogspot.com/2012/01/luppp-source-opened-but-s

Re: [LAD] Luppp live looper

2012-01-14 Thread Louigi Verona
Hello! Looks very promising! As soon as anyone compiles a deb for 10.04, let us know! Would love to try it out and share my experience! Cheers! -- Louigi Verona http://www.louigiverona.ru/ ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaud

Re: [LAD] Luppp live looper

2012-01-14 Thread Jeremy Jongepier
On 01/14/2012 09:10 PM, Louigi Verona wrote: Hello! Looks very promising! As soon as anyone compiles a deb for 10.04, let us know! Would love to try it out and share my experience! Cheers! Hello Louigi, No can't do at the moment :( Luppp depends on lilv (and hence on libsord-dev and lv2-ext

Re: [LAD] Luppp live looper

2012-01-14 Thread Jeremy Jongepier
On 01/14/2012 05:24 PM, Harry van Haaren wrote: Hi all Linux Audio Developers! With recent changes in the world of live looping software I've decided to open my private repo of Luppp. Lots of information& sources available here: http://harryhaaren.blogspot.com/2012/01/luppp-source-opened-but-s

Re: [LAD] Luppp live looper

2012-01-14 Thread Harry van Haaren
On Sat, Jan 14, 2012 at 1:36 PM, Jeremy Jongepier wrote: > ../src/offlineworker.cpp: In member function ‘int > OfflineWorker::**loadAudioBuffer(int, > int, std::string)’: > ../src/offlineworker.cpp:190:45: error: ‘const class > libconfig::ParseException’ has no member named ‘getFile’ > I guess t

Re: [LAD] Luppp live looper

2012-01-14 Thread Albert Graef
On 01/14/2012 11:36 PM, Harry van Haaren wrote: I guess the version of libconfig is wrong... I've got version 1.4.8 here, and its compiling fine. I've checked the libconfig site for version info as to what version I need to depend on for the getFile() function, but I couldn't find relevant info.

Re: [LAD] Luppp live looper

2012-01-14 Thread Harry van Haaren
On Sat, Jan 14, 2012 at 3:16 PM, Albert Graef wrote: > terminate called after throwing an instance of 'Glib::FileError' > Fixed in git. Thanks for the report, wasn't copying resources into the .build directory. -Harry ___ Linux-audio-dev mailing list L

Re: [LAD] Luppp live looper

2012-01-14 Thread Albert Graef
On 01/15/2012 12:23 AM, Harry van Haaren wrote: On Sat, Jan 14, 2012 at 3:16 PM, Albert Graef mailto:dr.gr...@t-online.de>> wrote: terminate called after throwing an instance of 'Glib::FileError' Fixed in git. Thanks for the report, wasn't copying resources into the .build directory. No

Re: [LAD] Luppp live looper

2012-01-14 Thread Harry van Haaren
On Sat, Jan 14, 2012 at 3:35 PM, Albert Graef wrote: > The files are in .build all right, but I still get the same error. Just committed a fix for the fix I done earlier on today, must be getting tired ;) ./waf clean ./waf configure ./waf ./run.sh working here fine... Some other stuff missing?

Re: [LAD] Luppp live looper

2012-01-14 Thread Diego Simak
Hi, luppp is running here on ubuntu 10.04. I've installed libconfig++ from [1], it was installed under /usr/local/lib/ I've created a libconfig++.conf file having a single line with the path "/usr/local/lib" under /etc/ld.so.conf.d to find libconfig++.so.9. To get that phat configured just run 'sud

Re: [LAD] Luppp live looper

2012-01-14 Thread Albert Graef
On 01/15/2012 01:00 AM, Harry van Haaren wrote: Just committed a fix for the fix I done earlier on today, must be getting tired ;) Works now, thanks. Currently it *only* attempts to load GUI resources from the same dir as the binary. Understood. Samples & other resources can be anywhere.

Re: [LAD] Luppp live looper

2012-01-15 Thread Harry van Haaren
On Sat, Jan 14, 2012 at 5:40 PM, Diego Simak wrote: > Hi, luppp is running here on ubuntu 10.04. > I've installed libconfig++ from [1], it was installed under /usr/local/lib/ > I've created a libconfig++.conf file having a single line with the path > "/usr/local/lib" under /etc/ld.so.conf.d to fi

Re: [LAD] Luppp live looper

2012-01-15 Thread Nicola Pandini
Il 14/01/2012 22:36, Jeremy Jongepier ha scritto: On 01/14/2012 05:24 PM, Harry van Haaren wrote: Hi all Linux Audio Developers! With recent changes in the world of live looping software I've decided to open my private repo of Luppp. Lots of information& sources available here: http://harry

Re: [LAD] Luppp live looper

2012-01-15 Thread Diego Simak
2012/1/15 Harry van Haaren > On Sat, Jan 14, 2012 at 5:40 PM, Diego Simak wrote: > >> Hi, luppp is running here on ubuntu 10.04. >> I've installed libconfig++ from [1], it was installed under >> /usr/local/lib/ >> I've created a libconfig++.conf file having a single line with the path >> "/usr/lo

Re: [LAD] Luppp live looper

2012-01-15 Thread Harry van Haaren
On Sun, Jan 15, 2012 at 8:41 AM, Diego Simak wrote: > PS: Current state has MIDI bindings hard coded for Akai´s APC40, and >> Akai´s MPK mini, hence other controllers won´t function correctly or at >> all A MidiMapping feature has been planned, and will be implemented in >> the near future. >

Re: [LAD] Luppp live looper

2012-01-15 Thread Diego Simak
no problem, I'm not desperate at all ;-) I'll wait for your updates. thanks again Diego 2012/1/15 Harry van Haaren > On Sun, Jan 15, 2012 at 8:41 AM, Diego Simak wrote: > >> PS: Current state has MIDI bindings hard coded for Akai´s APC40, and >>> Akai´s MPK mini, hence other controllers won´t f

Re: [LAD] Luppp live looper

2012-01-16 Thread Ralf Mattes
Just a small bugreport - you should change the build dependencies in wscipt - Luppp at least needs gtkmm version 2.16, older versions are missing GGtk::MenuItem::set_label(...). Nota bene: I couldn't test further since my gtkmm is too old, it's entirely possible that other symbols are missing as we

Re: [LAD] Luppp live looper

2012-01-17 Thread Jeremy Jongepier
On 01/14/12 23:36, Harry van Haaren wrote: On Sat, Jan 14, 2012 at 1:36 PM, Jeremy Jongepierwrote: ../src/offlineworker.cpp: In member function ‘int OfflineWorker::**loadAudioBuffer(int, int, std::string)’: ../src/offlineworker.cpp:190:45: error: ‘const class libconfig::ParseException’ has no

Re: [LAD] Luppp live looper

2012-01-17 Thread Harry van Haaren
On Tue, Jan 17, 2012 at 4:15 AM, Jeremy Jongepier wrote: > Luppp still fails to build. ./waf configure didn't complain while > libconfig++8-dev is at version 1.3.2 (ubuntu 11.10), so that's probably too > low. > I'm unsure of the version that you have, here (Arch) the version is just called "libc

Re: [LAD] Luppp live looper

2012-01-17 Thread Jeremy Jongepier
On 01/17/12 14:09, Harry van Haaren wrote: On Tue, Jan 17, 2012 at 4:15 AM, Jeremy Jongepierwrote: Luppp still fails to build. ./waf configure didn't complain while libconfig++8-dev is at version 1.3.2 (ubuntu 11.10), so that's probably too low. I'm unsure of the version that you have, here

Re: [LAD] Luppp live looper

2012-01-18 Thread Louigi Verona
Hey Harry! Seems obvious, but wanted to make sure that Luppp has sync of different loops? If not in stretching, than at least in being able to trigger loops together? -- Louigi Verona http://www.louigiverona.ru/ ___ Linux-audio-dev mailing list Linux-

Re: [LAD] Luppp live looper

2012-01-18 Thread harryhaaren
On , Louigi Verona wrote: Seems obvious, but wanted to make sure that Luppp has sync of different loops? If not in stretching, than at least in being able to trigger loops together? Hi Louigi, Currently luppp's sync is like this: -resampling to achieve loop lenghts that correspond with "ba