Skip to main content
Topic: MIDI Imports - Flat keys (Read 2115 times) previous topic - next topic

MIDI Imports - Flat keys

Whenever I import a MIDI in a flat key (e.g. E Flat Major) it imports it a C Major and adds accidentals of, for example d sharp, a sharp and g sharp, to reprisent e flat, b flat and a flat. Is there anyway of getting around this?

This is an example:

Code: [Select · Download]
!NoteWorthyComposerClip(2.0,Single)
|Rest|Dur:4th,Dotted
|Note|Dur:16th|Pos:5|Opts:Stem=Down,Beam=First
|Note|Dur:16th|Pos:#5|Opts:Stem=Down,Beam=End
|Bar
|Note|Dur:16th|Pos:#6|Opts:Stem=Down,Beam=First
|Note|Dur:16th|Pos:#5|Opts:Stem=Down,Beam
|Note|Dur:16th|Pos:n5|Opts:Stem=Down,Beam
|Note|Dur:16th|Pos:4|Opts:Stem=Down,Beam=End
|Note|Dur:8th|Pos:#2|Opts:Stem=Down,Beam=First
|Note|Dur:8th|Pos:4|Opts:Stem=Down,Beam=End
|Bar
|Note|Dur:4th,Dotted|Pos:#-1
|Note|Dur:16th|Pos:1|Opts:Stem=Down,Beam=First
|Note|Dur:16th|Pos:2|Opts:Stem=Down,Beam=End
|Bar
|Note|Dur:16th|Pos:#2|Opts:Stem=Down,Beam=First
|Note|Dur:16th|Pos:n2|Opts:Stem=Down,Beam
|Note|Dur:16th|Pos:1|Opts:Stem=Down,Beam
|Note|Dur:16th|Pos:#-1|Opts:Stem=Down,Beam=End
|Note|Dur:16th|Pos:#-2|Opts:Stem=Up,Beam=First
|Note|Dur:16th|Pos:n-2|Opts:Stem=Up,Beam
|Note|Dur:16th|Pos:#-2|Opts:Stem=Up,Beam
|Note|Dur:16th|Pos:-1|Opts:Stem=Up,Beam=End
|Bar
|Note|Dur:4th,Dotted|Pos:-2
!NoteWorthyComposerClip-End

 

Re: MIDI Imports - Flat keys

Reply #1
NWC2 will import key signatures if they are included in the MIDI file. If the MIDI file does not include a key signature, then NWC2 will import the performance as if it is in C Major. You can add key signatures after the fact using the Key Change procedure.