fluxamasynth

:slight_smile: thank you!

i got wprogram.h from arduino .0023 i have placed it in C:\arduino\arduino-1.0.3\hardware\arduino\cores\arduino

#include <Fluxamasynth.h>
#include <NewSoftSerial.h>
#include <PgmChange.h>

#include <fluxamasynth_nss.h>
#include <newsoftserial.h>

#if (ARDUINO >= 100)
#include <Arduino.h>
#else
#include <WProgram.h>
#endif


Fluxamasynth synth;

#define uint8_t byte
]

yep still giving me problems.