Re: It is possible de play Snear Roll Midi with midi TAG, if yes, how ?

2016-02-14 Thread Steve Prud'Homme
Ok, that is realy cool. I want to improve something.If i take for example
OpenMPT and I look in the event list (pattern) to this snear roll midi file
http://stash.reaper.fm/oldsb/17708/FLroll3.mid.
We see is that the velocity is random, so it is possible to randomize the
note velocity and the space between note like that :

ModPlug Tracker  IT

|D-301v32TF0|...
|...|...
|D-301v23...|...
|D-301v29...|...
|D-301v23...|...
|D-301v20...|...
|===|...
|D-301v12...|...
|D-301v10...|...
|D-301v16...|...
|===|...
|D-301v05...|...
|D-301v15...|...
|...|...
|D-301v16...|...
|D-301v23...|...
|===|...
|D-301v17...|...
|...|...
|D-301v15...|D-301v12...
|===|===
|D-301v17...|...
|===|...
|D-301v16...|...
|D-301v14...|...
|D-301v10...|...
|D-301v16...|...
|===|...
|D-301v20...|...
|...|...
|D-301v18...|...
|D-301v11...|...
|D-301v17...|...
|===|...
|D-301v20...|...
|===|...
|D-301v15...|...
|D-301v11...|...
|D-301v14...|...
|D-301v18...|...
|===|...
|D-301v15...|...
|D-301v13...|...
|===|...
|D-301v15...|...
|D-301v20...|...
|===|...
|D-301v17...|D-301v12...
|===|===
|D-301v18...|...
|===|...
|D-301v20...|...
|D-301v20...|...
|D-301v14...|...
|===|...
|D-301v20...|...
|D-301v18...|...
|D-301v17...|...
|===|...
|D-301v10...|...
|D-301v20...|...
|D-301v23...|...
|===|...
|D-301v18...|...
|D-301v15...|...
|===|...
|D-301v21...|...
|D-301v21...|...
|===|...
|D-301v20...|...
|D-301v12...|...
|===|...
|D-301v18...|...
|D-301v25...|...
|===|...
|D-301v23...|...
|D-301v20...|...
|D-301v28...|...
|D-301v28...|...
|===|...
|D-301v23...|...
|D-301v20...|...
|===|...
|D-301v25...|...
|D-301v25...|...
|===|...
|D-301v24...|...
|D-301v28...|...
|===|...
|D-301v25...|...
|D-301v25...|...
|D-301v25...|...
|===|...
|D-301v18...|...
|D-301v38...|...
|===|...
|D-301v29...|...
|D-301v25...|...
|D-301v24...|...
|===|...
|D-301v47...|...
|D-301v47...|...
|===|...
|D-301v29...|...
|D-301v32...|...
|===|...
|D-301v38...|...
|D-301v29...|...
|D-301v47...|...
|===|...
|D-301v64...|...
|...|...
|D-301v64...|...


2016-02-08 15:52 GMT-05:00 tisimst <tisimst.lilyp...@gmail.com>:

> Steve,
>
> On Mon, Feb 8, 2016 at 1:33 PM, Steve Prud'Homme [via Lilypond] <[hidden
> email] <http:///user/SendEmail.jtp?type=node=187022=0>> wrote:
>
>> In this post :
>> http://lists.gnu.org/archive/html/lilypond-user/2011-05/msg00028.html
>> We transform what is seen like an arpegio in this :
>>
>>   \tag #'midi {
>> \set tieWaitForNote = ##t
>> \grace { ef16 ~ af ~ bf ~ ef ~ } <ef, af bf ef>2
>> \unset tieWaitForNote
>>   }
>>
>> So we cheat. So it is possible cheat midi to recreate a rool.
>> Question : What is a roll 1/64 notes 1/128 notes ?
>> How can I cheat to fake a snear roll.
>>
>
> Try this out:
>
> %
>
> \version "2.18.2"
>
> drumroll = \drummode {
>   \tag #'midi {
> \repeat unfold 64 sn64  % <--- here's what we want to hear
>   sn8->
>   }
>   \tag #'engrave {
> sn1 \startTrillSpan  % <--- here's what we want to see
> sn8-> \stopTrillSpan
>   }
> }
>
> % Engraved score
> \score {
>   \new DrumStaff {
> \keepWithTag #'engrave \drumroll
>   }
>   \layout {}
> }
>
> % MIDI score
> \score {
>   \new DrumStaff {
> \keepWithTag #'midi \drumroll
>   }
>   \midi {}
> }
>
> %
>
> HTH,
> Abraham
>
>
> --
> View this message in context: Re: It is possible de play Snear Roll Midi
> with midi TAG, if yes, how ?
> <http://lilypond.1069038.n5.nabble.com/It-is-possible-de-play-Snear-Roll-Midi-with-midi-TAG-if-yes-how-tp187012p187022.html>
> Sent from

It is possible de play Snear Roll Midi with midi TAG, if yes, how ?

2016-02-08 Thread Steve Prud'Homme
Hi, I really like this website :
http://lists.gnu.org/archive/html/lilypond-user/2011-05/msg00028.html where
they explain how to play a midi arpegio that don't play by default in midi
with Lilypond. I want to know if it's possible to program snear roll to
play in midi, the same way, with midi tag.

-- 
Posté par Steve Prud'Homme
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: It is possible de play Snear Roll Midi with midi TAG, if yes, how ?

2016-02-08 Thread Steve Prud'Homme
In this post :
http://lists.gnu.org/archive/html/lilypond-user/2011-05/msg00028.html
We transform what is seen like an arpegio in this :

  \tag #'midi {
\set tieWaitForNote = ##t
\grace { ef16 ~ af ~ bf ~ ef ~ } <ef, af bf ef>2
\unset tieWaitForNote
  }

So we cheat. So it is possible cheat midi to recreate a rool.
Question : What is a roll 1/64 notes 1/128 notes ?
How can I cheat to fake a snear roll.

2016-02-08 14:28 GMT-05:00 immanuel litzroth <ilitzr...@gmail.com>:

> Midi standard does not include a snare roll. Many drum programs
> do include it but it's not standardized.
> Immanuel
>
> On Mon, Feb 8, 2016 at 6:39 PM, Steve Prud'Homme <sprud...@gmail.com>
> wrote:
>
>> Hi, I really like this website :
>> http://lists.gnu.org/archive/html/lilypond-user/2011-05/msg00028.html
>> where they explain how to play a midi arpegio that don't play by default in
>> midi with Lilypond. I want to know if it's possible to program snear roll
>> to play in midi, the same way, with midi tag.
>>
>> --
>> Posté par Steve Prud'Homme
>>
>>
>>
>> ___
>> lilypond-user mailing list
>> lilypond-user@gnu.org
>> https://lists.gnu.org/mailman/listinfo/lilypond-user
>>
>>
>


-- 
Posté par Steve Prud'Homme
sprud...@gmail.com
514 466-3951
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user