Re: Swing midi output

2013-02-13 Thread Stjepan Horvat
Hi guys.. Is there any new swing sintax.. the old swing.ly doesnt work any more in 2.16.2. On Tue, Jan 17, 2012 at 10:57 AM, Stjepan Horvat wrote: > Thank you..:) > > > On Sat, Jan 14, 2012 at 10:12 PM, Christopher R. Maden wrote: > >> On 01/14/2012 02:45 PM, Stjepan Horvat wrote: >> > is there a

Re: Swing midi output

2012-01-17 Thread Stjepan Horvat
Thank you..:) On Sat, Jan 14, 2012 at 10:12 PM, Christopher R. Maden wrote: > On 01/14/2012 02:45 PM, Stjepan Horvat wrote: > > is there a possibility to swing the midi ouput in lilypond..so when i > > write a c8 c, would sound like \times 2/3 {c8 r c}..?! > > You can try my hack at http://crism.

Re: Swing midi output

2012-01-14 Thread Christopher R. Maden
On 01/14/2012 02:45 PM, Stjepan Horvat wrote: > is there a possibility to swing the midi ouput in lilypond..so when i > write a c8 c, would sound like \times 2/3 {c8 r c}..?! You can try my hack at http://crism.maden.org/music/swing.ly >, which may or may not suffice for your purposes. It only wo

Re: Swing midi output

2012-01-14 Thread David Kastrup
Stjepan Horvat writes: > Hi, > > is there a possibility to swing the midi ouput in lilypond..so when i > write a c8 c, would sound like \times 2/3 {c8 r c}..?! > Thanks. http://code.google.com/p/lilypond/issues/detail?id=687> -- David Kastrup ___ l

Swing midi output

2012-01-14 Thread Stjepan Horvat
Hi, is there a possibility to swing the midi ouput in lilypond..so when i write a c8 c, would sound like \times 2/3 {c8 r c}..?! Thanks. -- *Nesmotren govori kao da mačem probada, a jezik je mudrih iscjeljenje. Izreke 12:18* ___ lilypond-user mailing li

Re: Swing Midi

2006-09-21 Thread Rick Hansen (aka RickH)
could > be an interesting exercise in Scheme programming to > do it from within LilyPond. > > /Mats > > -- View this message in context: http://www.nabble.com/Swing-Midi-tf2273531.html#a6434067 Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. __

Re: Swing Midi

2006-09-21 Thread Ted Walther
On Thu, Sep 21, 2006 at 08:25:48AM +0200, Erik Sandberg wrote: On Wednesday 20 September 2006 22:55, Ted Walther wrote: On Wed, Sep 20, 2006 at 11:34:33AM -0500, David Greene wrote: >>If you want to do something more generic (something you can apply >>on any existing ly score), then you may want

Re: Swing Midi

2006-09-20 Thread Erik Sandberg
On Wednesday 20 September 2006 22:55, Ted Walther wrote: > On Wed, Sep 20, 2006 at 11:34:33AM -0500, David Greene wrote: > >>If you want to do something more generic (something you can apply on > >>any existing ly score), then you may want to consider using music > >>streams. Music streams are a ne

Re: Swing Midi

2006-09-20 Thread Ted Walther
On Wed, Sep 20, 2006 at 11:34:33AM -0500, David Greene wrote: If you want to do something more generic (something you can apply on any existing ly score), then you may want to consider using music streams. Music streams are a new concept in 2.9, and nobody has used them yet AFAIK. However, I can

Re: Swing Midi

2006-09-20 Thread David Greene
Erik Sandberg wrote: If you want to do something more generic (something you can apply on any existing ly score), then you may want to consider using music streams. Music streams are a new concept in 2.9, and nobody has used them yet AFAIK. However, I can try to guide you if you're interested.

Re: Swing Midi

2006-09-18 Thread Erik Sandberg
On Friday 15 September 2006 00:47, Han-Wen Nienhuys wrote: > David Greene wrote: > > Hi everyone, > > > > I searched the archives and found a few discussions about > > generating swing-feel MIDI from straight eighths Lily > > source but the most recent was from 2004. > > > > I was thinking about wr

Re: Swing Midi

2006-09-15 Thread Han-Wen Nienhuys
David A. Greene wrote: c4*2/3 c8*2/3 <=> c8*4/3 + c8*2/3 <=> c8*2/3 ~ c8*2/3 c8*2/3 A real triplet sequence. Right? The problem is what to do with things like dotted quarters. One would like to extend the dotted quarter ever so slightly to carry the feel over to an eighth following it. I

Re: Swing Midi

2006-09-14 Thread David A. Greene
Han-Wen Nienhuys wrote: if you're only interested in adding swing to the MIDI (not the notation), it will be a lot easier to multiply durations suitably, ie. do c8 c8 -> c8*2/3 c8*1/3 Doing note splitting with correct ties would be a royal pain in the behind. But doesn't that get you the

Re: Swing Midi

2006-09-14 Thread Han-Wen Nienhuys
David Greene wrote: Hi everyone, I searched the archives and found a few discussions about generating swing-feel MIDI from straight eighths Lily source but the most recent was from 2004. I was thinking about writing a Scheme function to carve up all of the durations into units of eighths, inser

Re: Swing Midi

2006-09-14 Thread Ted Walther
On Thu, Sep 14, 2006 at 02:15:01PM -0500, David Greene wrote: I know only as much Scheme as is covered in the 2.9.17 manual, which is to say, not much. What is the recommended reference? SICP? I could do this in C++ with no problem, but Scheme is a very different beast. I'm not at all sure how

Re: Swing Midi

2006-09-14 Thread Mats Bengtsson
I wouldn't be surprised if you could find some program the took and existing MIDI file and added the swing feeling to it. However, I agree that it could be an interesting exercise in Scheme programming to do it from within LilyPond. /Mats David Greene wrote: Hi everyone, I searched the archi

Swing Midi

2006-09-14 Thread David Greene
Hi everyone, I searched the archives and found a few discussions about generating swing-feel MIDI from straight eighths Lily source but the most recent was from 2004. I was thinking about writing a Scheme function to carve up all of the durations into units of eighths, inserting the proper ties