fluid-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [fluid-dev] Voice renderer, and fluid_voice_t


From: Elimar Green
Subject: Re: [fluid-dev] Voice renderer, and fluid_voice_t
Date: Wed, 23 Jun 2010 18:28:07 -0700

Another one I forgot to CC the list on.

Elimar

On Wed, Jun 23, 2010 at 6:15 PM, Elimar Green <address@hidden> wrote:
Sounds like some good stuff to me!  No objections either in regards to sub directories.

Cheers!

Elimar


On Sun, Jun 20, 2010 at 4:15 AM, David Henningsson <address@hidden> wrote:
So my thoughts about the voice renderer and the state machine continues
- what I think now is the correct way to fix Sven's and everybody else's
reordering issues.

I would like to split fluid_voice_t into two parts. One part should be
hard real-time capable and should contain fluid_voice_write and
fluid_voice_mix, and everything that it needs to know to do just that.
But nothing more. That way we try to make the upper bound of CPU time as
low as possible.

In particular, I would like everything related to generators and
modulators to be on the soft real-time side, and only the outcome of
those calculations to move into the hard real-time side.

To get to know the voice code better, I've done some refactoring which
is already in trunk. And as the number of source files increase, so does
the need for subdirectories. Any objections to me organizing the source
files in subdirectories?

// David


_______________________________________________
fluid-dev mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/fluid-dev



reply via email to

[Prev in Thread] Current Thread [Next in Thread]