[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

[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

[CM] comment semicolon bug?

2012-05-21 Thread Michael Winkler
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

[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

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

[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

[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