Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(976)

Delta Between Two Patch Sets: Documentation/changes.tely

Issue 4534059: MIDI: default midiChannelMapping to 'staff (Closed)
Left Patch Set: Created 12 years, 10 months ago
Right Patch Set: whitespace, document channelMapping=#'staff Created 12 years, 10 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | input/regression/midi-notes.ly » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 \input texinfo @c -*- coding: utf-8; mode: texinfo; -*- 1 \input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
2 @setfilename lilypond-changes.info 2 @setfilename lilypond-changes.info
3 @settitle LilyPond Changes 3 @settitle LilyPond Changes
4 4
5 @include macros.itexi 5 @include macros.itexi
6 6
7 @ifhtml 7 @ifhtml
8 @macro inputfileref{DIR,NAME} 8 @macro inputfileref{DIR,NAME}
9 @uref{../../\DIR\/collated-files.html#\NAME\,@file{\DIR\/\NAME\}}@c 9 @uref{../../\DIR\/collated-files.html#\NAME\,@file{\DIR\/\NAME\}}@c
10 @end macro 10 @end macro
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 (cc . (one two three four five six))) 109 (cc . (one two three four five six)))
110 } _"oboe" 110 } _"oboe"
111 111
112 } 112 }
113 @end lilypond 113 @end lilypond
114 114
115 @item 115 @item
116 MIDI output has been improved 116 MIDI output has been improved
117 @itemize @bullet 117 @itemize @bullet
118 @item the option @code{\set Score.midiChannelMapping = #'voice} puts each voice on its own midi MIDI channel 118 @item the option @code{\set Score.midiChannelMapping = #'voice} puts each voice on its own midi MIDI channel
119 @item the option @code{\set Score.midiChannelMapping = #'instrument} puts identi cal instruments on the same MIDI channel. This means that e.g. for a full orche stral score there are always 16 (15 plus percussion) differently sounding instru ments available, unrestricted by the number of staves or voices. This option al so stores each voice in a separate track in the MIDI file. 119 @item the option @code{\set Score.midiChannelMapping = #'instrument} puts identi cal instruments on the same MIDI channel. This means that e.g. for a full orche stral score there are always 16 (15 plus percussion) differently sounding instru ments available, unrestricted by the number of staves or voices. (Some MIDI pla yers will cut off notes, however, if two voices play the same pitch simultaneous ly on the same channel.) This option also stores each voice in a separate track in the MIDI file.
120 @item the default, @code{\set Score.midiChannelMapping = #'staff}, assigns one M IDI channel per staff. This setting allows instrument changes (implemented as M IDI program changes) to re-use single MIDI channel.
120 @item dynamics are now rendered as note velocities, no longer as midi volume. T his improves the sound on [high end] midi renderers. 121 @item dynamics are now rendered as note velocities, no longer as midi volume. T his improves the sound on [high end] midi renderers.
121 @end itemize 122 @end itemize
122 123
123 @item 124 @item
124 MIDI-import through Midi2ly is improved 125 MIDI-import through Midi2ly is improved
125 @itemize @bullet 126 @itemize @bullet
126 @item Midi2ly now also works on Windows systems 127 @item Midi2ly now also works on Windows systems
127 @item MIDI-files with more than 32 tracks are now handled 128 @item MIDI-files with more than 32 tracks are now handled
128 @item notes on certain simultaneous voices no longer ignored 129 @item notes on certain simultaneous voices no longer ignored
129 @item notes overrunning a bar line are no longer truncated 130 @item notes overrunning a bar line are no longer truncated
(...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after
667 @ifhtml 668 @ifhtml
668 For older news, go to 669 For older news, go to
669 @uref{http://lilypond.org/doc/v2.12/Documentation/topdocs/NEWS.html}, 670 @uref{http://lilypond.org/doc/v2.12/Documentation/topdocs/NEWS.html},
670 @uref{http://lilypond.org/doc/v2.10/Documentation/topdocs/NEWS.html}, 671 @uref{http://lilypond.org/doc/v2.10/Documentation/topdocs/NEWS.html},
671 or @uref{../,go back} to the Documentation index. 672 or @uref{../,go back} to the Documentation index.
672 673
673 674
674 @end ifhtml 675 @end ifhtml
675 676
676 @bye 677 @bye
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b