import Cocoa class Track: NSObject { var volume: Double init() { volume = 0.0 } }