File: PenroseOscil.h

package info (click to toggle)
pd-fftease 2.5.2.git20121005-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 1,120 kB
  • sloc: ansic: 17,044; makefile: 376; perl: 80
file content (8 lines) | stat: -rw-r--r-- 255 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8

float frequencyToIncrement( float samplingRate, float frequency,
			    int bufferLength );

void makeSineBuffer( float *buffer, int bufferLength );

float bufferOscil( float *phase, float increment, float *buffer,
                   int bufferLength );