You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Program.pde should have virtually zero code. Lets try and remove all constants, functions, etc and put them places that make more sense.
Ex: the BUFFERSIZE constant was initially for testing but now we rely on it throughout the code. Find a way to remove this constant and use passed values.
Program.pde should have virtually zero code. Lets try and remove all constants, functions, etc and put them places that make more sense.
Ex: the BUFFERSIZE constant was initially for testing but now we rely on it throughout the code. Find a way to remove this constant and use passed values.