adamstark@114: adamstark@114: adamstark@114:
adamstark@114: adamstark@114: adamstark@114: adamstark@114: adamstark@114:
adamstark@114: BTrack - A Real-Time Beat Tracker
adamstark@114:
adamstark@114: |
adamstark@114:
A circular buffer. adamstark@114: More...
adamstark@114:#include <vector>
Go to the source code of this file.
adamstark@114:adamstark@114: Classes | |
class | CircularBuffer |
A circular buffer.
adamstark@114: adamstark@114:This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
adamstark@114:This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
adamstark@114:You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
adamstark@114: