Update and rename Library.java to SoundtrackOptical.java

This commit is contained in:
Matt 2019-10-28 18:13:02 -04:00 committed by GitHub
parent 0fc38dc693
commit 2f9d843a49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
package optical_soundtrack;
package soundtrack.optical;
import processing.sound.*;
import processing.core.*;
public class Soundtrack {
public class SoundtrackOptical {
String TYPE = "dual variable area"; //type of soundtrack
int DPI = 2880; //dots/in
boolean POSITIVE = true;