| ||||||||||
Maybe some folks are done already? Mark Guzdial |
Not exactly, but if you can explain a bit more to me about what you're doing, it could be okay. The main things I want you to do in this HW are (a) compose multiple sounds and (b) create larger sound elements that you then compose together. Mark Guzdial |
Check your Preferences. This means that you either done have jmusic (the directory), or jmusic.jar, or jmusic/inst (the directory) in your list of additional places to look for classes. Come to office hours or see me before class for help with this. Mark Guzdial |
Yup, I'd be happy with either of those. Mark Guzdial |
How about collage[dot]play(); – collage.play();. It's looking for the semicolon after "collage" since a space makes no sense to Java there. Mark Guzdial |
Thanks, Cassy! |
Somewhere, there's an off-by-one error in the code. Since it didn't throw an error, it means that it's somewhere inside of Sound.java, and it's allowing your code to run still. It's okay – we'll talk about how to debug at that level later. Mark Guzdial |