File: Echo.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 (6 lines) | stat: -rw-r--r-- 129 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
#include "Echo.h"
#include "util.h"

rtosc::Ports Echo::ports = {
    PARAM(Echo, time, time, log, 1e-3, 10, "Delay of echo")
};