hi all,
As I keep fixing things, I'll just keep uploading....
Right now it's 0.34 test version 7 for linux, on http://crca.ucsd.edu/~msp/software.html
(also I corrected the confusing pointers to the SGI version. I haven't got it together for Windows yet; that will probably happen last.)
features: around 20 new "examples", mostly in the "audio" directory; ability to handle semicolons in object boxes hooks so that externs can get access to "value" variables. Again attempted to fix the qlist reentrancy problem... see the (unfinished) path 63 from Audio examples.
cheers
Miller Puckette hat gesagt: // Miller Puckette wrote:
As I keep fixing things, I'll just keep uploading....
Right now it's 0.34 test version 7 for linux, on http://crca.ucsd.edu/~msp/software.html
Strange things happen when I run test7: I can not open patches! Even the "Test audio/midi" patch just shows me an empty window. Also I cannot open patches from the command line.
hi,
for the time being just overwrite src/m_binbuf.c of test7 with src/m_binbuf.c of test 5 and force the recompile.
Btw. there are no changes to g_canvas.c wrt memory leaks. Are they considered unimportant or simply my post from Monday have not got through (yet)?
Krzysztof
Frank Barknecht wrote: ...
Strange things happen when I run test7: I can not open patches! Even the "Test audio/midi" patch just shows me an empty window. Also I cannot open patches from the command line.
...
Miller Puckette wrote [on Tuesday]: ...
P.S. my incoming mail was broken for a few hours yesterday, but I think I got all the Pd list stuff OK...
hi,
maybe not the right one, but (I think) the simplest patch is attached...
Krzysztof
Krzysztof Czaja wrote: ...
for the time being just overwrite src/m_binbuf.c of test7 with src/m_binbuf.c of test 5 and force the recompile.
...
--- m_binbuf.c~ Thu Aug 30 00:28:18 2001 +++ m_binbuf.c Thu Aug 30 16:50:17 2001 @@ -420,13 +420,14 @@
}
-void binbuf_eval(t_binbuf *x, t_pd *target, int argc, t_atom *argv) +void binbuf_eval(t_binbuf *x, t_pd *firsttarget, int argc, t_atom *argv) { static t_atom mstack[MSTACKSIZE], *msp = mstack, *ems = mstack+MSTACKSIZE; t_atom *stackwas = msp; t_atom *at = x->b_vec; int ac = x->b_n; int nargs;
t_pd *target = firsttarget;
while (1) {
@@ -496,7 +497,7 @@ case A_SEMI: /* semis and commas in new message just get bashed to a symbol. This is needed so you can pass them to "expr." */
if (target == s__N.s_thing)
if (firsttarget == s__N.s_thing)
{
SETSYMBOL(msp, gensym(";"));
break;
Just haven't got to that one yet, thanks...
cheers Miller
On Thu, Aug 30, 2001 at 02:29:55PM +0200, Krzysztof Czaja wrote:
hi,
for the time being just overwrite src/m_binbuf.c of test7 with src/m_binbuf.c of test 5 and force the recompile.
Btw. there are no changes to g_canvas.c wrt memory leaks. Are they considered unimportant or simply my post from Monday have not got through (yet)?
Krzysztof
Frank Barknecht wrote: ...
Strange things happen when I run test7: I can not open patches! Even the "Test audio/midi" patch just shows me an empty window. Also I cannot open patches from the command line.
...
Miller Puckette wrote [on Tuesday]: ...
P.S. my incoming mail was broken for a few hours yesterday, but I think I got all the Pd list stuff OK...
Yep, something is drastically wrong with test 7... please don't bother trying it... I'll fix and upload a new one.
cheers Miller
On Thu, Aug 30, 2001 at 11:19:25AM +0200, Frank Barknecht wrote:
Miller Puckette hat gesagt: // Miller Puckette wrote:
As I keep fixing things, I'll just keep uploading....
Right now it's 0.34 test version 7 for linux, on http://crca.ucsd.edu/~msp/software.html
Strange things happen when I run test7: I can not open patches! Even the "Test audio/midi" patch just shows me an empty window. Also I cannot open patches from the command line. -- __ __ Frank Barknecht ____ ______ ____ __ trip\ \ / /wire ______ / __// __ /__/ __// // __ \ / / __ \ ___\ / / / ____/ / / / // ____// /\ \ ___\____ \ /_/ /_____/ /_/ /_//_____// / \ \_____\_____
/_/ _\
Miller Puckette hat gesagt: // Miller Puckette wrote:
Yep, something is drastically wrong with test 7... please don't bother trying it... I'll fix and upload a new one.
__ __
Frank Barknecht ____ ______ ____ __ trip\ \ / /wire ______
/ __// __ /__/ __// // __ \ / / __ \ ___\
/ / / ____/ / / / // ____// /\ \ ___\____ \
/_/ /_____/ /_/ /_//_____// / \ \_____\_____
/_/ _\