From f1773b634eb6cf4e1312379dcc7bcbab7291c60b Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Sun, 23 May 2021 13:19:09 -0400 Subject: 2nd pot; some doc; smooth WAV playback --- source/dac.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source/dac.hpp') diff --git a/source/dac.hpp b/source/dac.hpp index e305c4b..4360c26 100644 --- a/source/dac.hpp +++ b/source/dac.hpp @@ -2,7 +2,7 @@ * @file dac.hpp * @brief Manages signal creation using the DAC. * - * Copyright (C) 2020 Clyne Sullivan + * Copyright (C) 2021 Clyne Sullivan * * Distributed under the GNU GPL v3 or later. You should have received a copy of * the GNU General Public License along with this program. @@ -23,6 +23,8 @@ public: static void start(int channel, dacsample_t *buffer, size_t count); static void stop(int channel); + static int sigGenWantsMore(); + private: static DACDriver *m_driver[2]; -- cgit v1.2.3