[CM] test, ignore please

2010-09-08 Thread Michael Winkler
  test

___
Cmdist mailing list
Cmdist@ccrma.stanford.edu
http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist


[CM] grace feature request: open init file

2011-09-01 Thread Michael Winkler
Dear Mr Taube (or whoever it may concern)

Would like to have a open init file in the open menu.
Many Thankx.

Michael Winkler, Switzerland

PS: are a) feature ideas  request welcome, and is b) this here the 
plattform to bring iit in?




___
Cmdist mailing list
Cmdist@ccrma.stanford.edu
http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist


[CM] optional and default arguments in cm 3.8.0 scheme?

2012-01-02 Thread Michael Winkler
hi list

I'm struggling with optional and default arguments: How can I do this 
lisp code in schme common music?

(defun modl (list1 optional (n 12))
   (loop for x in list1 collect (mod x n)))

examples:
(modl '(10 12 14))
  (10 0 2)
(modl '(10 12 14) 5)
  (0 2 4)

thankx and a happy new year
Michael

___
Cmdist mailing list
Cmdist@ccrma.stanford.edu
http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist


[CM] comment semicolon bug?

2012-05-21 Thread Michael Winkler
Dear Mister Taube
Dear List

CM 3.8.0, Scheme (and earlier, I think): It seems to me that a just a 
single semicolon in a bunch of variable definitions occurs an error so 
one can't place comments. A bug?

test, remove the semicolon at define m67, test again:

(define m72 '(ef3 ef3 ef3 f3 e3 f3 cs3 cs3 d3 cs4 d3 d3))
(define r72 '(e e e e  e e e e  s s s s ))
(define m71 '(c4 c4 c4 c4 c4 c4 c4 c5))
(define r71 '(s e e e e e s e+e))
(define m70 '(g3 c3 c3 g3  f3 d3 f3 ef3  d3 d3 bf3 ef3))
(define r70 '(s s s s  s s s s  e e e e))
(define m69 '(af4 f4 af3 ef4  f4 c5 cs4 f4))
(define r69 '(s s e s  q e. e. e))
(define m68 '(f4 cs4 f4 cs4 f4 ef4 ef4 ef4 ef4))
(define r68 '(e s e s e  e e e e))
(define m67 '(f4 fs3 d3 cs4 b3 e4 d3));
(define r67 '(e s s s s s s ))
(define m66 '(c4 fs4 c4 ef4 fs4))
(define r66 '(e e e. s e+e))

best,
Michael Winkler


___
Cmdist mailing list
Cmdist@ccrma.stanford.edu
http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist


[CM] open a file in grace?

2013-11-17 Thread Michael Winkler
Hi Mr Taube
Hi list

is there no open-command in grace beside the menu-command?
this works:
(load /Users/michaelwinkler/cm/test.scm)
this doesn't:
(open /Users/michaelwinkler/cm/test.scm)

best,
Michael

___
Cmdist mailing list
Cmdist@ccrma.stanford.edu
http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist


Re: [CM] open a file in grace?

2013-11-18 Thread Michael Winkler
;-) Well … good luck hammering back!! I'm always happy to hear about a 
new releases.

best,
Michael

Am 18.11.13 14:59, schrieb Heinrich Taube:
 this is a good idea, its not hard and i can probably add this into the 
 release. fyi i had hoped to make the release in sept but I'm hammered with 
 two huge classes that I've never taught before  this semester and can only 
 keep up with those. ill try to find time over thanksgiving break (or end of  
 calendar year worst case) to finish up!


 On Nov 18, 2013, at 7:19 AM, Bill Schottstaedt b...@ccrma.stanford.edu 
 wrote:

 Do you want to look at the scheme code? The .scm file
 is a text file, so any editor should work -- I use emacs.


 ___
 Cmdist mailing list
 Cmdist@ccrma.stanford.edu
 http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist



___
Cmdist mailing list
Cmdist@ccrma.stanford.edu
http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist


[CM] how to set the working directory in grace?

2015-07-12 Thread Michael Winkler

Hi List

How can I set my working directory by code?

(set-working-directory! /users/michael/Desktop) gives me an Error: 
set-working-directory! unbound variable


If I just open grace, there is no working directory by default, so I 
would like to make a load-file with, amongst others, this command.


best,
Michael

OSX 10.10.3, Common Music 3.9.0
___
Cmdist mailing list
Cmdist@ccrma.stanford.edu
https://cm-mail.stanford.edu/mailman/listinfo/cmdist



[CM] Grace 3.9.0 on Sierra: characters not visible

2016-12-01 Thread Michael Winkler

Hi,

I just have installed Grace 3.9.0 on macOS Sierra. In the editor, I 
can't read anything — white letters on a white background. What can I do?


all the best,

Michael

___
Cmdist mailing list
Cmdist@ccrma.stanford.edu
https://cm-mail.stanford.edu/mailman/listinfo/cmdist