Buggy code (it's saved in RAR compression). Doesn't compile without XY errors.

Buggy code (it’s saved in RAR compression). Doesn’t compile without XY errors. But looks wonderful.
https://www.youtube.com/attribution_link?a=SS5QFrcS-I0&u=/watch?v%3D64X5sJJ4YKM%26feature%3Dshare

Yea, that looks very cool. Great job! I think I saw God.

I didn’t make it I’m just sharing it for others to gawk at.

Very nice lamp, great effects !

Great lamp, thanks for posting Freddie.

Credit to Jason coon as it is his code and design. Reason for not compiling it needs to be compiled using an older version of arduino ide and teensyduino.

What’s breaking in the code when using current IDE and Teensyduino? Must be able to update that somehow.

Probably. But it’s a little over my head in the coding area. I compiled using arduino 1.6r5 and older version of teensyduino. I found if I used the latest I was getting the same x/y error messages

what is the compilation error ?

Under the Drawing.h file this error statement:
‘XY’ was not declared in this scope
leds[XY(x0, y0)] = color;
Also errors under AudioPatterns.h file.

What IR library is used with this code?

@Freddie_Olivas If you pre-declare a bunch of functions near the top of sketch you’ll fix all the errors I believe you’re getting. Add all these lines starting at line 46 in torch.ino

uint16_t XY(uint8_t x, uint8_t y);
void dimAll(byte value);
uint16_t colorWaves();
uint16_t pride();
uint16_t cloudTwinkles();
uint16_t rainbowTwinkles();
uint16_t snowTwinkles();
uint16_t incandescentTwinkles();
uint16_t fireflies();
uint16_t rainbow();
uint16_t rainbowWithGlitter();
void addGlitter(fract8 chanceOfGlitter);
uint16_t confetti();
uint16_t bpm();
uint16_t juggle();
uint16_t showSolidColor();
uint16_t hueCycle();
uint16_t sinelon();

It worked! Thank you so much. Only compiles for the Teensy 3.2/3.1.
Can’t wait to build this thing.

looks awesome