[Cs-dev] OSC problems
Date | 2010-11-03 00:57 |
From | matt ingalls |
Subject | [Cs-dev] OSC problems |
looks like this orc: gip OSCinit 9000 instr 1 endin runs fine once and then crashes MacCsound on the 2nd attempt. apparently works fine in older versions. i havent tested on PPC native machine to could there be a somewhat change to the deallocation of OSC that caused this? i do see in the CVS changelog: OCT 9, 2008 branches: 1.32.2; deinit of OSCinit ------------------------------------------------------------------------------ Achieve Improved Network Security with IP and DNS Reputation. Defend against bad network traffic, including botnets, malware, phishing sites, and compromised hosts - saving your company time, money, and embarrassment. Learn More! http://p.sf.net/sfu/hpdev2dev-nov _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2010-11-03 07:45 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] OSC problems |
No such problems with qutecsound (and csound from CVS). I wonder what is the difference. Victor On 3 Nov 2010, at 00:57, matt ingalls wrote: > looks like this orc: > > gip OSCinit 9000 > instr 1 > endin > > runs fine once and then crashes MacCsound on the 2nd attempt. > apparently works fine in older versions. i havent tested on PPC > native > machine to > > could there be a somewhat change to the deallocation of OSC that > caused this? > > i do see in the CVS changelog: > > OCT 9, 2008 > branches: 1.32.2; > deinit of OSCinit > > > ------------------------------------------------------------------------------ > Achieve Improved Network Security with IP and DNS Reputation. > Defend against bad network traffic, including botnets, malware, > phishing sites, and compromised hosts - saving your company time, > money, and embarrassment. Learn More! > http://p.sf.net/sfu/hpdev2dev-nov > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel ------------------------------------------------------------------------------ Achieve Improved Network Security with IP and DNS Reputation. Defend against bad network traffic, including botnets, malware, phishing sites, and compromised hosts - saving your company time, money, and embarrassment. Learn More! http://p.sf.net/sfu/hpdev2dev-nov _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2010-11-03 07:59 |
From | Andres Cabrera |
Subject | Re: [Cs-dev] OSC problems |
Hi Matt, Are you sure the crash is due to the OSC opcodes and not something with FLTK (like the virtual keyboard), or MIDI IO? Cheers, Andres On Wed, Nov 3, 2010 at 12:57 AM, matt ingalls |
Date | 2010-11-03 16:51 |
From | matt ingalls |
Subject | Re: [Cs-dev] OSC problems |
On Nov 3, 2010, at 12:45 AM, Victor Lazzarini wrote: > No such problems with qutecsound (and csound from CVS). I wonder what > is the difference. i'm guessing a PPC issue.. > > Victor > On 3 Nov 2010, at 00:57, matt ingalls wrote: > >> looks like this orc: >> >> gip OSCinit 9000 >> instr 1 >> endin >> >> runs fine once and then crashes MacCsound on the 2nd attempt. >> apparently works fine in older versions. i havent tested on PPC >> native >> machine to >> >> could there be a somewhat change to the deallocation of OSC that >> caused this? >> >> i do see in the CVS changelog: >> >> OCT 9, 2008 >> branches: 1.32.2; >> deinit of OSCinit >> >> >> ------------------------------------------------------------------------------ >> Achieve Improved Network Security with IP and DNS Reputation. >> Defend against bad network traffic, including botnets, malware, >> phishing sites, and compromised hosts - saving your company time, >> money, and embarrassment. Learn More! >> http://p.sf.net/sfu/hpdev2dev-nov >> _______________________________________________ >> Csound-devel mailing list >> Csound-devel@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/csound-devel > > > ------------------------------------------------------------------------------ > Achieve Improved Network Security with IP and DNS Reputation. > Defend against bad network traffic, including botnets, malware, > phishing sites, and compromised hosts - saving your company time, > money, and embarrassment. Learn More! > http://p.sf.net/sfu/hpdev2dev-nov > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel ------------------------------------------------------------------------------ Achieve Improved Network Security with IP and DNS Reputation. Defend against bad network traffic, including botnets, malware, phishing sites, and compromised hosts - saving your company time, money, and embarrassment. Learn More! http://p.sf.net/sfu/hpdev2dev-nov _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2010-11-03 16:55 |
From | matt ingalls |
Subject | Re: [Cs-dev] OSC problems |
> > Are you sure the crash is due to the OSC opcodes and not something > with FLTK (like the virtual keyboard), or MIDI IO? im only using that one OSCinit opcode -- when it is removed the crash doesnt happen > > Cheers, > Andres > > On Wed, Nov 3, 2010 at 12:57 AM, matt ingalls |