We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db854f2 commit 611144bCopy full SHA for 611144b
src/AudioTools/AudioLibs/AudioSTK.h
@@ -27,9 +27,11 @@ namespace audio_tools {
27
*
28
* @ingroup generator
29
* @tparam T
30
+ * @author Phil Schatzmann
31
+ * @copyright GPLv3
32
*/
33
-template <class StkCls, class T>
34
+template <class StkCls=stk::Generator, class T=int16_t>
35
class STKGenerator : public SoundGenerator<T> {
36
public:
37
STKGenerator() = default;
@@ -78,7 +80,7 @@ class STKGenerator : public SoundGenerator<T> {
78
80
* @brief STK Stream for Instrument
79
81
* @ingroup dsp
82
83
+template <class StkCls=stk::Instrmnt, class T=int16_t>
84
class STKInstrument : public STKGenerator<StkCls, T> {
85
86
STKInstrument() = default;
0 commit comments