Hi, I'm new to Arduino and FastLED and have played around with the 'DemoReel100'

Hi, I’m new to Arduino and FastLED and have played around with the ‘DemoReel100’ example on my LED’s and the patterns are amazing.
The different patterns switch from one another after a set time, how would I go about changing it so the patterns switch by pressing a button?
Any advice would be appreciated, just bare in mind I’m a complete noob. Thanks.

I actually separated each pattern and wrote new code using switch case to select different patterns so i can add or remove any of them. But yeah youre right it does have some pretty awesome patterns. If you want i can share my code later

That would be great if you could share your code, being able to read through how you have done it mite make it easier for me to understand. Thank you.

Ok i get off around 5 so ill put up a pastebin link on here when i get home

@Michael_Stout ​ i apologize i did not get home yesterday until really late at night. Unexpected road trip. I will get you the code this afternoon i apologize for the delay

@Michael_Stout Here are the paste bin links for the files, there is a main file and 2 header files

Main program - http://pastebin.com/zwDu5ZP3

Buttons.h - http://pastebin.com/CLL9yZLm

Patterns.h - http://pastebin.com/qVWuHLMv

I hope this helps you out more than confuse you im bad about not adding comments on my code. If you need me to clarify anything let me know.