Re: ANN: MIDI input plugin for jEdit

2009-01-06 Thread David Raleigh Arnold
On Fri, 02 Jan 2009 10:10:56 -0700, Andrew Hawryluk wrote: > On Fri, Jan 2, 2009 at 2:45 AM, David Raleigh Arnold > wrote: >> If the spelling is related to the key according to the "chromatic >> scale" in that key, there will be lots of time saved in nearly all >> instances. The chromatic scale i

Re: ANN: MIDI input plugin for jEdit

2009-01-02 Thread Andrew Hawryluk
On Fri, Jan 2, 2009 at 2:45 AM, David Raleigh Arnold wrote: > If the spelling is related to the key according to the "chromatic scale" > in that key, there will be lots of time saved in nearly all instances. > The chromatic scale in C is c cs d eb e f fs g gs a bb b c. It can > easily be transpos

Re: ANN: MIDI input plugin for jEdit

2009-01-02 Thread David Raleigh Arnold
On Thursday 01 January 2009, Andrew Hawryluk wrote: > Absolute pitches is an easy feature to add (most of the code is > already there). I will get to it in the next few weeks. > > Cheers, > Andrew > > On Thu, Jan 1, 2009 at 8:25 AM, Stefan Thomas > wrote: > > Dear Andrew, > > I think it's not so

Re: ANN: MIDI input plugin for jEdit

2009-01-01 Thread Bertalan Fodor
You can use parts of LilyPondTool in your macros. There are two important classes in your case: 1. lilytool.macrohelp.NoteNameMap. It is used like this: NoteNameMap.NM.method(), that is you always call NoteNameMap.NM and not just NoteNameMap (this again sux, but is a quite old class, from my y

Re: ANN: MIDI input plugin for jEdit

2009-01-01 Thread Stefan Thomas
Dear Bertalan, I don't know the NoteNameMap and Note class. Can You explain me what it is? 2009/1/1 Bertalan Fodor : > Remember you can use lilypondtool's NoteNameMap and Note class for quite > interesting things. Possibly for this as well. > > ___ li

Re: ANN: MIDI input plugin for jEdit

2009-01-01 Thread Andrew Hawryluk
Absolute pitches is an easy feature to add (most of the code is already there). I will get to it in the next few weeks. Cheers, Andrew On Thu, Jan 1, 2009 at 8:25 AM, Stefan Thomas wrote: > Dear Andrew, > I think it's not so difficult to write this macro for jedit. > I think I can do it. But I h

Re: ANN: MIDI input plugin for jEdit

2009-01-01 Thread Bertalan Fodor
Remember you can use lilypondtool's NoteNameMap and Note class for quite interesting things. Possibly for this as well. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: ANN: MIDI input plugin for jEdit

2009-01-01 Thread Stefan Thomas
Dear Andrew, I think it's not so difficult to write this macro for jedit. I think I can do it. But I have another question: I would find it helpful to have also the possibilitie for absolute pitches. I think, this should bve even easier. 2008/12/31 Andrew Hawryluk : > I suppose that one could writ

Re: ANN: MIDI input plugin for jEdit

2008-12-31 Thread Andrew Hawryluk
I suppose that one could write a function that searches for the pitch preceding the caret in the text area and modifies it enharmonically. By assigning a keyboard shortcut you would then have the ability to enter ees from the MIDI keyboard and change it to dis by pressing CTRL-something. This is pr

Re: ANN: MIDI input plugin for jEdit

2008-12-31 Thread Stefan Thomas
Dear David, thanks for Your answer. So, it should be possible to do this within jedit, with a macro. 2008/12/31 David Picón Álvarez : > I doubt such resolution is possible given that MIDI notes are given in a > numeric form, meaning n semitones over the baseline. As far as I can tell > MIDI is jus

Re: ANN: MIDI input plugin for jEdit

2008-12-31 Thread Laura Conrad
> "Grammostola" == Grammostola Rosea writes: Grammostola> So, do you use a midi keyboard for score editing with Grammostola> Lilypond? What is a cheap midi keyboard which works Grammostola> well on Linux? I have an M-Audio Keystation 49B. It's a USB keyboard, meaning that there

Re: ANN: MIDI input plugin for jEdit

2008-12-31 Thread Grammostola Rosea
Wilbert Berendsen wrote: Op maandag 29 december 2008, schreef Andrew Hawryluk: I believe that this is the first time that MIDI input is available across all three major platforms (but correct me if I'm wrong). I think you're right: Rumor does this, also quite nice, since 2003, but only

Re: ANN: MIDI input plugin for jEdit

2008-12-31 Thread Stefan Thomas
Dear Andrew, I've downloaded Your very useful plugin. It is grat, but in my opinon is one important feature missing; as far as I see, the enharmonic spelling of a note can't changed immediatels with this tool. This would be very helpful, because an "es" can also be a "dis", even in c-major. Good n

Re: ANN: MIDI input plugin for jEdit

2008-12-30 Thread Andrew Hawryluk
Speaking of Rumor, I tried to build and install it once but it needed libasound, and my system has libasound2 instead. How hard is to get running on a current Linux distribution? (Alas, my C++ compiling skill have been rusting since 2001.) Andrew On Tue, Dec 30, 2008 at 11:28 AM, Wilbert Berendse

Re: ANN: MIDI input plugin for jEdit

2008-12-30 Thread Wilbert Berendsen
Op maandag 29 december 2008, schreef Andrew Hawryluk: > I believe that this is the first time that MIDI input is available > across all three major platforms (but correct me if I'm wrong). I think you're right: Rumor does this, also quite nice, since 2003, but only on Linux. Frescobaldi runs on a

Re: ANN: MIDI input plugin for jEdit

2008-12-28 Thread Valentin Villenave
2008/12/29 Andrew Hawryluk : > I believe that this is the first time that MIDI input is available > across all three major platforms (but correct me if I'm wrong). > Bertalan has expressed interest in including this as part of > LilyPondTool at some point in the future, but in the meantime, I hope