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

Create unit impulse AudioObject #19

Closed nwolek closed 9 years ago

nwolek commented 9 years ago

https://en.wikipedia.org/wiki/Dirac_delta_function

Need this for testing filter responses. A lot of the necessary code is done as part of my testing the for issue #12. See the following section of code:

https://github.com/jamoma/jamoma2/blob/master/examples/simple.cpp#L93

tap commented 9 years ago

Interesting! I did not know about the Dirac Function in this context.

Let me know if you need to talk about this at any point.

nwolek commented 9 years ago

working and passes test