Add the instrument names to the MIDI channel selector (#38083)
* Add the instrument to the MIDI channel selector * Reviews Adds support for chained masters Makes the channel UI update on its own when the midi changes (Works with bands too!) * add to admin logs and limit track count * Limit track names by length too * remove left over comment * Requested changes * Reviews
This commit is contained in:
@@ -472,5 +472,10 @@ public enum LogType
|
||||
/// <summary>
|
||||
/// Damaging grid collision has occurred.
|
||||
/// </summary>
|
||||
ShuttleImpact = 102
|
||||
ShuttleImpact = 102,
|
||||
|
||||
/// <summary>
|
||||
/// Events relating to midi playback.
|
||||
/// </summary>
|
||||
Instrument = 103,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user