Hi all (again :-)
Just another update: I am now 100% sure that the font is installed properly (KDE font setup tool shows the preview properly including noteheads, clefs etc.). I also tried both the pre1 and pre2 versions and both behaved the same.
I am aware that the Mandrake uses special font server that is apparently removed from the X server. Could it be parsing the font improperly?
I am also including a screenshot of the app. You can find it here:
http://meowing.ccm.uc.edu/~ico/Linux/mscore-problem.jpg
Best wishes,
Ico
>
> From: <ico(a)fuse.net>
> Date: 2004/10/27 Wed PM 06:00:11 GMT
> To: A list for linux audio users <linux-audio-user(a)music.columbia.edu>,
> <kevine(a)esm.rochester.edu>,
> "'A list for linux audio users'" <linux-audio-user(a)music.columbia.edu>
> Subject: Re: RE: [linux-audio-user] Muse Score compiled from source has
>
> Things are getting more interesting. Apparently drakfont shows that the font mscore20 has been successfully installed, although in the preview pane it looks like any other ordinary font (is this normal)?
>
> In addition, I found that the drakfont installed the font in the following directory:
>
> /usr/X11R6/lib/X11/fonts/drakfont/ttf/
>
> fonts.dir describes the font as follows:
> mscore20.ttf -misc-mscore20-medium-r-normal--0-0-0-0-p-0-iso10646-1
>
> Could someone please do me a favor and cross-compare this with their setup?
>
> Finally, should I install the font first and then recompile the app or should this have no bearing on the issue?
>
> Your help in this matter is greatly appreciated!
>
> Best wishes,
>
> Ico
>
>
Hi All,
Any forum you may recommend for general Linux topics?
I've installed Demudi with music in mind but now I'd like to start using it
for the different tasks I now do with Windows. Therefore I'd like to start
knowing about non-music software available for me out there.
As for simple routine procedures under Linux, I think tldp.org has a great
deal of documentation for learning.
Thanks!
Alex
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.com/
Greetings:
Alex Prokoudine sent this link to some interesting photos and info
concerning Russian (pre- and post-Soviet) synths:
http://ruskeys.net/eng/synths.php
Thanks Alex !
Best,
dp
hi list,
i get the following error while trying to install PDP on a linux Fedora
Core 2 box with a planetccrma kernel.
anyone any ideas what this means?
thanks,
rob
cc -DPD -O2 -funroll-loops -fomit-frame-pointer -ffast-math -Wall -W
-Wstrict-prototypes -Wno-unused -Wno-parentheses -Wno-switch
-DPDP_VERSION=\"0.12.2\" -g -Werror -I. -I/usr/X11R6/include
-I../include -I../../include -o pdp.o -c pdp.c
make[2]: Leaving directory
`/home/robcanning/pure-data/externals/pdp/system/kernel'
make -C image linux
make[2]: Entering directory
`/home/robcanning/pure-data/externals/pdp/system/image'
cc -DPD -O2 -funroll-loops -fomit-frame-pointer -ffast-math -Wall -W
-Wstrict-prototypes -Wno-unused -Wno-parentheses -Wno-switch
-DPDP_VERSION=\"0.12.2\" -g -Werror -I. -I/usr/X11R6/include
-I../include -I../../include -o pdp_imageproc_common.o -c
pdp_imageproc_common.c
pdp_imageproc_common.c: In function `_sign':
pdp_imageproc_common.c:292: warning: use of cast expressions as lvalues
is deprecated
make[2]: *** [pdp_imageproc_common.o] Error 1
make[2]: Leaving directory
`/home/robcanning/pure-data/externals/pdp/system/image'
make[1]: *** [common] Error 2
make[1]: Leaving directory
`/home/robcanning/pure-data/externals/pdp/system'
make: *** [pdp_all] Error 2
yes, that might be the case, I'm using Fedora Core 2 with a planetcrma
kernel -
should vstserver at least compile on new versions of wine?
thanks,
rob
On Wed, 2004-10-27 at 11:24, Kjetil Svalastog Matheussen wrote:
> I have no idea. Which linux are you using? I think theres a problem with
> older versions of wine and newer linux-distributions.
>
> On Tue, 26 Oct 2004, rob canning wrote:
>
> > thanks kjetil,
> > i've been trying with the most recent version of wine which caused
> > problems with the install of vstserver so i did a make uninstall and got
> > rid of the new wine - now i am having problems with compiling the
> > vstserver-wine-0.3.0 from your site
> > output ending:
> > cd `dirname winmm/winearts/__depend__` && make depend
> > make[2]: Entering directory `/home/robcanning/wine/dlls/winmm/winearts'
> > ./../../tools/makedep -I. -I. -I../../../include -I../../../include
> > -I/usr/include/kde/artsc -pthread -I/usr/include/glib-2.0
> > -I/usr/lib/glib-2.0/include -C. arts.c audio.c
> > Unknown option '-pthread'
> > Usage: ../../../tools/makedep [options] [files]
> > Options:
> > -Idir Search for include files in directory 'dir'
> > -Cdir Search for source files in directory 'dir'
> > -fxxx Store output in file 'xxx' (default: Makefile)
> > -sxxx Use 'xxx' as separator (default: "### Dependencies")
> > make[2]: *** [depend] Error 1
> > make[2]: Leaving directory `/home/robcanning/wine/dlls/winmm/winearts'
> > make[1]: *** [winmm/winearts/__depend__] Error 2
> > make[1]: Leaving directory `/home/robcanning/wine/dlls'
> > make: *** [dlls/__depend__] Error 2
> >
> > Compilation failed, aborting install.
> >
> > i've tried other versions of wine that you have and get the same
> > problems.
> > any idea whats wrong with me/my computer?
> > thanks
> > rob
> >
> > On Tue, 2004-10-26 at 16:27, Kjetil Svalastog Matheussen wrote:
> > > On Tue, 26 Oct 2004, rob canning wrote:
> > >
> > > > hi list,
> > > > i am running a fedora core 2 planetccrma box and am having problems compiling k_vst~
> > > > i have included a edited output from my make command below:
> > > > anyone have any idea why this is happening?
> > > > thanks,
> > > > rob
> > > > root@localhost k_vst~]# make
> > > > cc -DPD -DUNIX -DICECAST -O2 -funroll-loops -fomit-frame-pointer -Wall -W -Wno-shadow -Wstrict-prototypes -Wno-unused -Wno-parentheses -Wno-switch
> > > > -I../../src -I../../vstserver/include -I/site/include/wine -c k_vst~.c
> > > > -I../include -DPLUGIN_TILDE_USE_VST -DPLUGIN_DEBUG
> > > > -DPLUGIN_TILDE_VERBOSE
> > > > In file included from k_vst~.c:46:
> > > > config.h:52:1: warning: "PLUGIN_TILDE_VERBOSE" redefined
> > > > <command line>:9:1: warning: this is the location of the previous definition
> > > > In file included from k_vst~.c:53:
> > > > plugin~.h:73:25: vst/AEffect.h: No such file or directory
> > >
> > >
> > > The compiler can't find the vst header files. When making the vstserver,
> > > the vst header-files is copied to /usr/include/ by default.
> > >
> > > Try replacing -I../../vstserver/include with -I/usr/local/include in the
> > > Makefile for k_vst~.
> >
> > _________________________________________________________________
> > Sign up for eircom broadband now and get a free two month trial.*
> > Phone 1850 73 00 73 or visit http://home.eircom.net/broadbandoffer
> >
> >
> >
>
Hi Ivica,
I guess you haven't missed a post by Robert Jonsson, answering a question I
made regarding score support on sequencers. I'm 210% useless as for solving
your problem, but in case you missed this post I'm quoting the relevant part
of it (see below), it has some related information on MusE versions and
their score support, as well as Rosegarden and noteedit (in case you may
consider it instead?). From that post I assume you are using MusE 0.6.3
which has score?
Cheers,
Alex
_______________
>1. I have MusE and Rosegarden installed in my system and would like to
>start using one for composing. I've taken a look at the homepages for both.
>I would like to compose by entering score if possible. My conclusion after
>browsing is that Rosegarden looks like a better choice for me. Am I missing
>anything? I think MusE can't do score, right?
Yes and no. MusE 0.6.3 has score features but not 0.7.0. MusE's main author,
Werner Schweer, thought it a dead end and removed the support. Instead he
started a separate project http://mscore.sf.net that probably will be
reincorporated some day.
Rosegarden is probably your best bet if you want to start from score. I
guess
it would be possible to use something like noteedit to enter score and then
export to midi, but it seems more complicated.
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.com/
Hi Robert,
Many thanks for your post, I'll be investigating Rosegarden, actually from
the web site it looks like the score feature is quite advanced. I'll be
reporting my findings, as this method (score) seems less popular for
entering music than others.
Thanks for pointing me to Hammersound, it's a fantastic site, my main source
for soundfonts now.
Cheers,
Alex
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.com/
Chaps,
Two quick ones:
1. I have MusE and Rosegarden installed in my system and would like to start
using one for composing. I've taken a look at the homepages for both. I
would like to compose by entering score if possible. My conclusion after
browsing is that Rosegarden looks like a better choice for me. Am I missing
anything? I think MusE can't do score, right?
2. Still thinking about that great site for soundfonts,
http://www.thesoundsite.net/ Anyone else remembers it? Anyone knows what
ever happened to it? (As it just dissapeared suddenly.) Anyone knows of any
mirrors?
Thanks.
Alex
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.com/
Hi All,
Just a quick note to thank everyone, especially Dirk, Emiliano and Russell
whose posts have been really helpful in solving my problem.
Everything is working again and I've been able to understand what happened,
which is exactly as described by Dirk (nice one). Silly but potentially
dangerous.
During the installation, Demudi detected my XP partition and added a menu
entry in the Grub config file /boot/grub/menu.lst. However, it failed to see
the first partition (that's the hidden recovery partition in this propietary
format). Therefore, the XP partition was added as (hd0,0) instead of
(hd0,1). I was really lucky that the recovery software cannot boot from Grub
(chainloader) and crashes. Otherwise, the recovery software would have
restored the factory partitions and software.
Cheers,
Alex
_________________________________________________________________
Don't just search. Find. Check out the new MSN Search!
http://search.msn.com/