hi i'm trying running miniAudicle 1.3.5 on osX.4.6 as i try to launch slide01.ck, i get the following console output : [slide01.ck]:line(1): undefined type 'MAUI_Slider'... [slide01.ck]:line(1): ... in declaration ... and it gives the same with the different MAUI elements does using MAUI elements need some particular requirements? thanks
Hello! the user interface elements should working--there are no special requirements beyond those of miniAudicle itself. Does your machine have a PowerPC or Intel processor? This issue might relate to that. spencer On Aug 22, 2006, at 4:48 AM, eun.sung@no-log.org wrote:
hi
i'm trying running miniAudicle 1.3.5 on osX.4.6
as i try to launch slide01.ck, i get the following console output :
[slide01.ck]:line(1): undefined type 'MAUI_Slider'... [slide01.ck]:line(1): ... in declaration ...
and it gives the same with the different MAUI elements
does using MAUI elements need some particular requirements?
thanks _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
i didn't dare to tell it... but i tried to run it on an Intel processor...but on an X86PC platform i hoped it could work as there's not yet this "gui-building feature" on others platform.... Spencer Salazar a écrit :
Hello! the user interface elements should working--there are no special requirements beyond those of miniAudicle itself. Does your machine have a PowerPC or Intel processor? This issue might relate to that.
spencer
On Aug 22, 2006, at 4:48 AM, eun.sung@no-log.org wrote:
hi
i'm trying running miniAudicle 1.3.5 on osX.4.6
as i try to launch slide01.ck, i get the following console output :
[slide01.ck]:line(1): undefined type 'MAUI_Slider'... [slide01.ck]:line(1): ... in declaration ...
and it gives the same with the different MAUI elements
does using MAUI elements need some particular requirements?
thanks _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
its okay, no Apple police here as far as i know... One more thing that would help us diagnose the problem--could you please: 1.) start miniAudicle 2.) set the log level to "Info" ( ChucK menu -> Log Level -> Info ) 3.) start the virtual machine 4.) copy all of the text in the console monitor into an email and forward it here Ideally you would see the text [chuck]:(5:INFORM): | class 'MAUI_Element' [chuck]:(5:INFORM): | class 'MAUI_Slider' [chuck]:(5:INFORM): | class 'MAUI_View' [chuck]:(5:INFORM): | class 'MAUI_Button' [chuck]:(5:INFORM): | class 'MAUI_LED' somewhere in the log. In any case MAUI elements are planned for the next major Linux/ Windows miniAudicle release. thanks spencer On Aug 23, 2006, at 2:09 PM, eun.sung wrote:
i didn't dare to tell it... but i tried to run it on an Intel processor...but on an X86PC platform i hoped it could work as there's not yet this "gui-building feature" on others platform....
Spencer Salazar a écrit :
Hello! the user interface elements should working--there are no special requirements beyond those of miniAudicle itself. Does your machine have a PowerPC or Intel processor? This issue might relate to that.
spencer
On Aug 22, 2006, at 4:48 AM, eun.sung@no-log.org wrote:
hi
i'm trying running miniAudicle 1.3.5 on osX.4.6
as i try to launch slide01.ck, i get the following console output :
[slide01.ck]:line(1): undefined type 'MAUI_Slider'... [slide01.ck]:line(1): ... in declaration ...
and it gives the same with the different MAUI elements
does using MAUI elements need some particular requirements?
thanks _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
its okay, no Apple police here as far as i know...
must be too paranoid !
One more thing that would help us diagnose the problem--could you please: 1.) start miniAudicle 2.) set the log level to "Info" ( ChucK menu -> Log Level -> Info ) 3.) start the virtual machine 4.) copy all of the text in the console monitor into an email and forward it here
ok you'll find the log attached MAUI seem to be loaded and some times (but i can't observe some particular conditions) i can schred some ck containing MAUI elements !
In any case MAUI elements are planned for the next major Linux/ Windows miniAudicle release.
greetings [chuck]:(2:SYSTEM): setting log level to: 2 (SYSTEM)... [chuck]:(2:SYSTEM): setting log level to: 5 (INFORM)... [chuck]:(2:SYSTEM): -------( Mon Aug 28 12:26:01 2006 )------- [chuck]:(2:SYSTEM): starting chuck virtual machine... [chuck]:(5:INFORM): | allocating VM... [chuck]:(2:SYSTEM): | initializing virtual machine... [chuck]:(2:SYSTEM): | | behavior: LOOP [chuck]:(2:SYSTEM): | | allocating shreduler... [chuck]:(2:SYSTEM): | | allocating messaging buffers... [chuck]:(2:SYSTEM): | | real-time audio: YES [chuck]:(2:SYSTEM): | | mode: CALLBACK [chuck]:(2:SYSTEM): | | sample rate: 48000 [chuck]:(2:SYSTEM): | | buffer size: 256 [chuck]:(2:SYSTEM): | | num buffers: 8 [chuck]:(2:SYSTEM): | | devices adc: 1 dac: 1 (default 0) [chuck]:(2:SYSTEM): | | channels in: 6 out: 6 [chuck]:(5:INFORM): | allocating compiler... [chuck]:(2:SYSTEM): | initializing compiler... [chuck]:(3:SEVERE): | | initializing type checker... [chuck]:(3:SEVERE): | | | adding base classes... [chuck]:(3:SEVERE): | | | | class 'object' [chuck]:(3:SEVERE): | | | | class 'array' [chuck]:(3:SEVERE): | | | | class 'string' [chuck]:(3:SEVERE): | | | | class 'ugen' [chuck]:(3:SEVERE): | | | | class 'shred' [chuck]:(3:SEVERE): | | | | class 'event' [chuck]:(3:SEVERE): | | | | class 'class' [chuck]:(3:SEVERE): | | initializing emitter... [chuck]:(3:SEVERE): | | loading built-in modules... [chuck]:(3:SEVERE): | | | module osc... [chuck]:(3:SEVERE): | | | module xxx... [chuck]:(3:SEVERE): | | | module filter... [chuck]:(3:SEVERE): | | | module STK... [chuck]:(3:SEVERE): | | | class 'machine'... [chuck]:(3:SEVERE): | | | class 'std'... [chuck]:(5:INFORM): | | | initializing KBHitManager... [chuck]:(3:SEVERE): | | | class 'math'... [chuck]:(3:SEVERE): | | | class 'opsc'... [chuck]:(2:SYSTEM): | type dependency resolution: MANUAL [chuck]:(2:SYSTEM): | initializing synthesis engine... [chuck]:(3:SEVERE): | | initializing 'dac'... [chuck]:(3:SEVERE): | | initializing 'adc'... [chuck]:(3:SEVERE): | | initializing 'blackhole'... [chuck]:(2:SYSTEM): | | initializing 'real-time' audio... [chuck]:(5:INFORM): | | | starting kb loop... [chuck]:(5:INFORM): | | | initializing callback... [chuck]:(3:SEVERE): | | allocating buffers for 256 x 6 samples... [chuck]:(5:INFORM): | class 'MAUI_Element' [chuck]:(5:INFORM): | class 'MAUI_Slider' [chuck]:(5:INFORM): | class 'MAUI_View' [chuck]:(5:INFORM): | class 'MAUI_Button' [chuck]:(5:INFORM): | class 'MAUI_LED' [chuck]:(5:INFORM): | class 'MAUI_Mouse' [chuck]:(5:INFORM): setting thread priority to: 60... [chuck]:(2:SYSTEM): running virtual machine... [chuck]:(3:SEVERE): | initializing audio buffers... [chuck]:(3:SEVERE): | virtual machine running... [chuck]:(3:SEVERE): starting real-time audio... [chuck]:(5:INFORM): setting thread priority to: 60... [chuck]:(3:SEVERE): starting real-time watch dog processs... [chuck]:(5:INFORM): | watchdog timeout: 0.500000::second [chuck]:(5:INFORM): | watchdog thread priority: 60 [chuck]:(5:INFORM): | watchdog countermeasure priority: 10 [chuck]:(5:INFORM): setting thread priority to: 60...
Hello, Actually, I believe I have encountered similar behavior before, on OS X PPC. What happens to me is that if I try to run a program using MAUI elements after running a program that produced errors, the compiler will say that the MAUI_Slider or whatever is an undefined type. Is something similar happening on your machine? This seems like a pretty deeply embedded bug, but its pretty annoying and Id like to resolve it very soon. spencer On Aug 28, 2006, at 6:33 AM, mihozu wrote:
its okay, no Apple police here as far as i know...
must be too paranoid !
One more thing that would help us diagnose the problem--could you please: 1.) start miniAudicle 2.) set the log level to "Info" ( ChucK menu -> Log Level -> Info ) 3.) start the virtual machine 4.) copy all of the text in the console monitor into an email and forward it here
ok you'll find the log attached MAUI seem to be loaded and some times (but i can't observe some particular conditions) i can schred some ck containing MAUI elements !
In any case MAUI elements are planned for the next major Linux/ Windows miniAudicle release.
greetings
[chuck]:(2:SYSTEM): setting log level to: 2 (SYSTEM)... [chuck]:(2:SYSTEM): setting log level to: 5 (INFORM)... [chuck]:(2:SYSTEM): -------( Mon Aug 28 12:26:01 2006 )------- [chuck]:(2:SYSTEM): starting chuck virtual machine... [chuck]:(5:INFORM): | allocating VM... [chuck]:(2:SYSTEM): | initializing virtual machine... [chuck]:(2:SYSTEM): | | behavior: LOOP [chuck]:(2:SYSTEM): | | allocating shreduler... [chuck]:(2:SYSTEM): | | allocating messaging buffers... [chuck]:(2:SYSTEM): | | real-time audio: YES [chuck]:(2:SYSTEM): | | mode: CALLBACK [chuck]:(2:SYSTEM): | | sample rate: 48000 [chuck]:(2:SYSTEM): | | buffer size: 256 [chuck]:(2:SYSTEM): | | num buffers: 8 [chuck]:(2:SYSTEM): | | devices adc: 1 dac: 1 (default 0) [chuck]:(2:SYSTEM): | | channels in: 6 out: 6 [chuck]:(5:INFORM): | allocating compiler... [chuck]:(2:SYSTEM): | initializing compiler... [chuck]:(3:SEVERE): | | initializing type checker... [chuck]:(3:SEVERE): | | | adding base classes... [chuck]:(3:SEVERE): | | | | class 'object' [chuck]:(3:SEVERE): | | | | class 'array' [chuck]:(3:SEVERE): | | | | class 'string' [chuck]:(3:SEVERE): | | | | class 'ugen' [chuck]:(3:SEVERE): | | | | class 'shred' [chuck]:(3:SEVERE): | | | | class 'event' [chuck]:(3:SEVERE): | | | | class 'class' [chuck]:(3:SEVERE): | | initializing emitter... [chuck]:(3:SEVERE): | | loading built-in modules... [chuck]:(3:SEVERE): | | | module osc... [chuck]:(3:SEVERE): | | | module xxx... [chuck]:(3:SEVERE): | | | module filter... [chuck]:(3:SEVERE): | | | module STK... [chuck]:(3:SEVERE): | | | class 'machine'... [chuck]:(3:SEVERE): | | | class 'std'... [chuck]:(5:INFORM): | | | initializing KBHitManager... [chuck]:(3:SEVERE): | | | class 'math'... [chuck]:(3:SEVERE): | | | class 'opsc'... [chuck]:(2:SYSTEM): | type dependency resolution: MANUAL [chuck]:(2:SYSTEM): | initializing synthesis engine... [chuck]:(3:SEVERE): | | initializing 'dac'... [chuck]:(3:SEVERE): | | initializing 'adc'... [chuck]:(3:SEVERE): | | initializing 'blackhole'... [chuck]:(2:SYSTEM): | | initializing 'real-time' audio... [chuck]:(5:INFORM): | | | starting kb loop... [chuck]:(5:INFORM): | | | initializing callback... [chuck]:(3:SEVERE): | | allocating buffers for 256 x 6 samples... [chuck]:(5:INFORM): | class 'MAUI_Element' [chuck]:(5:INFORM): | class 'MAUI_Slider' [chuck]:(5:INFORM): | class 'MAUI_View' [chuck]:(5:INFORM): | class 'MAUI_Button' [chuck]:(5:INFORM): | class 'MAUI_LED' [chuck]:(5:INFORM): | class 'MAUI_Mouse' [chuck]:(5:INFORM): setting thread priority to: 60... [chuck]:(2:SYSTEM): running virtual machine... [chuck]:(3:SEVERE): | initializing audio buffers... [chuck]:(3:SEVERE): | virtual machine running... [chuck]:(3:SEVERE): starting real-time audio... [chuck]:(5:INFORM): setting thread priority to: 60... [chuck]:(3:SEVERE): starting real-time watch dog processs... [chuck]:(5:INFORM): | watchdog timeout: 0.500000::second [chuck]:(5:INFORM): | watchdog thread priority: 60 [chuck]:(5:INFORM): | watchdog countermeasure priority: 10 [chuck]:(5:INFORM): setting thread priority to: 60... _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
participants (4)
-
eun.sung
-
eun.sung@no-log.org
-
mihozu
-
Spencer Salazar