// A (non) Purring repeating Melody
#include <Tunes.h>
#include <pitches.h>

Note Purr[] =
{
	{ 20, 4, 8 },
	{ REPEAT, 0, 0 }
};
