Trouble finding Fluxamasynth.h in ver. 0022 Arduino

Making your program work.
mstadtler
Posts: 3
Joined: Sun Jan 29, 2012 5:41 pm

Trouble finding Fluxamasynth.h in ver. 0022 Arduino

Post by mstadtler »

I was having trouble with 1.0 and the MEGA so I thought I'd try one of the examples (random_chords) that use to work in 0022 on my Duemilanove.

I get this error


random_chords.cpp:1:26: error: Fluxamasynth.h: No such file or directory
random_chords:2: error: 'Fluxamasynth' does not name a type
random_chords.cpp: In function 'void setup()':
random_chords:21: error: 'synth' was not declared in this scope
random_chords.cpp: In function 'void loop()':
random_chords:31: error: 'synth' was not declared in this scope
random_chords:45: error: 'synth' was not declared in this scope
*************************************************************************************
I have the path as arduino-0022 > libraries > Fluxamasynth

In the Fluxamasynth forlder I have

-Fluxamasynth.cpp
- Fluxamasynth.h
- keywords

How did I break this?

mstadtler
Posts: 3
Joined: Sun Jan 29, 2012 5:41 pm

Re: Trouble finding Fluxamasynth.h in ver. 0022 Arduino

Post by mstadtler »

Fixed wrong Arduino board type.

Post Reply