You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…-Official#27)
* Rework chart event constructor parameters
- Reorganize note parameters to better follow class hierarchy
- Remove previousNote parameter, it's not really that useful
- Remove text event length parameters
* Reorganize note flags
- Move instrument-specific note flags to their respective types
- Change values to use `1 << x` instead of raw values
- Move IsChord to Note, and base it off of the child note count instead of a flag
- Add missing properties for flags
* Tidy up chart event fields and properties
- Reordered by modifiers: private first, public last
- Aligned everything in columns
* Fix child notes list not getting created
* Add guitar/drums note value definitions and vocals harmony part value
Removed the drums cymbal flag, it's now part of the note value
* Add note type values to guitar/drum notes
* Add SP activator flag to drum notes
* Add Pro Guitar note
* (Re-)Add convenience properties for note types
* Allow publically setting note type values
* Simplify guitar/Pro guitar IsSustain property
Prevent soft-locks.
The text was updated successfully, but these errors were encountered: