[chuck-users] cannot load chugins

d dchuck at yurfish.com
Mon May 22 16:33:03 EDT 2023


I downloaded and rebuilt chuck and chugins this morning.
The chuck examples  work but none of the chugins.
Looks like they are not being found.

happy monday :-)
-d
=================
uptown:uname -a 
Linux uptown 6.1.0-7-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.20-1
(2023-03-19) x86_64 GNU/Linux
uptown:
===
uptown:chuck --help
usage: chuck --[options|commands] [+-=^] file1 file2 file3 ...
   [options] = halt|loop|audio|silent|dump|nodump|about|probe|
               channels:<N>|out:<N>|in:<N>|dac:<N>|adc:<N>|driver:<name>|
               srate:<N>|bufsize:<N>|bufnum:<N>|shell|empty|
               remote:<hostname>|port:<N>|verbose:<N>|level:<N>|
               callback|deprecate:{stop|warn|ignore}|
               chugin-load:{on|off}|chugin-path:<path>|chugin:<name>
   [commands] = add|remove|replace|remove.all|status|time|kill
   [+-=^] = shortcuts for add, remove, replace, status

chuck version: 1.5.0.0 (chai)
   linux (alsa) : 64-bit
   http://chuck.cs.princeton.edu/
   http://chuck.stanford.edu/
====
uptown:ls -l /usr/local/lib/chuck/WPKorg35.chug 
-rwxr-xr-x 1 root root 21856 May 22 12:34
/usr/local/lib/chuck/WPKorg35.chug
====
uptown:chuck WPKorg35-test.ck
[chuck]: RtAudio: no compiled support for specified API argument!
[WPKorg35-test.ck]:line(1): undefined type 'WPKorg35'...
[WPKorg35-test.ck]:line(1): ... in declaration ...
[chuck]: 
[chuck]: 
uptown:
===
uptown:chuck --chugin-path:./WPKorg35.chug  WPKorg35-test.ck
[chuck]: RtAudio: no compiled support for specified API argument!
[WPKorg35-test.ck]:line(1): undefined type 'WPKorg35'...
[WPKorg35-test.ck]:line(1): ... in declaration ...
[chuck]: 
[chuck]: 
uptown:



More information about the chuck-users mailing list