GuitarString
Object Hierarchy:
Description:
public class GuitarString
A guitar string with a particular tuning
Content:
Properties:
- public RGBA color { get; set; }
Guitar string color as a RGBA array of floats
- public RGBA label_color { get; set; }
Label color as a RGBA array of floats
- public string note { get; }
The note associated with this guitar string
- public bool vibrate { get; set; }
Whether this note should be vibrating (sinusoidal movement animation)
- public double vibrate_seed { get; set; }
A random generator seed (vibration animation phase difference)
Creation methods: