Mercurial > hg > opencollidoscope
diff CollidoscopeApp/include/RingBufferPack.h @ 3:7fb593d53361
added comments
author | Fiore Martin <f.martin@qmul.ac.uk> |
---|---|
date | Tue, 12 Jul 2016 18:29:38 +0200 |
parents | 02467299402e |
children | 75b744078d66 |
line wrap: on
line diff
--- a/CollidoscopeApp/include/RingBufferPack.h Mon Jul 11 17:03:40 2016 +0200 +++ b/CollidoscopeApp/include/RingBufferPack.h Tue Jul 12 18:29:38 2016 +0200 @@ -3,8 +3,7 @@ #include "cinder/audio/dsp/RingBuffer.h" -/* Packs together a RingBuffer and the erlated array used to exchange data (read/write) with the ring buffer -*/ +/** Packs together a cinder::audio::dsp::RingBuffer and the related array used passed as argument to exchange data (read/write) with the ring buffer */ template <typename T> class RingBufferPack { @@ -40,4 +39,4 @@ T* mArray; -}; \ No newline at end of file +};