File: LFO.cpp

package info (click to toggle)
zynaddsubfx 3.0.6-7.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 65,848 kB
  • sloc: cpp: 124,436; ansic: 39,936; objc: 2,496; makefile: 1,369; python: 567; sh: 566; ruby: 178; javascript: 50
file content (9 lines) | stat: -rw-r--r-- 165 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
#include <rtosc/ports.h>
#include "LFO.h"
#include "util.h"

using namespace rtosc;

Ports LFO::ports = {
    PARAM(LFO, freq, freq, log, 1e-3, 10, "frequency"),
};