[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[fluid-dev] Voice renderer, and fluid_voice_t
From: |
David Henningsson |
Subject: |
[fluid-dev] Voice renderer, and fluid_voice_t |
Date: |
Sun, 20 Jun 2010 13:15:22 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100423 Thunderbird/3.0.4 |
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] Voice renderer, and fluid_voice_t,
David Henningsson <=
- CMake (was Re: [fluid-dev] Voice renderer, and fluid_voice_t), Pedro Lopez-Cabanillas, 2010/06/20
- Re: CMake (was Re: [fluid-dev] Voice renderer, and fluid_voice_t), David Henningsson, 2010/06/20
- Re: CMake (was Re: [fluid-dev] Voice renderer, and fluid_voice_t), Pedro Lopez-Cabanillas, 2010/06/20
- Re: CMake (was Re: [fluid-dev] Voice renderer, and fluid_voice_t), David Henningsson, 2010/06/20
- Re: CMake (was Re: [fluid-dev] Voice renderer, and fluid_voice_t), Pedro Lopez-Cabanillas, 2010/06/20
- Re: CMake (was Re: [fluid-dev] Voice renderer, and fluid_voice_t), Pedro Lopez-Cabanillas, 2010/06/21
- Message not available
- Re: CMake (was Re: [fluid-dev] Voice renderer, and fluid_voice_t), Elimar Green, 2010/06/23
- Message not available
- Re: CMake (was Re: [fluid-dev] Voice renderer, and fluid_voice_t), Pedro Lopez-Cabanillas, 2010/06/24
Re: [fluid-dev] Voice renderer, and fluid_voice_t, Sven Meier, 2010/06/20
Message not available