Re: latest CVS commit

New Message About this list Date view Thread view Subject view Author view Attachment view

From: Paul Davis (paul_at_linuxaudiosystems.com)
Date: 01/04/03 23:14 EST


Subject: Re: [ardour-dev] latest CVS commit 
From: Paul Davis <paul@linuxaudiosystems.com>
Message-Id: <E18V23u-0000f0-00@sc8-sf-list1.sourceforge.net>
Date: Sat, 04 Jan 2003 23:14:37 -0500

>I'm not sure what the point of putting it in functions is, the actual
>code is pretty small and it has per channel state, so classic C style
>functions won't help.

i was thinking of:

  state_ptr = xxxxx_dither_and_clamp_init (...);
  while (foo) {
      xxxxxx_dither_and_clamp_process (data, nframes, channel, state_ptr);
  }
  xxxxx_dither_and_clamp_finish (state_ptr);

somewhat like erik's SRC API.

--p


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
ardour-dev mailing list
ardour-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ardour-dev

New Message About this list Date view Thread view Subject view Author view Attachment view

This archive was generated by hypermail 2.1.5 : 01/04/03 23:12 EST