pwgl-users: Library not found

View: New views
7 Messages — Rating Filter:   Alert me  

pwgl-users: Library not found

by baerbel.zindler :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

after a new installation of Mac OS X.5.7, I also installed PWGL again.

In some of my patches I use special functions.
These are defined in a file named "lisp-functions.lisp".
It is stored in:
PWGL-user -> User-library -> my library.

If I launch PWGL and afterwards a patcher, in which one of
the individual defined functions appears (f.e. in a text-box
or a lisp-code-box), the following error is shown:

"Undefined function COMMON-LISP-USER-PICK called with arguments ((60 64 67))."

I tried many things:
- started the computer for another time
- installed PWGL again
- replaced the file in "my library" by a "fresh one"

"My library" (and therefore the file) is also activated in the menu item "autoload".

Nevertheless, the program seems not to know the definition of the functions.

(This problem occured already half a year before (when it could
be solved by replacing the file "lisp-functions.lisp" in my library).)

I would be grateful to you, if you gave me an advice.

Thank you and

best regards,
Bärbel Zindler




Error_lisp.png (24K) Download Attachment

Re: pwgl-users: Library not found

by Mika Kuuskankare :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Bärbel,

It sound as if there were no errors in loading the library? If that's  
the case you could check couple of things:

(1) In which package is your library defined? You may need to call you  
functions my-package:pick, for example, depending of the package  
definition in your source file.
(2) Check the Tutorial section Overview->Libraries to see if you have  
followed the instructions given there
(3) Make sure that you are using the latest version of PWGL

In general, installing PWGL or the library again and again should have  
no particular effect. Anyways, do not hesitate to ask more questions  
if the problem persists.

best,

Mika

On 25.6.2009, at 19:18, <baerbel.zindler@...> <baerbel.zindler@...
 > wrote:

> Hello,
>
> after a new installation of Mac OS X.5.7, I also installed PWGL again.
>
> In some of my patches I use special functions.
> These are defined in a file named "lisp-functions.lisp".
> It is stored in:
> PWGL-user -> User-library -> my library.
>
> If I launch PWGL and afterwards a patcher, in which one of
> the individual defined functions appears (f.e. in a text-box
> or a lisp-code-box), the following error is shown:
>
> "Undefined function COMMON-LISP-USER-PICK called with arguments ((60  
> 64 67))."
>
> I tried many things:
> - started the computer for another time
> - installed PWGL again
> - replaced the file in "my library" by a "fresh one"
>
> "My library" (and therefore the file) is also activated in the menu  
> item "autoload".
>
> Nevertheless, the program seems not to know the definition of the  
> functions.
>
> (This problem occured already half a year before (when it could
> be solved by replacing the file "lisp-functions.lisp" in my library).)
>
> I would be grateful to you, if you gave me an advice.
>
> Thank you and
>
> best regards,
> Bärbel Zindler
>
>
> <Error_lisp.png>

Dr. Mika Kuuskankare
Researcher
Centre for Music & Technology
Sibelius Academy

Henkilökohtainen postiosoite/Personal post address
PL 342 - PO Box 342
FIN-00121 Helsinki, FINLAND
Mobile: +358 (0)40 5415 233 (Finland)
Skype: mkuuskan
personal home page: www.siba.fi/~mkuuskan
project home page: www.siba.fi/PWGL








Re: pwgl-users: OpenSoundControl

by Olivier.Pasquet :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello!

Has someone ever used OpenSoundControl ? I'd still love to see some  
examples. :)

Thanks!

O

AW: pwgl-users: Library not found

by baerbel.zindler :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Mika,

thank you for your mail and the information.

I made two approaches with different results:

1) copied missing files of the package into the folder "my library".
    Result:
    I can use all my patches with lisp-functions, no errors!

2) I created a new library (PWGL -> file -> Create ...), called "test".
    Result:
    - The" test.lisp"-file could not be opened in Clozure.
      Therefore I created a new file in Clozure, saved it as "test.lisp"
      and thus replaced the original "test.lisp"-file.

    - In PWGL the following error appeared:
      "Reader cannot find package CL-TEST."

Thanks again and

best regards,
Bärbel

_______________________________________
Von: pwgl-users-request@... [pwgl-users-request@...] im Auftrag von Mika Kuuskankare [mkuuskan@...]
Gesendet: Freitag, 26. Juni 2009 17:46
An: pwgl-users@...
Betreff: Re: pwgl-users: Library not found

Bärbel,

It sound as if there were no errors in loading the library? If that's
the case you could check couple of things:

(1) In which package is your library defined? You may need to call you
functions my-package:pick, for example, depending of the package
definition in your source file.
(2) Check the Tutorial section Overview->Libraries to see if you have
followed the instructions given there
(3) Make sure that you are using the latest version of PWGL

In general, installing PWGL or the library again and again should have
no particular effect. Anyways, do not hesitate to ask more questions
if the problem persists.

best,

Mika

On 25.6.2009, at 19:18, <baerbel.zindler@...> <baerbel.zindler@...
 > wrote:

> Hello,
>
> after a new installation of Mac OS X.5.7, I also installed PWGL again.
>
> In some of my patches I use special functions.
> These are defined in a file named "lisp-functions.lisp".
> It is stored in:
> PWGL-user -> User-library -> my library.
>
> If I launch PWGL and afterwards a patcher, in which one of
> the individual defined functions appears (f.e. in a text-box
> or a lisp-code-box), the following error is shown:
>
> "Undefined function COMMON-LISP-USER-PICK called with arguments ((60
> 64 67))."
>
> I tried many things:
> - started the computer for another time
> - installed PWGL again
> - replaced the file in "my library" by a "fresh one"
>
> "My library" (and therefore the file) is also activated in the menu
> item "autoload".
>
> Nevertheless, the program seems not to know the definition of the
> functions.
>
> (This problem occured already half a year before (when it could
> be solved by replacing the file "lisp-functions.lisp" in my library).)
>
> I would be grateful to you, if you gave me an advice.
>
> Thank you and
>
> best regards,
> Bärbel Zindler
>
>
> <Error_lisp.png>
Dr. Mika Kuuskankare
Researcher
Centre for Music & Technology
Sibelius Academy

Henkilökohtainen postiosoite/Personal post address
PL 342 - PO Box 342
FIN-00121 Helsinki, FINLAND
Mobile: +358 (0)40 5415 233 (Finland)
Skype: mkuuskan
personal home page: www.siba.fi/~mkuuskan
project home page: www.siba.fi/PWGL









cannot_find_package_test.png (34K) Download Attachment

Re: pwgl-users: OpenSoundControl

by fred-com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

,
until now, as possible, I use to UDP (raw msg) stream without OSC layer
to make it simple (and using SBCL).
hope we'll can do soon in PWGL - raw UDP and OSC :)

fred

Olivier Pasquet wrote:
> Hello!
>
> Has someone ever used OpenSoundControl ? I'd still love to see some
> examples. :)
>
> Thanks!
>
> O
>


AW: pwgl-users: Library not found

by baerbel.zindler :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Mika,

concerning item 2) of my reply (= Creating a new library):

I used the wrong .lisp-file (not the one called "package.lisp").
When I put the functions into the "package.lisp-file",
I can use all the patches without problems.

Best,
Bärbel



________________________________________
Von: pwgl-users-request@... [pwgl-users-request@...] im Auftrag von Mika Kuuskankare [mkuuskan@...]
Gesendet: Freitag, 26. Juni 2009 17:46
An: pwgl-users@...
Betreff: Re: pwgl-users: Library not found

Bärbel,

It sound as if there were no errors in loading the library? If that's
the case you could check couple of things:

(1) In which package is your library defined? You may need to call you
functions my-package:pick, for example, depending of the package
definition in your source file.
(2) Check the Tutorial section Overview->Libraries to see if you have
followed the instructions given there
(3) Make sure that you are using the latest version of PWGL

In general, installing PWGL or the library again and again should have
no particular effect. Anyways, do not hesitate to ask more questions
if the problem persists.

best,

Mika

On 25.6.2009, at 19:18, <baerbel.zindler@...> <baerbel.zindler@...
 > wrote:

> Hello,
>
> after a new installation of Mac OS X.5.7, I also installed PWGL again.
>
> In some of my patches I use special functions.
> These are defined in a file named "lisp-functions.lisp".
> It is stored in:
> PWGL-user -> User-library -> my library.
>
> If I launch PWGL and afterwards a patcher, in which one of
> the individual defined functions appears (f.e. in a text-box
> or a lisp-code-box), the following error is shown:
>
> "Undefined function COMMON-LISP-USER-PICK called with arguments ((60
> 64 67))."
>
> I tried many things:
> - started the computer for another time
> - installed PWGL again
> - replaced the file in "my library" by a "fresh one"
>
> "My library" (and therefore the file) is also activated in the menu
> item "autoload".
>
> Nevertheless, the program seems not to know the definition of the
> functions.
>
> (This problem occured already half a year before (when it could
> be solved by replacing the file "lisp-functions.lisp" in my library).)
>
> I would be grateful to you, if you gave me an advice.
>
> Thank you and
>
> best regards,
> Bärbel Zindler
>
>
> <Error_lisp.png>

Dr. Mika Kuuskankare
Researcher
Centre for Music & Technology
Sibelius Academy

Henkilökohtainen postiosoite/Personal post address
PL 342 - PO Box 342
FIN-00121 Helsinki, FINLAND
Mobile: +358 (0)40 5415 233 (Finland)
Skype: mkuuskan
personal home page: www.siba.fi/~mkuuskan
project home page: www.siba.fi/PWGL









pwgl-users: International PRISMA meeting

by Jacopo Baboni-Schilingi :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

The International PRISMA meeting

Conservatoire de Musique de Montbéliard
6, cour du Château
25200 Montbéliard – France

    
 
Friday 03-07-2009   
14h00 Hans Tutschku PWGL-Audiosculpt  
 
15h00 Tutschku workshops PWGL-Audiosculpt  
 
16h00 Jacopo Baboni Schilingi jbs-profile, jbs-cmi, jbs-constraints (including workshop)  
 
17h00 Jacopo Baboni Schilingi jbs-profile, jbs-cmi, jbs-constraints (including workshop)  
 
18h00 Free workshops   
 
19h00 Free workshops   
 
20h00 Free workshops   
     
 
Saturday 04-07-2009  
 
09h00 Mika Kuuskankare PWGL-news  
 
10h00 Kilian Sprotte PWGL-news - ITERATE using the new CODE-BOX  
 
11h00 Workshop Workshop on PWGL  
 
12h00 Hans Tutschku Composing with Melodyne  
 
13h00 Break   
 
14h00 Orjan Sandred A new multi-dimensional search engine  
 
15h00 Guilherme Carvalho Applications on composable/composed musical spaces  
 
16h00 Frederic Voisin Morphology for PWGL  
 
17h00 Free workshops   
 
18h00 Free workshops   
 
19h00 Free workshops   
 
20h00 Free workshops   
     
 
Sunday 05-07-2009  
 
09h00 Michele Tadini T-tools - meta-parameters and musical gesture's control  
 
10h00 Michele Tadini T-tools - meta-parameters and musical gesture's control  
 
11h00 Tadini workshops T-tools - meta-parameters and musical gesture's control  
 
12h00 Johannes Kretz New ZiMT-Tools and an a first preview of KLANGPILOT 3.0  
 
13h00 Break   
 
14h00 Collective discussion PRISMA mailing list and PRISMA future meetings
15h00 Free workshops   
 
16h00 Free workshops   
 
17h00 Free workshops   
 
18h00 Free workshops   
 
19h00 Free workshops   
 
20h00 Free workshops