Re: [LAD] how to store deferred events in a real time audio app?

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Harry van Haaren <harryhaaren@...>
Cc: <linux-audio-dev@...>
Date: Tuesday, December 20, 2011 - 2:53 am

--20cf305640cf0ee2f004b47d2ce0
Content-Type: text/plain; charset=ISO-8859-1

I guess what I'm really interested in is how others have anchored events to
a timeline. Another way of doing it would be to trade ram and a bit of
accuracy for speed of execution by having an array that is PartsPerQuarter
* max_length_in_quarters long, and use that array to hold events, allowing
more than one event to be anchored to the same place by using a linked
list.

Feedback welcome. =-/

iain

--20cf305640cf0ee2f004b47d2ce0
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

I guess what I'm really interested in is how others have anchored =
events to a timeline. Another way of doing it would be to trade ram and a b=
it of accuracy for speed of execution by having an array that is PartsPerQu=
arter * max_length_in_quarters long, and use that array to hold events, all=
owing more than one event to be anchored to the same place by using a linke=
d list.=A0
Feedback welcome. =3D-/=
iain

--20cf305640cf0ee2f004b47d2ce0--

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [LAD] how to store deferred events in a real time audio ..., Iain Duncan, (Tue Dec 20, 2:53 am)