Example #1
0
 public void initialize(float excellentWindow, float goodWindow, float badWindow, SongManager songManager, FeedbackRenderer feedbackRenderer)
 {
     this.excellentWindow  = excellentWindow;
     this.goodWindow       = goodWindow;
     this.badWindow        = badWindow;
     this.songManager      = songManager;
     this.feedbackRenderer = feedbackRenderer;
 }