Example #1
0
	public NoteSettings (int length, beatList beat, buttonType button)
	{
		Length = length;
		Beat = beat;
		Button = button;
	}
Example #2
0
	void Setup()
	{
		beatlisttarget = noteSetting.Beat;
		buttontarget = noteSetting.Button;
		Length = noteSetting.Length;
		ActivateButton((int) noteSetting.Button);
		played = false;
	}