-
When repeatedly adding or multiplying and re-assigning to a `Generator` variable, e.g. in a loop, the overloaded arithmetic operators don't pick up on the polymorphism, resulting in a lot of nested ad…
-
Stemming from the discussion with @anhinga about synthesis output issues in Linux.
Moving the discussion here so we have a more permanent record to look back at if we need to.
#### The Issue
- @anhin…
-
Might be worth looking at these again. I just scratched my head for about thirty seconds after trying to subtract a SineWave from 1.
-
Changing the wavetable from sin2048_int8 to sin256_int8 in the _01_Sinewave example, you can hear a very detuned A4 sound (a G4, actually).
Can it be some kind of bug or is there some explanation f…
-
hello_audio builds and runs fine (alarmingly loud ;)) but modprobing the new alsa driver in and trying to play a song using mplayer causes a kernel oops:
Init:
- debian image from torrent, 13/04/2012…
-
I've just tried to do the following:
create an openFrameworks project, with a `Synth` member variable.
In setup, I assign a Synth subclass to the member variable. So like this:
// class member vars…
-
Hey,
I am using slightly modified version of your SineWave which does the same as yours. On event my bubble starts moving by the SineWave path, any ideas how would I later on reverse that path by anot…
-
Add Max and min values.
-
This is just an idea at this point, but I wanted to illustrate why I think this would be useful. Related to #2.
As an example, let's say we wanted to create a sine wave oscillator that randomly chang…
-
The new sample contains a sinewave being played, and the pitch is drawing with a nice sine-wave looking curve.
However when attempting to modify the example to play an actual file, garbage values are…