File: PenroseOscil.h

package info (click to toggle)
pd-lyonpotpourri 2.0%2Bgit20121009-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,180 kB
  • sloc: ansic: 18,330; makefile: 376
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 );