Re: [linux-audio-dev] Sample conversion tools

2002-06-05 Thread Josh Green
On Wed, 2002-06-05 at 01:05, rm wrote: > On Tue, Jun 04, 2002 at 12:43:53AM -0600, Josh Green wrote: > > I still don't completely understand what your goal is, could you > > elaborate more on it? Then I can get a better idea of how these two > > projects could be complementary :) > > basically, i

Re: [linux-audio-dev] Sample conversion tools

2002-06-04 Thread rm
On Tue, Jun 04, 2002 at 12:43:53AM -0600, Josh Green wrote: > I still don't completely understand what your goal is, could you > elaborate more on it? Then I can get a better idea of how these two > projects could be complementary :) basically, i want to convert from sample cds in a few formats t

Re: [linux-audio-dev] Sample conversion tools

2002-06-04 Thread Bob Ham
On Tue, 2002-06-04 at 02:01, Paul Davis wrote: > * look up Chicken Systems "translator" program for windows > * try it out under wine > * try it out under vmware or bochs > * write us (and the author) and tell us if it works http://depression.ath.cx/~node/translator-in-wi

Re: [linux-audio-dev] Sample conversion tools

2002-06-04 Thread Sebastien Metrot
s after the next release... Please take a look at www.cdxtract.com for yourself. Sebastien - Original Message - From: "Paul Davis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 04, 2002 3:01 AM Subject: Re: [linux-audio-dev] Sample conversion tools

Re: [linux-audio-dev] Sample conversion tools

2002-06-03 Thread Josh Green
On Mon, 2002-06-03 at 19:01, Paul Davis wrote: > >libsndfile (http://www.zip.com.au/~erikd/libsndfile/) provides an > >excellent simple API for addressing data, and read/write in > >short/int/float/double (virtualised, ie. independant of what's on-disk). > >Although it doesn't give explicit suppor

Re: [linux-audio-dev] Sample conversion tools

2002-06-03 Thread Josh Green
On Mon, 2002-06-03 at 15:43, rm wrote: > On Mon, Jun 03, 2002 at 03:00:48AM -0600, Josh Green wrote: > > [...] > > planned to not try to provide a standard API to all formats (seems > > completely insane to try :) but instead provide a base object (currently > > called SFItem in libsoundfont) that

Re: [linux-audio-dev] Sample conversion tools

2002-06-03 Thread Paul Davis
>libsndfile (http://www.zip.com.au/~erikd/libsndfile/) provides an >excellent simple API for addressing data, and read/write in >short/int/float/double (virtualised, ie. independant of what's on-disk). >Although it doesn't give explicit support for file properties it would >probably be trivial to

Re: [linux-audio-dev] Sample conversion tools

2002-06-03 Thread Conrad Parker
On Mon, Jun 03, 2002 at 04:39:55AM -0400, rm wrote: > > i currently have a simple gtk based app called abrowse for the > conversion of AKAI S1000/3000 sample libraries at > http://abrowse.sourceforge.net/ > > the current code base is around 3 years old, and i'm embarking on a > bit o

Re: [linux-audio-dev] Sample conversion tools

2002-06-03 Thread rm
On Mon, Jun 03, 2002 at 03:00:48AM -0600, Josh Green wrote: > [...] > planned to not try to provide a standard API to all formats (seems > completely insane to try :) but instead provide a base object (currently > called SFItem in libsoundfont) that provides a linked tree structure, > ref counting

Re: [linux-audio-dev] Sample conversion tools

2002-06-03 Thread rm
On Mon, Jun 03, 2002 at 07:08:42PM +0200, Frank Neumann wrote: > Yeah - I noticed there was some sign of life in one of the daily CVS > updates I did last week :-). i'm surprised that anyone was watching (or had the patience to watch). > > my current plan is to support akai S1/3k, giga, and poss

Re: [linux-audio-dev] Sample conversion tools

2002-06-03 Thread rm
On Mon, Jun 03, 2002 at 09:24:54AM -0500, Kevin Conder wrote: > On Mon, 3 Jun 2002, rm wrote: > > my current plan is to support akai S1/3k, giga, and possibly roland > > and emu formats. > What about the old Ensoniq samplers? my aim is to allow users (me) to access the majority of sample co

Re: [linux-audio-dev] Sample conversion tools

2002-06-03 Thread Frank Neumann
Hi, Rob Melby wrote: > i currently have a simple gtk based app called abrowse for the > conversion of AKAI S1000/3000 sample libraries at > http://abrowse.sourceforge.net/ Yeah - I noticed there was some sign of life in one of the daily CVS updates I did last week :-). > the cu

Re: [linux-audio-dev] Sample conversion tools

2002-06-03 Thread Kevin Conder
On Mon, 3 Jun 2002, rm wrote: > my current plan is to support akai S1/3k, giga, and possibly roland > and emu formats. What about the old Ensoniq samplers? -- Kevin Conder, [EMAIL PROTECTED]

Re: [linux-audio-dev] Sample conversion tools

2002-06-03 Thread Josh Green
I've been working on a rebuild of my application the Smurf Sound Font Editor since last September. The new name for the program is Swami (Sample Waveforms and Audio for Magical Instruments) and I will be releasing it in a few days or so (in time for the LinuxTag). The new architecture is object or

[linux-audio-dev] Sample conversion tools

2002-06-03 Thread rm
i currently have a simple gtk based app called abrowse for the conversion of AKAI S1000/3000 sample libraries at http://abrowse.sourceforge.net/ the current code base is around 3 years old, and i'm embarking on a bit of re-architecting. interest has been expressed for generalizin