From taube at illinois.edu Sat Mar 8 05:34:39 2014 From: taube at illinois.edu (Heinrich Taube) Date: Sat, 8 Mar 2014 07:34:39 -0600 Subject: [CM] CM 3.9.0 released Message-ID: <1B2B4421-2BC9-4A4F-B955-803211F907AA@illinois.edu> CM 3.9.0 is now available, for the mac version you can get it for free on the iTunes Mac App Store ;) links for downloads on cm's new homepage: http://commonmusic.sourceforge.net/  best, rick From j_hearon at hotmail.com Tue Mar 11 15:03:11 2014 From: j_hearon at hotmail.com (James Hearon) Date: Tue, 11 Mar 2014 22:03:11 +0000 Subject: [CM] cm 3.9 kde desktop In-Reply-To: References: Message-ID: Hi, I got a fedora build of cm 3.9, but am having a KDE issue since the fedora20 upgrade. >>> Error: load file "/home/fedora2/Object::connect: No such signal org::freedesktop::UPower::DeviceAdded(QDBusObjectPath) Object::connect: No such signal org::freedesktop::UPower::DeviceRemoved(QDBusObjectPath)" does not exist. The error shows thru the Grace console, and is a KDE problem but renders the file editing in Grace such as .scm and .sal files useless. Doesn't show some text and won't allow you to enter text. Nasty problem. CM 3.9 is working fine on Mac and on my f20 with gnome desktop however, so just thought I'd post this here and see on the off chance if there might be another KDE user who's figured out the UPower, or ibus, or dbus problem. I just just went thru a bunch of KDE upgrades and was hoping that would do it but no joy. Regards, Jim -------------- next part -------------- An HTML attachment was scrubbed... URL: From taube at illinois.edu Wed Mar 12 05:23:03 2014 From: taube at illinois.edu (Heinrich Taube) Date: Wed, 12 Mar 2014 07:23:03 -0500 Subject: [CM] cm 3.9 kde desktop In-Reply-To: References: Message-ID: im baffled by this one, the only way it could be appearing in the grace console is if Grace was actually loading a file. Do you have any init files or instrument files that are getting autoloaded at startup? If so, you might try tossing the Grace application support directory that contains its Grace.xml preference file , on Linux I think the directory will be called ~/Grace/ . then when you restart grace it will create a new one with defaults in place. On Mar 11, 2014, at 5:03 PM, James Hearon wrote: > Hi, > I got a fedora build of cm 3.9, but am having a KDE issue since the fedora20 upgrade. > > >>> Error: load file "/home/fedora2/Object::connect: No such signal org::freedesktop::UPower::DeviceAdded(QDBusObjectPath) > Object::connect: No such signal org::freedesktop::UPower::DeviceRemoved(QDBusObjectPath)" does not exist. > > The error shows thru the Grace console, and is a KDE problem but renders the file editing in Grace such as .scm and .sal files useless. Doesn't show some text and won't allow you to enter text. Nasty problem. > > CM 3.9 is working fine on Mac and on my f20 with gnome desktop however, so just thought I'd post this here and see on the off chance if there might be another KDE user who's figured out the UPower, or ibus, or dbus problem. > > I just just went thru a bunch of KDE upgrades and was hoping that would do it but no joy. > > Regards, > Jim > _______________________________________________ > Cmdist mailing list > Cmdist at ccrma.stanford.edu > http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist From rm at seid-online.de Wed Mar 12 06:15:30 2014 From: rm at seid-online.de (Ralf Mattes) Date: Wed, 12 Mar 2014 14:15:30 +0100 Subject: [CM] cm 3.9 kde desktop In-Reply-To: References: Message-ID: <20140312131530.GA16538@seid-online.de> On Tue, Mar 11, 2014 at 10:03:11PM +0000, James Hearon wrote: > Hi, > I got a fedora build of cm 3.9, but am having a KDE issue since the fedora20 upgrade. > > >>> Error: load file "/home/fedora2/Object::connect: No such signal org::freedesktop::UPower::DeviceAdded(QDBusObjectPath) > Object::connect: No such signal org::freedesktop::UPower::DeviceRemoved(QDBusObjectPath)" does not exist. This is a (known) problem with upowerd (bugreports all over the net) - upowerd seems to have changed its dbus interface (how smart of the developers ...). > The error shows thru the Grace console, and is a KDE problem but renders the file editing in Grace such as .scm and .sal files useless. Doesn't show some text and won't allow you to enter text. Nasty problem. What I find strange: "QDBusObjectPath" ... that's a QT class. Since when does Grace use QT? Last time I looked it was Juce. Cheers, Ralf Mattes From taube at illinois.edu Wed Mar 12 06:49:55 2014 From: taube at illinois.edu (Heinrich Taube) Date: Wed, 12 Mar 2014 08:49:55 -0500 Subject: [CM] cm 3.9 kde desktop In-Reply-To: <20140312131530.GA16538@seid-online.de> References: <20140312131530.GA16538@seid-online.de> Message-ID: it doesn't use QT, and its explicitly disabled for juce itself by my define JUCE_QUICKTIME=0 On Mar 12, 2014, at 8:15 AM, Ralf Mattes wrote: > What I find strange: "QDBusObjectPath" ... that's a QT class. Since when does Grace use QT? Last time I looked it was Juce. From rm at seid-online.de Wed Mar 12 06:54:30 2014 From: rm at seid-online.de (Ralf Mattes) Date: Wed, 12 Mar 2014 14:54:30 +0100 Subject: [CM] cm 3.9 kde desktop In-Reply-To: References: <20140312131530.GA16538@seid-online.de> Message-ID: <20140312135430.GB16538@seid-online.de> On Wed, Mar 12, 2014 at 08:49:55AM -0500, Heinrich Taube wrote: > it doesn't use QT, and its explicitly disabled for juce itself by my define JUCE_QUICKTIME=0 :-) Sorry, QT isn't short for QuickTime, it's a rather common C++ platform-agnostic framework used, for example, by KDE (pretty much the framewoek that triggered the initial GNOME development (back then, QT had a rather strange licence but at some point they switched to GPL). I actually more than once wondered why you didn't use QT instead of Juce (but not knowing QT is a _pretty_ good excuse). Cheers, RalfD > On Mar 12, 2014, at 8:15 AM, Ralf Mattes wrote: > > > What I find strange: "QDBusObjectPath" ... that's a QT class. Since when does Grace use QT? Last time I looked it was Juce. > From taube at illinois.edu Wed Mar 12 07:32:46 2014 From: taube at illinois.edu (Heinrich Taube) Date: Wed, 12 Mar 2014 09:32:46 -0500 Subject: [CM] cm 3.9 kde desktop In-Reply-To: <20140312135430.GB16538@seid-online.de> References: <20140312131530.GA16538@seid-online.de> <20140312135430.GB16538@seid-online.de> Message-ID: > I actually more than once wondered why you didn't use QT instead of Juce (but not knowing QT is a _pretty_ good excuse). because juce is an awesome and very active, supported, truly cross-platform development environment designed for audio! not even apple cares about QT anymore, they depreciated it and won't even let you link to it if you want to distribute your app. check out all the audio apps in the carousel on the juce web site http://www.juce.com/ From bil at ccrma.Stanford.EDU Mon Mar 17 13:38:58 2014 From: bil at ccrma.Stanford.EDU (Bill Schottstaedt) Date: Mon, 17 Mar 2014 13:38:58 -0700 Subject: [CM] Snd 14.5 Message-ID: <20140317203801.M17921@ccrma.Stanford.EDU> Snd 14.5: CLM: Lispworks port thanks to Anders Vinjar. many internal changes (13 Mbytes in the changelog), but none visible, I hope. checked: gtk 3.11.6|7|8, sbcl-1.1.16 Thanks!: Rick, Anders, Tito Latini. From taube at illinois.edu Fri Mar 21 09:49:17 2014 From: taube at illinois.edu (Heinrich Taube) Date: Fri, 21 Mar 2014 11:49:17 -0500 Subject: [CM] web site update Message-ID: I've update the cm website to html5 and started a music section :) right now I've added some pieces of mine, but id really like to add music from whoever wants to submit pieces made with cm/clm. the format can be audio or video, scores, etc. if you would like to contribute some of your work, new or old, please let me know http://commonmusic.sourceforge.net/ --rick