Hello,
-
The font in the open window for example, is unreadably small. I tried using -font 18 etc. when calling pd.exe, it did not change anything.
-
I downloaded the mr. peach external, it is in my externals directory in the standard location. I tried to include that in the pd.exe call manually, it still does not detect the object. Does it need to be compiled ? I already see .dlls. in the folder.
-
When I try to edit or add a new path in the preferences window so that mr peach can be loaded, I am not able to enter anything there at all.
I am using the latest pd 0.55 on windows 11.
Thanks, Suresh
ps. I did get a basic tone playing successfully. If that helps in answering the question. thank you !
#N canvas 100 100 450 300 10;
#X obj 100 100 osc~ 440;
#X obj 100 150 *~ 0.5;
#X obj 100 200 dac~;
#X connect 0 0 1 0;
#X connect 1 0 2 0;
#X connect 1 0 2 1;