-
Notifications
You must be signed in to change notification settings - Fork 0
Note(NotePitch)
Chanan edited this page Aug 18, 2020
·
1 revision
Note(NotePitch,byte,byte) Constructor
Namespace: CW.Soloist.CompositionService.MusicTheory
Assembly: CW.Soloist.CompositionService.dll
Copy Constructor: constructs a new note based on an existing note.
This is done with a deep copy.
public Note(INote note)
: this(note.Pitch, note.Duration) { }
Name | Type | Description |
---|---|---|
note | INote | Note to copy. |
© Chanan Welt - Soloist
- Home
- Getting Started
- Design
- Business Logical Layer (CW.Soloist.CompositionService)
- Duration Representation
- IDuration
- Duration
- Duration Representation
- Data Access Layer
- Presentation Layer
- Business Logical Layer (CW.Soloist.CompositionService)