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] [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] [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

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

[LAD] [ANN] jack-file 1.0

2011-07-04 Thread Dan Muresan
Hi, jack-file 1.0 is available on github: http://danmbox.github.com/jack-file/ It contains file2jack, a Jack transport-centric audio player that maps files onto the (optionally periodic) transport timeline. It can map one or several files to arbitrary positions on the transport timeline, and if

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

2011-07-04 Thread Harry Van Haaren
Hi Dan, Nice idea, it is is essentially a command line audio file sequencer right? (That syncs up to JACK transport). I'll checkout the code when I get some time, just to see how you've designed it... :) -Harry On Mon, Jul 4, 2011 at 12:45 PM, Dan Muresan danm...@gmail.com wrote: Hi,

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

2011-07-04 Thread Dan Muresan
Nice idea, it is is essentially a command line audio file sequencer right? (That syncs up to JACK transport). Right, that's a more concise description :) -- Dan ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org

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

2011-07-04 Thread James Morris
On 4 July 2011 12:45, Dan Muresan danm...@gmail.com wrote: Hi, jack-file 1.0 is available on github: http://danmbox.github.com/jack-file/ It contains file2jack, a Jack transport-centric audio player that maps files onto the (optionally periodic) transport timeline. It can map one or several