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

TimeDataspace : get sample rate from system in sample unit #101

Open lossius opened 8 years ago

lossius commented 8 years ago

The sample unit is currently hard-coded to use a sample rate of 96 kHz. Instead it need to retrieve samplerate from the system. This issue relates to #45 as well as #34 .

lossius commented 7 years ago

And I guess we need some sort of notification system when system sample rate changes.