denemo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Denemo-devel] Initial Clef - Transposing: How do I ... / Why does D


From: Jeremiah Benham
Subject: Re: [Denemo-devel] Initial Clef - Transposing: How do I ... / Why does Denemo...
Date: Thu, 24 Jul 2008 21:17:26 -0500

On Thu, 2008-07-24 at 20:56 -0500, Jeremiah Benham wrote:
> On Thu, 2008-07-24 at 21:04 +0100, Richard Shann wrote:
> 
> > I have just been testing the change Jeremiah put in the staff properties
> 
> I wonder if I really should have changed it to:
> 
> if (isnum(n = atoi (gtk_entry_get_text (GTK_ENTRY
> (cbdata->transposeentry)))))
> 
> I am not sure where isnum is reference but can be easy rewritten if not.

something like:

gboolean isnum(char c)
{
    return ((c>='0') && (c<='9'));
}

Jeremiah

> 
> Jeremiah
> 
> 
> > dialog, and I noticed it gives a way of transposing a part up an octave.
> > You need to edit the staff->properties dialog
> > and set the transposition to 12 (semitones) then save as .mid file and
> > reload, it comes back transposed up an octave.
> > A workaround for something Denemo should do quite naturally.
> > Richard
> > 
> > 
> > 
> > 
> > _______________________________________________
> > Denemo-devel mailing list
> > address@hidden
> > http://lists.gnu.org/mailman/listinfo/denemo-devel
> 
> 
> 
> _______________________________________________
> Denemo-devel mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/denemo-devel





reply via email to

[Prev in Thread] Current Thread [Next in Thread]