Re: How to manually set MIDI channel # for a staff?

2024-04-29 Thread David Kastrup
Jean Abou Samra writes: > Le lundi 29 avril 2024 à 06:31 -0500, Jason Yip a écrit : >> Hi, >> >> Does anyone know how to manually set the midi channel # for a staff to >> something other than the default of channel 0/1? Without having to >> create dummy sta

Re: How to manually set MIDI channel # for a staff?

2024-04-29 Thread Jason Yip
On 2024-04-29 06:48, Jean Abou Samra - jean(a)abou-samra.fr wrote: You can do \set Score.midiChannelMapping = #'voice as an alternative to that. Also \new Voice { } should work (untested) instead of \new Voice { s256 }. I don't think there's a better way. Setting midiChannelMapping property did

Re: How to manually set MIDI channel # for a staff?

2024-04-29 Thread Jean Abou Samra
Le lundi 29 avril 2024 à 06:31 -0500, Jason Yip a écrit : > Hi, > > Does anyone know how to manually set the midi channel # for a staff to > something other than the default of channel 0/1? Without having to > create dummy staffs with just `s256` as the voice content preceding

How to manually set MIDI channel # for a staff?

2024-04-29 Thread Jason Yip
Hi, Does anyone know how to manually set the midi channel # for a staff to something other than the default of channel 0/1? Without having to create dummy staffs with just `s256` as the voice content preceding the desired staff? The staff in question usually only has one voice, so I modified

Re: How to obtain the same midi channel for both the staves of a PianoStaff

2019-11-21 Thread Paolo Prete
c''4 d'' }    >>    \layout { }    \midi {        \context {            \Score            midiChannelMapping = #'instrument        }       }  } Il giovedì 21 novembre 2019, 01:22:18 CET, Paolo Prete ha scritto: Hello, in the following snippet the

How to obtain the same midi channel for both the staves of a PianoStaff

2019-11-20 Thread Paolo Prete
Hello, in the following snippet the same midi channel is assigned to both the voices inside the same staff % upper = {    a'4 b' r r} lower = {    r\ppp r\fff c''4 d''} \score {    \new Staff <<        \new Voice { \upper }        \ne

Re: \addlyrics affects midi channel selection

2016-01-06 Thread Patrick Karl
On 1/6/16 12:58 PM, Simon Albrecht wrote: On 06.01.2016 19:55, Patrick Karl wrote: The following snippet: \version "2.19.32" S = \relative c'' { c d e f } SLyrA = \lyricmode { tra la la la } T = \relative c'' { c d e f } \score { << \new Staff \S \addlyrics \SLyr

Re: \addlyrics affects midi channel selection

2016-01-06 Thread Simon Albrecht
On 06.01.2016 19:55, Patrick Karl wrote: The following snippet: \version "2.19.32" S = \relative c'' { c d e f } SLyrA = \lyricmode { tra la la la } T = \relative c'' { c d e f } \score { << \new Staff \S \addlyrics \SLyrB \new Staff \T >> \layout

\addlyrics affects midi channel selection

2016-01-06 Thread Patrick Karl
The following snippet: \version "2.19.32" S = \relative c'' { c d e f } SLyrA = \lyricmode { tra la la la } T = \relative c'' { c d e f } \score { << \new Staff \S \addlyrics \SLyrB \new Staff \T >> \layout {} \midi {} } generates a midi file w

Re: midi channel

2015-09-09 Thread Simon Albrecht
Hello Ralf, funnily enough, someone (or is roblemming an alias of yours?) posted exactly the same question three quarter hours later. Yours was unfortunately delayed somewhere in the mailing engine. See :-) HTH, Simon A

midi channel

2015-09-09 Thread r...@jazzcon.de
Hello! Is there any way to assign explicit midi channels to voices (or staffs)? Like this: \new Staff \with { \midichannel = 1} Thanks! Ralf ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: midi channel

2015-09-08 Thread Keith OHara
Rob gmx.de> writes: > for the midi playback > the channel assignment of the staffs > does not always do what I expect it to do. > \new Staff \with { midiChannel = 1} > That control does not yet exist, but there are requests in the bug-tracker http://sourceforge.net/p/testlilyissues/issues/227

midi channel

2015-09-08 Thread Rob
Hello! I'm new to lilypond and trying to arrange mulit-voice (e.g. bigband arragement). this works find, only for the midi playback the channel assignment of the staffs does not always do what I expect it to do. Is there any way to assign explicit midi channels to voices (or staffs)? E.g. like

Re: specify MIDI channel?

2012-11-25 Thread Federico Bruni
/v2.14/Documentation/changes/index.html Is it possible to specify a specific MIDI channel for a staff? I don't know... In the tracker I could find only this open issue: http://code.google.com/p/lilypond/issues/detail?id=2278 ___ lilypond-user m

MIDI channel

2012-11-25 Thread Gerard McConnell
Hello, Sorry to repost this, I've checked the manual pretty thoroughly, I think, and can't find the answer. I don't mean to be a nuisance, I won't post this again. Is it possible to specify a channel for MIDI output? Also, is there a choice of encoding that will allow me to read the contents of the

specify MIDI channel?

2012-11-19 Thread Gerard McConnell
Hello, I understand that I can send information to separate (sequential) MIDI channels by using different staves. Is it possible to specify a specific MIDI channel for a staff? Thanks, Gerard ___ lilypond-user mailing list lilypond-user@gnu.org https

Re: midi, channel

2012-10-02 Thread Marc Hohl
Am 01.10.2012 12:52, schrieb Stefan Thomas: Dear community, is it possible, to assign different lilypond-instruments to different midi-channels? I assume this done automatically, if one creates a percussion staff, but what happens with others? I've openend the midi-file, produced with the below

midi, channel

2012-10-01 Thread Stefan Thomas
Dear community, is it possible, to assign different lilypond-instruments to different midi-channels? I assume this done automatically, if one creates a percussion staff, but what happens with others? I've openend the midi-file, produced with the below quoted snippet, with rosegarden and the two sta

Re: Silencing a chordlist midi channel

2011-08-21 Thread madMuze
} } David -- View this message in context: http://old.nabble.com/Silencing-a-chordlist-midi-channel-tp32295638p32305853.html Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org https

Re: Silencing a chordlist midi channel

2011-08-21 Thread Kevin Nowaczyk
}     }   } % end ly snippet to: \new ChordNames {     \set Staff.midiMinimumVolume = #0.0     \set Staff.midiMaximumVolume = #0.0     \chordlist     } From: Carl Sore

Re: Silencing a chordlist midi channel

2011-08-20 Thread Carl Sorensen
On 8/19/11 8:14 AM, "Beakerboy" wrote: > > > I'm making a staff group with a line saying: > \new Chordnames \chordlist > > and later I call \midi{} > > the midi file will play the chords with a grand piano voice, but I want it > to be silent. > I'm using lilypond 2.12.3 I recommend that y

Re: Silencing a chordlist midi channel

2011-08-20 Thread Volker Paul
On Friday, August 19, 2011 16:14:57 Beakerboy wrote: > the midi file will play the chords with a grand piano voice, but I want it > to be silent. \set Staff.midiMinimumVolume = #0.0 \set Staff.midiMaximumVolume = #0.0 and a \p or other dynamics marker at the first chord for the

Silencing a chordlist midi channel

2011-08-20 Thread Beakerboy
ricks. The tips and triks implyed that there's a way to do it, but I'd have to place a dynamic marker on that staff, which wouldn't look good on a chord list. Thanks, Kevin -- View this message in context: http://old.nabble.com/Silencing-a-chordlist-midi-channel-tp32295638p3

Re: midi-output using one midi channel per string?

2011-02-11 Thread Marc Hohl
Am 10.02.2011 08:59, schrieb Ingo Glöckner: Hello, I am using Lilypond for writing guitar music. In this process, the generated midi output can be a useful control. In order to get a more realistic impression, I would like to send the notes for each guitar string to a separate midi channel so

midi-output using one midi channel per string?

2011-02-10 Thread Ingo Glöckner
Hello, I am using Lilypond for writing guitar music. In this process, the generated midi output can be a useful control. In order to get a more realistic impression, I would like to send the notes for each guitar string to a separate midi channel so that it can trigger specific sound samples for

Re: setting TabStaff.minimumFret causes MIDI channel wrap

2010-11-05 Thread Steve Yegge
On Fri, Nov 5, 2010 at 6:54 AM, Carl Sorensen wrote: > On 11/4/10 8:36 PM, "Steve Yegge" wrote: > > > These warnings begin to accumulate as I add calls to set the minimumFret. > > It seems to be related to the transposition calls I'm doing as well, > since > > removing them makes the warning go

Re: setting TabStaff.minimumFret causes MIDI channel wrap

2010-11-05 Thread Carl Sorensen
On 11/4/10 8:36 PM, "Steve Yegge" wrote: > I've been getting hundreds of these warnings in each of my music files: > > warning: MIDI channel wrapped around > warning: remapping modulo 16 I'm not sure about the source of these warnings, and I don't do an

setting TabStaff.minimumFret causes MIDI channel wrap

2010-11-04 Thread Steve Yegge
I've been getting hundreds of these warnings in each of my music files: warning: MIDI channel wrapped around warning: remapping modulo 16 These warnings begin to accumulate as I add calls to set the minimumFret. It seems to be related to the transposition calls I'm doing as well, sinc

Re: midi channel problem

2010-06-22 Thread Brett McCoy
ture. That's really a function of what your sequencer can handle -- an instance of a single MIDI device can handle 16 channels (one MIDI channel per staff). Usually, in DAW software using multiple MIDI devices or softsynth plugins, you would map 0 - 15 for device 1, 16 - 31 for device 2, etc. S

re: midi channel problem

2010-06-22 Thread 胡海鹏 - Hu Haipeng
Sorry, I misunderstood NR. But I still need more than 16 sounds. I don't know the difference between channel and track. Finale and Sibelius can have more than 32 instruments at once, so I don't know whether Lilypond can reach this feature. Regards Haipeng __

midi channel problem

2010-06-21 Thread 胡海鹏 - Hu Haipeng
Hello, I'm working on my overture. NR says by moving Staff_performer to Voice and creating more than one voice in a staff, more than 16 kinds of instruments can be used in midi output. But I failed, resulting many warnings saying there are more than 16 tracks. One thing I can tell is, I still

Re: Seperate Midi-Channel for each Voice?

2007-05-06 Thread fiëé visuëlle
Am 2007-05-06 um 14:57 schrieb Henrik Schröder: my problem is that in the midi, you don't hear notes that are already played by another voice. I guess your problem is merely that you don't seperate your voices. \score { \new Staff { << {\relative f' {f4 e d c}} \\ {\relative c' {c1}}>> } \

Seperate Midi-Channel for each Voice?

2007-05-06 Thread Henrik Schröder
Hi, my problem is that in the midi, you don't hear notes that are already played by another voice. For example you don't hear the last c here: -- \version "2.10.23" \score { \new Staff { << {\relative f' {f4 e d c}} \\ {\relative c' {c1