/* dueEastText.pde Strings and colors for "dueEastPoster.pde". */ String[] fp = {"NYU First", "Performance"}; boolean[] fpColors = {true, true}; String[] presents = {"Presents"}; boolean[] presentsColors = {true}; String[] newMusic = {"New Music", "By NYU", "Composers"}; boolean[] newMusicColors = {true, true, true}; // Due East info String[] dueEast = {"Due East"}; boolean[] dueEastColors = {true}; String[] erin = {"Erin Lesser", "Flutes"}; boolean[] erinColors = {true, false}; String[] greg = {"Gregory", "Beyer", "Percussion"}; boolean[] gregColors = {true, true, false}; String[] url = {"www.", "dueeast.", "net"}; boolean[] urlColors = {true, true, true}; // Composers and titles String[] jessica = {"Jessica", "Schwartz", "A Two-", "Dimensional", "Silhouette"}; boolean[] jessicaColors = {true, true, false, false, false}; String[] yoni = {"Yoni Niv and", "David", "Schmidlapp", "The Reality", "of Corn"}; boolean[] yoniColors = {true, true, true, false, false}; String[] alex = {"Alexander", "Ness", "Xayaal"}; boolean[] alexColors = {true, true, false}; String[] yoonji = {"Yoon-Ji", "Lee", "Infinity"}; boolean[] yoonjiColors = {true, true, false}; String[] clara = {"Clara", "Latham", "I am the Beat", "That Waits for", "You to See Me"}; boolean[] claraColors = {true, true, false, false, false}; // Event info String[] time = {"Sunday", "April 20", "8:00 pm"}; boolean[] timeColors = {true, true, true}; String[] free = {"Free", "Admission"}; boolean[] freeColors = {true, true}; String[] address = {"TENRI", "Cultural", "Institute", "43A W 13th St."}; boolean[] addressColors = {true, true, true, false};