File: PenroseOscil.h

package info (click to toggle)
pd-fftease 3.0.1-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,112 kB
  • sloc: ansic: 14,552; makefile: 208; sh: 93; cpp: 19; perl: 9
file content (5 lines) | stat: -rw-r--r-- 264 bytes parent folder | download | duplicates (3)
1
2
3
4
5
#include "fftease.h"

t_float frequencyToIncrement( t_float samplingRate, t_float frequency, int bufferLength );
void makeSineBuffer( t_float *buffer, int bufferLength );
t_float bufferOscil( t_float *phase, t_float increment, t_float *buffer, int bufferLength );