Skip to content

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

Summary

Copy Constructor: constructs a new note based on an existing note.
This is done with a deep copy.

Source Code

public Note(INote note)
    : this(note.Pitch, note.Duration) { }

Parameters

Name Type Description
note INote Note to copy.
  • Home
  • Getting Started
  • Design
    • Business Logical Layer (CW.Soloist.CompositionService)
    • Data Access Layer
    • Presentation Layer
Clone this wiki locally