gateTime still tweakable?

5 messages Options
Embed this post
Permalink
Nathan Hale

gateTime still tweakable?

Reply Threaded More More options
Print post
Permalink
Hi all,

I saved a new MuseScore document today and after opening the archive
manually, I found that it was saved in mscx by default as opposed to
msc. This normally wouldn't matter to me at except that I couldn't
find the gateTime parameter to tweak in the mscx. I would have tried
to save as msc, however in latest from PPA the save-as functionality
is broken. I was wondering if there's another way to tweak the
gateTime?

Also, is there a way we could offer a deb download of the latest
stable release from the website? I'm very grateful to Toby for
maintaining the PPA with bleeding-edge versions, but it would also be
nice to be able to easily install just the latest stable build.

~Nathan R. Hale
Rom. 12:2

------M y __W e b s i t e s--------------------------------
http://nathanrhale.com - personal site
http://productivelinux.com - get stuff done w/Linux!
http://linuxmusicians.com - create music freely
---------------------------------------------------------------------

------------------------------------------------------------------------------
_______________________________________________
Mscore-developer mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/mscore-developer
Toby Smithe-2

Re: gateTime still tweakable?

Reply Threaded More More options
Print post
Permalink
2009/3/26 Nathan Hale <[hidden email]>:
> Also, is there a way we could offer a deb download of the latest
> stable release from the website? I'm very grateful to Toby for
> maintaining the PPA with bleeding-edge versions, but it would also be
> nice to be able to easily install just the latest stable build.

Do you mean an identical replica of the current Debian unstable
package (which always reflects the most up-to-date stable release),
built for various distribution releases? That's easily done, I'm sure;
I don't mind providing another PPA, nor do I mind building the
packages locally for upload without the repository infrastructure.

--
Toby Smithe :: http://fulltinreality.com

------------------------------------------------------------------------------
_______________________________________________
Mscore-developer mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/mscore-developer
Nathan Hale

Re: gateTime still tweakable?

Reply Threaded More More options
Print post
Permalink
On Thu, Mar 26, 2009 at 5:06 PM, Toby Smithe <[hidden email]> wrote:
> Do you mean an identical replica of the current Debian unstable
> package (which always reflects the most up-to-date stable release),
> built for various distribution releases?

Yes, this is what I mind. I'm thinking that sometimes the version
included with a distribution might be older than the latest stable,
and the testing PPA might be too unstable for some people.

Thanks again, Toby.

~Nathan R. Hale
Rom. 12:2

------M y __W e b s i t e s--------------------------------
http://nathanrhale.com - personal site
http://productivelinux.com - get stuff done w/Linux!
http://linuxmusicians.com - create music freely
---------------------------------------------------------------------

------------------------------------------------------------------------------
_______________________________________________
Mscore-developer mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/mscore-developer
David Bolton-2

Re: gateTime still tweakable?

Reply Threaded More More options
Print post
Permalink
In reply to this post by Nathan Hale
Nathan Hale wrote:
> I saved a new MuseScore document today and after opening the archive
> manually, I found that it was saved in mscx by default as opposed to
> msc. This normally wouldn't matter to me at except that I couldn't
> find the gateTime parameter to tweak in the mscx.

The "msc" file extension has been depreciated in favor of "mscx" since
"msc" conflicts with a type of system file on Windows. This is unrelated
to the issue at hand.

> I would have tried
> to save as msc, however in latest from PPA the save-as functionality
> is broken. I was wondering if there's another way to tweak the
> gateTime?
>  

You can hack the source file. Look for the Style tag and add the custom
gateTime tags inside it like so:

  <Style>
    <gateTime>85</gateTime>
    <staccatoGateTime>50</staccatoGateTime>
    <slurGateTime>100</slurGateTime>
    </Style>

I noticed that only gate times with customized values remain in the
Style tag. If you use any of the default gate times (shown above) then
the tag is no longer needed by MuseScore and it is removed.

--
David Bolton
http://davidbolton.info


------------------------------------------------------------------------------
_______________________________________________
Mscore-developer mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/mscore-developer
Nathan Hale

Re: gateTime still tweakable?

Reply Threaded More More options
Print post
Permalink
Thanks for that tip, David! It's much appreciated.
~Nathan R. Hale
Rom. 12:2

------M y __W e b s i t e s--------------------------------
http://nathanrhale.com - personal site
http://productivelinux.com - get stuff done w/Linux!
http://linuxmusicians.com - create music freely
---------------------------------------------------------------------



On Thu, Mar 26, 2009 at 7:55 PM, David Bolton <[hidden email]> wrote:

> Nathan Hale wrote:
>> I saved a new MuseScore document today and after opening the archive
>> manually, I found that it was saved in mscx by default as opposed to
>> msc. This normally wouldn't matter to me at except that I couldn't
>> find the gateTime parameter to tweak in the mscx.
>
> The "msc" file extension has been depreciated in favor of "mscx" since
> "msc" conflicts with a type of system file on Windows. This is unrelated
> to the issue at hand.
>
>> I would have tried
>> to save as msc, however in latest from PPA the save-as functionality
>> is broken. I was wondering if there's another way to tweak the
>> gateTime?
>>
>
> You can hack the source file. Look for the Style tag and add the custom
> gateTime tags inside it like so:
>
>  <Style>
>    <gateTime>85</gateTime>
>    <staccatoGateTime>50</staccatoGateTime>
>    <slurGateTime>100</slurGateTime>
>    </Style>
>
> I noticed that only gate times with customized values remain in the
> Style tag. If you use any of the default gate times (shown above) then
> the tag is no longer needed by MuseScore and it is removed.
>
> --
> David Bolton
> http://davidbolton.info
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Mscore-developer mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/mscore-developer
>

------------------------------------------------------------------------------
_______________________________________________
Mscore-developer mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/mscore-developer