<div dir="ltr"><div>I can't get this to build on Linux. When I get to the part where you say to enter "premake4" at the prompt, it says there is no premake4, "do you mean premake?" After installing premake and trying "premake premake4" (and later, "premake --premake4," "premake --premake4.lua", etc.) I get the response "No premake script found!" But isn't premake4.lua the script in question? And how to I invoke it? (I've already tried making it executable, and even the cm directory to PATH.)<br>
<br></div>Thanks in advance.<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Jun 22, 2013 at 12:00 PM, <span dir="ltr"><<a href="mailto:cmdist-request@ccrma.stanford.edu" target="_blank">cmdist-request@ccrma.stanford.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send Cmdist mailing list submissions to<br>
<a href="mailto:cmdist@ccrma.stanford.edu">cmdist@ccrma.stanford.edu</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
<a href="http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist" target="_blank">http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist</a><br>
or, via email, send a message with subject or body 'help' to<br>
<a href="mailto:cmdist-request@ccrma.stanford.edu">cmdist-request@ccrma.stanford.edu</a><br>
<br>
You can reach the person managing the list at<br>
<a href="mailto:cmdist-owner@ccrma.stanford.edu">cmdist-owner@ccrma.stanford.edu</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of Cmdist digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
1. CM 3.9.0 (alpha) (Heinrich Taube)<br>
2. Re: CM 3.9.0 (alpha) (Joel Matthys)<br>
3. Re: CM 3.9.0 (alpha) (Joel Matthys)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Sat, 22 Jun 2013 10:13:26 -0500<br>
From: Heinrich Taube <<a href="mailto:taube@illinois.edu">taube@illinois.edu</a>><br>
Subject: [CM] CM 3.9.0 (alpha)<br>
To: "<<a href="mailto:cmdist@ccrma.Stanford.EDU">cmdist@ccrma.Stanford.EDU</a>>" <<a href="mailto:cmdist@ccrma.Stanford.EDU">cmdist@ccrma.Stanford.EDU</a>><br>
Message-ID: <<a href="mailto:F82FC5BC-0EE9-4AA5-A234-AD4CFB417145@illinois.edu">F82FC5BC-0EE9-4AA5-A234-AD4CFB417145@illinois.edu</a>><br>
Content-Type: text/plain; charset="us-ascii"<br>
<br>
CM 3.9.0 (alpha) is available. A prebuilt mac binary can be downloaded here:<br>
<br>
<a href="http://camil.music.illinois.edu/software/grace/Grace-3.9.0-alpha1-osx.zip" target="_blank">http://camil.music.illinois.edu/software/grace/Grace-3.9.0-alpha1-osx.zip</a><br>
<br>
on Linux you can build the app easily enough from sources:<br>
<br>
rm -rf cm<br>
svn co <a href="http://svn.code.sf.net/p/commonmusic/code/trunk" target="_blank">http://svn.code.sf.net/p/commonmusic/code/trunk</a> cm<br>
cd cm<br>
premake4<br>
make<br>
<br>
see readme.text for optional build flags.<br>
don't have a windows build quite yet.<br>
<br>
<br>
the main work for this release:<br>
<br>
o refactoring entire code base (about 80% done)<br>
o moved to most current SndLib, Juce, Fomus, Liblo and SDIF (sndlib juce liblo and sdif have all had 2013 releases)<br>
o OSX: external app for midi playback no longer needed. If you deselect all midi out devices in the menu, Grace will switch to its new internal synth plugin ("apple's dsl music synth") when you generate midi. the plugin sounds much better than SimpleSynth. you can tweak plugin parameters using the new "Synth Settings..." item in the audio menu<br>
o Grace menus redesigned and simplified.<br>
o completly reimplemented the audio and midi file players. no more pops, and playing multiple files at the same time should work. the player handles wav and aiff.<br>
o added Trace Ouput flag for Open Sound Control<br>
<br>
the remaining work for the release will be to continue refactoring the code (including examples and tutorials) , modernizing grace's look-and-feel, and on osx i'll try to switch over to the normal Apple style application menu bar. these last two steps will be quite complicated so im not sure how long it will take me...<br>
<br>
regardless the whole app should now be working and with completely up-to-date packages.<br>
<br>
--rick<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Sat, 22 Jun 2013 12:32:45 -0400<br>
From: Joel Matthys <<a href="mailto:jwmatthys@yahoo.com">jwmatthys@yahoo.com</a>><br>
Subject: Re: [CM] CM 3.9.0 (alpha)<br>
To: <a href="mailto:cmdist@ccrma.Stanford.EDU">cmdist@ccrma.Stanford.EDU</a><br>
Message-ID: <<a href="mailto:51C5D1AD.1000103@yahoo.com">51C5D1AD.1000103@yahoo.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
That's great news! I just built it on Linux. I do have a problem with<br>
FOMUS now, though. On opening I get this:<br>
<br>
Creating Fomus...fomus: error loading module `accs'<br>
fomus: `accs' is not a valid module in setting `mod-accs', module `(fomus)'<br>
<br>
Joel<br>
<br>
On 06/22/2013 11:13 AM, Heinrich Taube wrote:<br>
> CM 3.9.0 (alpha) is available. A prebuilt mac binary can be downloaded here:<br>
><br>
> <a href="http://camil.music.illinois.edu/software/grace/Grace-3.9.0-alpha1-osx.zip" target="_blank">http://camil.music.illinois.edu/software/grace/Grace-3.9.0-alpha1-osx.zip</a><br>
><br>
> on Linux you can build the app easily enough from sources:<br>
><br>
> rm -rf cm<br>
> svn co <a href="http://svn.code.sf.net/p/commonmusic/code/trunk" target="_blank">http://svn.code.sf.net/p/commonmusic/code/trunk</a> cm<br>
> cd cm<br>
> premake4<br>
> make<br>
><br>
> see readme.text for optional build flags.<br>
> don't have a windows build quite yet.<br>
><br>
><br>
> the main work for this release:<br>
><br>
> o refactoring entire code base (about 80% done)<br>
> o moved to most current SndLib, Juce, Fomus, Liblo and SDIF (sndlib juce liblo and sdif have all had 2013 releases)<br>
> o OSX: external app for midi playback no longer needed. If you deselect all midi out devices in the menu, Grace will switch to its new internal synth plugin ("apple's dsl music synth") when you generate midi. the plugin sounds much better than SimpleSynth. you can tweak plugin parameters using the new "Synth Settings..." item in the audio menu<br>
> o Grace menus redesigned and simplified.<br>
> o completly reimplemented the audio and midi file players. no more pops, and playing multiple files at the same time should work. the player handles wav and aiff.<br>
> o added Trace Ouput flag for Open Sound Control<br>
><br>
> the remaining work for the release will be to continue refactoring the code (including examples and tutorials) , modernizing grace's look-and-feel, and on osx i'll try to switch over to the normal Apple style application menu bar. these last two steps will be quite complicated so im not sure how long it will take me...<br>
><br>
> regardless the whole app should now be working and with completely up-to-date packages.<br>
><br>
> --rick<br>
><br>
><br>
> _______________________________________________<br>
> Cmdist mailing list<br>
> <a href="mailto:Cmdist@ccrma.stanford.edu">Cmdist@ccrma.stanford.edu</a><br>
> <a href="http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist" target="_blank">http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist</a><br>
><br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Sat, 22 Jun 2013 12:54:40 -0400<br>
From: Joel Matthys <<a href="mailto:jwmatthys@yahoo.com">jwmatthys@yahoo.com</a>><br>
Subject: Re: [CM] CM 3.9.0 (alpha)<br>
To: <a href="mailto:cmdist@ccrma.Stanford.EDU">cmdist@ccrma.Stanford.EDU</a><br>
Message-ID: <<a href="mailto:51C5D6D0.8050501@yahoo.com">51C5D6D0.8050501@yahoo.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
Solved; I had to build FOMUS with 64 bit enabled.<br>
<br>
Thanks. New menus look great!<br>
<br>
Joel<br>
<br>
On 06/22/2013 12:32 PM, Joel Matthys wrote:<br>
> That's great news! I just built it on Linux. I do have a problem with<br>
> FOMUS now, though. On opening I get this:<br>
><br>
> Creating Fomus...fomus: error loading module `accs'<br>
> fomus: `accs' is not a valid module in setting `mod-accs', module `(fomus)'<br>
><br>
> Joel<br>
><br>
> On 06/22/2013 11:13 AM, Heinrich Taube wrote:<br>
>> CM 3.9.0 (alpha) is available. A prebuilt mac binary can be downloaded here:<br>
>><br>
>> <a href="http://camil.music.illinois.edu/software/grace/Grace-3.9.0-alpha1-osx.zip" target="_blank">http://camil.music.illinois.edu/software/grace/Grace-3.9.0-alpha1-osx.zip</a><br>
>><br>
>> on Linux you can build the app easily enough from sources:<br>
>><br>
>> rm -rf cm<br>
>> svn co <a href="http://svn.code.sf.net/p/commonmusic/code/trunk" target="_blank">http://svn.code.sf.net/p/commonmusic/code/trunk</a> cm<br>
>> cd cm<br>
>> premake4<br>
>> make<br>
>><br>
>> see readme.text for optional build flags.<br>
>> don't have a windows build quite yet.<br>
>><br>
>><br>
>> the main work for this release:<br>
>><br>
>> o refactoring entire code base (about 80% done)<br>
>> o moved to most current SndLib, Juce, Fomus, Liblo and SDIF (sndlib juce liblo and sdif have all had 2013 releases)<br>
>> o OSX: external app for midi playback no longer needed. If you deselect all midi out devices in the menu, Grace will switch to its new internal synth plugin ("apple's dsl music synth") when you generate midi. the plugin sounds much better than SimpleSynth. you can tweak plugin parameters using the new "Synth Settings..." item in the audio menu<br>
>> o Grace menus redesigned and simplified.<br>
>> o completly reimplemented the audio and midi file players. no more pops, and playing multiple files at the same time should work. the player handles wav and aiff.<br>
>> o added Trace Ouput flag for Open Sound Control<br>
>><br>
>> the remaining work for the release will be to continue refactoring the code (including examples and tutorials) , modernizing grace's look-and-feel, and on osx i'll try to switch over to the normal Apple style application menu bar. these last two steps will be quite complicated so im not sure how long it will take me...<br>
>><br>
>> regardless the whole app should now be working and with completely up-to-date packages.<br>
>><br>
>> --rick<br>
>><br>
>><br>
>> _______________________________________________<br>
>> Cmdist mailing list<br>
>> <a href="mailto:Cmdist@ccrma.stanford.edu">Cmdist@ccrma.stanford.edu</a><br>
>> <a href="http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist" target="_blank">http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist</a><br>
>><br>
> _______________________________________________<br>
> Cmdist mailing list<br>
> <a href="mailto:Cmdist@ccrma.stanford.edu">Cmdist@ccrma.stanford.edu</a><br>
> <a href="http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist" target="_blank">http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist</a><br>
><br>
<br>
<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
Cmdist mailing list<br>
<a href="mailto:Cmdist@ccrma.stanford.edu">Cmdist@ccrma.stanford.edu</a><br>
<a href="http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist" target="_blank">http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist</a><br>
<br>
<br>
End of Cmdist Digest, Vol 62, Issue 2<br>
*************************************<br>
</blockquote></div><br></div>