jamoma / jamoma2

A header-only C++ library for building dynamic and reflexive systems with an emphasis on audio and media.
MIT License
30 stars 6 forks source link

Port the Time Dataspace over from Jamoma1 #34

Open tap opened 9 years ago

tap commented 9 years ago

After creating the unit tests, then integrate with the frequency parameters of the filter objects.

tap commented 9 years ago

Ideally the person to do this would be someone other than me so that we can have more eyes on the code and get some feedback about how everything works...

lossius commented 9 years ago

Assigning to me

tap commented 9 years ago

Additionally would like to use this dataspace in the Limiter for the release Parameter.

tap commented 8 years ago

I'm going to take this assignment as this particular dataspace is holding back some other work. The other dataspaces are still free to be implemented though!

tap commented 8 years ago

Unit tests are still needed, as is a code review (the two could go hand in hand), so assigning back for that...

This dataspace is used by the LowpassOnepole class frequency parameter.

lossius commented 8 years ago

The Time dataspace is now reviewed by implementing unit tests ( 7aceaf5 ). What's left is this:

After creating the unit tests, then integrate with the frequency parameters of the filter objects.

If that is still relevant, I believe it is better to make a separate issue for that so that this issue can be closed. I'm assigning back to you @tap , and consider myself done here.