Re: [LAD] Feature requests: add JackSession support

2011-07-05 Thread Jörn Nettingsmeier
On 07/04/2011 03:23 AM, Paul Davis wrote: 2011/7/3 Dave Phillipsdlphill...@woh.rr.com: Jörn Nettingsmeier wrote: ... none of the audio stuff i routinely do everyday would be possible without jack. Amen to that. I disagree with both of you. I think what you really mean is none of this

Re: [LAD] [LAU] cancelling I/O with libsndfile

2011-07-05 Thread Dan Muresan
non-st_blksize sized blocks will be absolutley swamped, by disk latencies, cache latencies, scheduling latencies and file decoding overhead. your measurements would be so swamped with noise from other factors that any differences would be statistically irrelevant. If you could explain how

Re: [LAD] [ANN] jack-file 1.0

2011-07-05 Thread Dan Muresan
Hi, and thanks for checking out my project. 1) make fails when it can't find help2man. it then complains (twice) file2jack isn't found either (an ls after the fact shows it is): Well, help2man is listed as a build dependency, and I don't think it's proper style to verify dependencies in the

Re: [LAD] [LAU] cancelling I/O with libsndfile

2011-07-05 Thread Erik de Castro Lopo
Dan Muresan wrote: non-st_blksize sized blocks will be absolutley swamped, by disk latencies, cache latencies, scheduling latencies and file decoding overhead. your measurements would be so swamped with noise from other factors that any differences would be statistically irrelevant.

[LAD] add GSEAL to jack-rack

2011-07-05 Thread James Morris
Hi I've made a patch for jack-rack so it can be built with -DGSEAL in the CFLAGS: GSEAL explained here: http://live.gnome.org/GnomeGoals/UseGseal i made the changes to a clone of the jack-rack git source which fails to build ok, there's one area in main.c i had to cheat to get it to

Re: [LAD] Feature requests: add JackSession support

2011-07-05 Thread rosea grammostola
On Tue, Jul 5, 2011 at 12:14 AM, m.wolkst...@gmx.de m.wolkst...@gmx.dewrote: Am Sun, 3 Jul 2011 14:10:49 +0200 Yes sounds good, if i had time i will include a corresponding config option. g wolke Done, checkout hydrogen trunk =rev2248. To save data into jack-session directory enable the

Re: [LAD] Feature requests: add JackSession support

2011-07-05 Thread rosea grammostola
2011/7/4 Jörn Nettingsmeier netti...@folkwang-hochschule.de On 07/04/2011 03:23 AM, Paul Davis wrote: 2011/7/3 Dave Phillipsdlphill...@woh.rr.com**: Jörn Nettingsmeier wrote: ... none of the audio stuff i routinely do everyday would be possible without jack. Amen to that. I

Re: [LAD] [ANN] jack-file 1.0

2011-07-05 Thread James Morris
On 5 July 2011 11:24, Dan Muresan danm...@gmail.com wrote: Hi, and thanks for checking out my project. 1) make fails when it can't find help2man. it then complains (twice) file2jack isn't found either (an ls after the fact shows it is): Well, help2man is listed as a build dependency, and I

Re: [LAD] [LAU] cancelling I/O with libsndfile

2011-07-05 Thread Dan Muresan
Regardless of whether you choose to measure latency or CPU load if you vary the st_blksize as specified in the previous email, you will not be able distinguish between the two values of st_blksize due to the influence of other factors. What are you talking about? How can one vary st_blksize

Re: [LAD] [LAU] cancelling I/O with libsndfile

2011-07-05 Thread Erik de Castro Lopo
Dan Muresan wrote: Regardless of whether you choose to measure latency or CPU load if you vary the st_blksize as specified in the previous email, you will not be able distinguish between the two values of st_blksize due to the influence of other factors. What are you talking about? How

Re: [LAD] [ANN] jack-file 1.0

2011-07-05 Thread Robin Gareus
Hi Dan, On Jul 5, 2011, at 12:24 PM, Dan Muresan wrote: Hi, and thanks for checking out my project. 1) make fails when it can't find help2man. it then complains (twice) file2jack isn't found either (an ls after the fact shows it is): I've stumbled over this one, too.. I did not know

[LAD] Hello World in LV2

2011-07-05 Thread Olivier Guilyardi
Hi, Looking around the LV2 Trac at http://lv2plug.in/trac/, I don't see any simple introduction on how to create a minimal plugin. Is there any plan for this? I think that a gain plugin tutorial could be a way to show how to say Hello World in LV2. Something very short, which include proper

Re: [LAD] Hello World in LV2

2011-07-05 Thread Paul Davis
On Tue, Jul 5, 2011 at 3:12 PM, Olivier Guilyardi l...@samalyse.com wrote: Hi, Looking around the LV2 Trac at http://lv2plug.in/trac/, I don't see any simple introduction on how to create a minimal plugin. Is there any plan for this? I'm not part of the LV2 effort, but I think I can say with

Re: [LAD] Hello World in LV2

2011-07-05 Thread Gabriel M. Beddingfield
On Tuesday, July 05, 2011 02:12:40 pm Olivier Guilyardi wrote: Looking around the LV2 Trac at http://lv2plug.in/trac/, I don't see any simple introduction on how to create a minimal plugin. Is there any plan for this? It used to exist. Looks like it got lost while someone was sexing up the

Re: [LAD] [ANN] jack-file 1.0

2011-07-05 Thread Dan Muresan
jacktransportloop is a very nifty tool; but it's not very accurate: Calling jack_transport_locate() will make jackd go back to the Starting state: http://jackaudio.org/files/docs/html/transport-design.html One alternative would be to just wrap the timecode internally in file2jack (fold

Re: [LAD] [ANN] jack-file 1.0

2011-07-05 Thread Robin Gareus
On Jul 5, 2011, at 9:50 PM, Dan Muresan wrote: jacktransportloop is a very nifty tool; but it's not very accurate: Calling jack_transport_locate() will make jackd go back to the Starting state: http://jackaudio.org/files/docs/html/transport-design.html One alternative would be to just wrap

Re: [LAD] Hello World in LV2

2011-07-05 Thread Olivier Guilyardi
On 07/05/2011 09:47 PM, Gabriel M. Beddingfield wrote: On Tuesday, July 05, 2011 02:12:40 pm Olivier Guilyardi wrote: Looking around the LV2 Trac at http://lv2plug.in/trac/, I don't see any simple introduction on how to create a minimal plugin. Is there any plan for this? It used to

Re: [LAD] Hello World in LV2

2011-07-05 Thread Gabriel M. Beddingfield
On Tuesday, July 05, 2011 03:11:32 pm Olivier Guilyardi wrote: Is this code ok according to the latest LV2 specs? Is it a good candidate for being an official example? Is there anything important to add/remove/change? It's up-to-date with 3.0. I don't know about 4.0. ...and the C example

Re: [LAD] Hello World in LV2

2011-07-05 Thread Olivier Guilyardi
On 07/05/2011 10:24 PM, Gabriel M. Beddingfield wrote: On Tuesday, July 05, 2011 03:11:32 pm Olivier Guilyardi wrote: Is this code ok according to the latest LV2 specs? Is it a good candidate for being an official example? Is there anything important to add/remove/change? It's up-to-date

Re: [LAD] Hello World in LV2

2011-07-05 Thread Gabriel M. Beddingfield
On Tuesday, July 05, 2011 03:34:15 pm Olivier Guilyardi wrote: Okay, then, if it is still compliant, it would be nice to have it in there: http://lv2plug.in/trac/browser/trunk I sent an e-mail to the LV2 ML to see if anyone can find the old tutorial text. Also, I don't see the URL of the

Re: [LAD] Yoshimi Midi Learn: 1st testing release

2011-07-05 Thread Renato
On Sun, 26 Jun 2011 02:17:12 +0200 louis cherel cherel.lo...@gmail.com wrote: Hello everyone, Every one knows Yoshimi, the fork of ZynAddSubFx. One thing was lacking to yoshimi to be perfect: to be nearly fully controlled by midi controls ( no OSC, sorry ). ZynAddSubFx had possibilities to

Re: [LAD] Hello World in LV2

2011-07-05 Thread David Robillard
On Tue, 2011-07-05 at 15:44 -0500, Gabriel M. Beddingfield wrote: On Tuesday, July 05, 2011 03:34:15 pm Olivier Guilyardi wrote: Okay, then, if it is still compliant, it would be nice to have it in there: http://lv2plug.in/trac/browser/trunk I sent an e-mail to the LV2 ML to see if

Re: [LAD] Hello World in LV2

2011-07-05 Thread Gabriel M. Beddingfield
On Tuesday, July 05, 2011 07:03:28 pm David Robillard wrote: Because SVN is deprecated for everyone except the likes of drobilla. Use the tarballs. ? I'm not sure what this is supposed to mean, but the entire point of the SVN repository is to make it easy for others to contribute (and I

Re: [LAD] Hello World in LV2

2011-07-05 Thread David Robillard
On Tue, 2011-07-05 at 19:23 -0500, Gabriel M. Beddingfield wrote: On Tuesday, July 05, 2011 07:03:28 pm David Robillard wrote: Because SVN is deprecated for everyone except the likes of drobilla. Use the tarballs. ? I'm not sure what this is supposed to mean, but the entire point of