Re: [LAD] Looking for an introduction to rt programming with a gui

2010-05-23 Thread Niels Mayer
On Sun, May 23, 2010 at 1:55 PM, wrote: > > I find this sort of thing absolutely beyond comprehension. > > It's impossible to understand without knowing the boost:: > abstractions, templates and god knows what else. > > IMNSHO, the way any software works should be understandable by > a) knowing th

Re: [LAD] Looking for an introduction to rt programming with a gui

2010-05-23 Thread Paul Davis
On Sun, May 23, 2010 at 10:03 PM, Joshua D. Boyd wrote: > > I think it isn't difficult to read because it is C++ or Boost. It is > difficult to read because it involves concepts like promises and futures, > which are advanced topics that a lot of people (myself included) aren't > adequately fami

Re: [LAD] Looking for an introduction to rt programming with a gui

2010-05-23 Thread Joshua D. Boyd
On 05/23/10 17:14, Olivier Guilyardi wrote: On 05/23/2010 10:22 PM, Chris Cannam wrote: [...] ... by which I don't mean to imply that I can't understand it (although, with C++, there is always the possibility that I _think_ I can understand it but am sadly mistaken because of some weird shit h

Re: [LAD] Looking for an introduction to rt programming with a gui

2010-05-23 Thread Joshua D. Boyd
On 05/23/10 16:22, Chris Cannam wrote: On Sun, May 23, 2010 at 8:44 PM, Chris Cannam > On Sun, May 23, 2010 at 9:41 AM, torbenh wrote: >> but i find the equivalent c++ easier to read. >> assuming we have a proper modern c++ osc lib: >> >> boost::unique_future >> osc_recv (OscPeer peer, std::str

Re: [LAD] Looking for an introduction to rt programming with a gui

2010-05-23 Thread Paul Davis
On Sun, May 23, 2010 at 4:55 PM, wrote: > > IMNSHO, the way any software works should be understandable by > a) knowing the language, b) reading the code, at least up to the > point that the reader can have an good idea of the big picture, > of data structures and control flow, only excluding app

Re: [LAD] Looking for an introduction to rt programming with a gui

2010-05-23 Thread Olivier Guilyardi
On 05/23/2010 10:22 PM, Chris Cannam wrote: [...] > ... by which I don't mean to imply that I can't understand it > (although, with C++, there is always the possibility that I _think_ I > can understand it but am sadly mistaken because of some weird shit > happening behind the scenes). I just me

Re: [LAD] Looking for an introduction to rt programming with a gui

2010-05-23 Thread fons
On Sun, May 23, 2010 at 08:44:42PM +0100, Chris Cannam wrote: > On Sun, May 23, 2010 at 9:41 AM, torbenh wrote: > > but i find the equivalen c++ easier to read. > > assuming we have a proper modern c++ osc lib: > > > > boost::unique_future > > osc_recv (OscPeer peer, std::string path) > > { > >  

Re: [LAD] Looking for an introduction to rt programming with a gui

2010-05-23 Thread Chris Cannam
On Sat, May 22, 2010 at 11:59 PM, Niels Mayer wrote: > results so far... using a combination of > vamp-plugins, groovy&apache-velocity&javascript&flash via xwiki java-based > platform http://nielsmayer.com/ts-episode-timeline.png   http://nielsmayer.com/ts-episode-evnt-anls.png You sent me email

Re: [LAD] Looking for an introduction to rt programming with a gui

2010-05-23 Thread Chris Cannam
On Sun, May 23, 2010 at 8:44 PM, Chris Cannam wrote: > I have to say this combination of Boost plus Weird Stuff From The > Future is no more readable to me (as a long-time C++ programmer) than > the Clojure example. ... by which I don't mean to imply that I can't understand it (although, with C++

Re: [LAD] Looking for an introduction to rt programming with a gui

2010-05-23 Thread Chris Cannam
On Sun, May 23, 2010 at 9:41 AM, torbenh wrote: > but i find the equivalen c++ easier to read. > assuming we have a proper modern c++ osc lib: > > boost::unique_future > osc_recv (OscPeer peer, std::string path) > { >        boost::shared_ptr< boost::promise > spromise( new > boost::promise ) >  

[LAD] Reminder: upcoming L2Ork workshop at NYC Resistor as part of ICMC 2010

2010-05-23 Thread Ivica Ico Bukvic
(apologies for cross-posting) Dear Colleagues and FOSS enthusiasts, A friendly reminder that we have a Linux Laptop Orchestra (L2Ork) workshop at the NYC Resistor scheduled for May 30th, 2010 as part of the ICMC2010 workshop sessions. Please note the change in time which is 10am-4pm (ET). For

Re: [LAD] precision resampling to correct clock differences - no luck with libsamplerate and zita-resampler...

2010-05-23 Thread Jörn Nettingsmeier
On 05/23/2010 11:20 AM, Erik de Castro Lopo wrote: > f...@kokkinizita.net wrote: > >> On Sun, May 23, 2010 at 08:52:16AM +1000, Erik de Castro Lopo wrote: >> >>> I really don't think any modification is necessary. >> >> At least one: the sample rate value in the header must >> remain the same. >

Re: [LAD] Jack slower than realtime/debug mode

2010-05-23 Thread torbenh
On Sun, May 23, 2010 at 09:26:20AM +0200, Arnold Krille wrote: > On Sunday 23 May 2010 04:38:53 Jeremy wrote: > > Hmm, then it appears to not be a timeout issue. My entire system hung > > within a few seconds with --timeout 100 > > I believe you can't really set that timeout greater then 5000

Re: [LAD] precision resampling to correct clock differences - no luck with libsamplerate and zita-resampler...

2010-05-23 Thread Erik de Castro Lopo
f...@kokkinizita.net wrote: > On Sun, May 23, 2010 at 08:52:16AM +1000, Erik de Castro Lopo wrote: > > > I really don't think any modification is necessary. > > At least one: the sample rate value in the header must > remain the same. sndfile-resample accepts a: -by command line option wh

Re: [LAD] precision resampling to correct clock differences - no luck with libsamplerate and zita-resampler...

2010-05-23 Thread fons
On Sun, May 23, 2010 at 08:52:16AM +1000, Erik de Castro Lopo wrote: > I really don't think any modification is necessary. At least one: the sample rate value in the header must remain the same. The 'canonical' way to obtain the required result would be to modify the input file's header to refle

Re: [LAD] Looking for an introduction to rt programming with a gui

2010-05-23 Thread torbenh
On Fri, May 21, 2010 at 11:42:13AM -0700, Niels Mayer wrote: > On Fri, May 21, 2010 at 8:33 AM, torbenh wrote: > > and i really find bigger programs pretty confusing in dynamic languages > > where variables arent annotated with types. > > > > That's just because the programmer wasn't fastidious

Re: [LAD] Jack slower than realtime/debug mode

2010-05-23 Thread Arnold Krille
On Sunday 23 May 2010 04:38:53 Jeremy wrote: > Hmm, then it appears to not be a timeout issue. My entire system hung > within a few seconds with --timeout 100 I believe you can't really set that timeout greater then 5000. But to test your plugin, why don't you run jack either with dummy bac