bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

midi channel warning is gone


From: Keith OHara
Subject: midi channel warning is gone
Date: Thu, 10 Mar 2011 18:48:01 -0800
User-agent: Opera Mail/11.01 (Win32)

The message
 warning: MIDI channel wrapped around
 warning: remapping modulo 16
has gone away in 2.12.53

In the old version, each staff got a midi channel, and if we had more than 14 
staves we got this message.  My response was to make a separate score for midi, 
grouping instruments on fewer staves.

Now each Voice="name" with a unique name gets a midi channel.  Does the 
attached midi or the .ly below sound like an orchestra to you?
If not, I'll start working on a tiny version.

\score {
  <<
      \new Staff \with {midiInstrument = #"voice oohs" }
        \new Voice = "voice" { s16*20 a''8 }
      \new Staff \with {midiInstrument = #"flute" } <<
        \new Voice = "flute1" { s16*19 c''8 }
        \new Voice = "flute2" { s16*18 a'8 }
      >>
      \new Staff \with {midiInstrument = #"oboe" } <<
        \new Voice = "oboe1" { s16*17 e'8 }
        \new Voice = "oboe2" { s16*16 a8 }
      >>
      \new Staff \with {midiInstrument = #"clarinet" }
        \new Voice = "clarinet" { s16*15 c'8 }
      \new Staff \with {midiInstrument = #"bassoon" }
      \new Voice = "bassoon" { s16*14 a8 }
      \new Staff \with {midiInstrument = #"french horn" } <<
        \new Voice = "horn1" { s16*13 e8 }
        \new Voice = "horn2" { s16*12 a,8 }
      >>
      \new Staff \with {midiInstrument = #"brass section" } <<
        \new Voice = "trumpet" { s16*11 e8 }
        \new Voice = "trombone" { s16*10 c,8 }
      >>
      \new Staff \with {midiInstrument = #"timpani" }
        \new Voice = "timpani" { s16*8 c8 }
      \new Staff \with {midiInstrument = #"acoustic grand" }
        \new Voice = "pianoR" { s16*7 a'8 }
      \new Staff \with {midiInstrument = #"acoustic grand" }
        \new Voice = "pianoL" { s16*6 a,,8 }
      \new Staff \with {midiInstrument = #"violin" }
        \new Voice = "violin1" { s16*5 c8 }
      \new Staff \with {midiInstrument = #"violin" }
        \new Voice = "violin2" { s16*4 a8 }
      \new Staff \with {midiInstrument = #"viola" }
        \new Voice = "viola" { s16*3 e8 }
      \new Staff \with {midiInstrument = #"cello" }
        \new Voice = "cello" { s16*2 c8 }
      \new Staff \with {midiInstrument = #"contrabass" }
        \new Voice = "contrabass" { s16*1 a,,8 }
      \new Staff \with {midiInstrument = #"gunshot" }
      \new Voice = "starting signal" { a,,8 }
%{%}>>
  \midi { }
}

Attachment: ms.48.midi
Description: MIDI audio

Attachment: ms.53.midi
Description: MIDI audio


reply via email to

[Prev in Thread] Current Thread [Next in Thread]