public static void lancerMetronome(Metronome m, BeatScroller tab) { m.StartCoroutine(m.Ticker()); tab.hasStarted = true; }