steeley

Results 32 comments of steeley

I have the same issue. Custom settings does not work at all. I tried the example above for Leonardo and still get the error: `MIDI_Library/src/serialMIDI.h:62:13: error: 'BaudRate' is not a...

ok so its not really a proper switch then, more a weird multiplexer. :( So what is the correct way to switch a signal on and off? guess I could...

Ahh ok... sorry for the misunderstanding. Ideally it would be nice for all things that produce a waveform to have both `in_pitch() `and `in_freq()` by default. But I guess can...

What software/OS version are you using? I can try on a different machine maybe. If you have a pDSP white noise example that you know is working I can try...

I found that patching the white noise through an amplifier or other module before patching to the output seems to work without an error.

Maybe: ofxAudioUnit.setSampleRate(48000); Based on: kAudioUnitProperty_SampleRate ``` A read/write Float64 value valid on the audio unit input and output scopes. The audio sample rate for a specified scope. Available in OS...

Good point - I guess the ideal way is to set it on the output as you say. Thanks for taking a look.

I guess the other thing to consider is that the sample rate could be set by default to whatever the AudioMIDI setup--> sound settings are.

You appear to be compiling twice with this line! `make -j6 zImage modules dtbs`

Possibly, but since Raspbian Jessie GPIO should not require sudo. Other apps/libraries I have tested do not have this problem.