sndobj-devel Mailing List for The Sound Object Library (Page 14)
Status: Abandoned
Brought to you by:
veplaini
This list is closed, nobody may subscribe to it.
2007 |
Jan
(57) |
Feb
(16) |
Mar
(5) |
Apr
|
May
|
Jun
|
Jul
(8) |
Aug
(24) |
Sep
(12) |
Oct
(4) |
Nov
(11) |
Dec
(9) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
(9) |
Feb
(13) |
Mar
(3) |
Apr
(10) |
May
(11) |
Jun
(12) |
Jul
(8) |
Aug
(9) |
Sep
(1) |
Oct
(24) |
Nov
(11) |
Dec
(19) |
2009 |
Jan
(5) |
Feb
(24) |
Mar
(43) |
Apr
(9) |
May
(14) |
Jun
(28) |
Jul
|
Aug
(6) |
Sep
|
Oct
(4) |
Nov
(10) |
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(9) |
Dec
|
2011 |
Jan
(3) |
Feb
(3) |
Mar
|
Apr
|
May
(2) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
2013 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2017 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Julien P. <jul...@gm...> - 2007-10-02 08:45:16
|
Don't modify directly the /etc/profile modify the .profile file in your home directory. Julien 2007/10/2, 2g <ele...@gm...>: > thanks! > > scons pythonmodule=yes > made the difference > test.py and comb.py made sound > but it was a noise .. not the same as what it made on OSX > it also ended with segmentation fault reported.. > > running > import sndobj > says that there is nothing like that > so as Victor suggested me .. have to set LD_LIBRARY_PATH? > well will have to read threw what David told me to finding the exact path > but setting it in /etc/profile is how it should be? > > On 9/30/07, David Worrall <so...@av...> wrote: > > 'ello, > > > > did you build with > > % scons pythonmodule=yes > > ? > > > > Python packages other than those used by the python shipped with the > > OS are usually located here: > > > > /Library/Frameworks/Python.framework/Versions/Current/lib/python2.x/ > > site-packages/ > > > > where x =5 from your description. > > > > I wrote an explanation about this which might help. see: > > http://www.avatar.com.au/sonipy/pythonExtend.html > > > > Here's my set-up: > > I'm using Python 2.4 and I have a sndobj directory in > > /Library/Frameworks/Python.framework/Versions/Current/lib/python2.4/ > > site-packages/sndobj/ > > which contains the following files: > > __init__.py __init__.pyc _sndobj.so sndobj.py sndobj.pyc > > > > the contents of __init__.py is > > from sndobj import * > > > > libsndobj.dylib is also in /usr/local/lib/ > > > > hope this helps, > > > > David > > > > On 30/09/2007, at 8:57 AM, 2g wrote: > > > > > hi, > > > > > > am on Slackintosh12.0@iBookG4 and have just started learning > > > Python2.5.1 on it > > > got swig-1.3.31 installed and did the scons with extracted > > > SndObj-2.6.5.tar.gz > > > but doing > > > python test.py > > > @ the python dir tells me that it cannot find > > > _sndobj module(?) > > > maybe had to cp some things to somewhere after the scons? > > > > > > @ OSX10.3.9 with PySndObj-1.02-OSX-Python2.3.tar.gz > > > this worked: > > > > > > 1. Copy _sndobj.so and sndobj.py to where your Python > > > site packages/modules usually reside > > > (did this to /Library/Python/2.3) > > > 2. Copy libsndobj.dylib to /usr/local/lib/ > > > > > > -- > > > 2g > > > http://micro.ispretty.com > > > > > > ---------------------------------------------------------------------- > > > --- > > > This SF.net email is sponsored by: Microsoft > > > Defy all challenges. Microsoft(R) Visual Studio 2005. > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > _______________________________________________ > > > Sndobj-devel mailing list > > > Snd...@li... > > > https://lists.sourceforge.net/lists/listinfo/sndobj-devel > > > > > > > _________________________________________________ > > experimental polymedia: www.avatar.com.au > > Sonic Communications Research Group, > > University of Canberra: www.canberra.edu.au/vc-forum/scrg > > vip=Verbal Interactivity Project > > > > > > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2005. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > Sndobj-devel mailing list > > Snd...@li... > > https://lists.sourceforge.net/lists/listinfo/sndobj-devel > > > > > -- > 2g > http://micro.ispretty.com > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Sndobj-devel mailing list > Snd...@li... > https://lists.sourceforge.net/lists/listinfo/sndobj-devel > |
From: 2g <ele...@gm...> - 2007-10-01 22:58:45
|
thanks! scons pythonmodule=yes made the difference test.py and comb.py made sound but it was a noise .. not the same as what it made on OSX it also ended with segmentation fault reported.. running import sndobj says that there is nothing like that so as Victor suggested me .. have to set LD_LIBRARY_PATH? well will have to read threw what David told me to finding the exact path but setting it in /etc/profile is how it should be? On 9/30/07, David Worrall <so...@av...> wrote: > 'ello, > > did you build with > % scons pythonmodule=yes > ? > > Python packages other than those used by the python shipped with the > OS are usually located here: > > /Library/Frameworks/Python.framework/Versions/Current/lib/python2.x/ > site-packages/ > > where x =5 from your description. > > I wrote an explanation about this which might help. see: > http://www.avatar.com.au/sonipy/pythonExtend.html > > Here's my set-up: > I'm using Python 2.4 and I have a sndobj directory in > /Library/Frameworks/Python.framework/Versions/Current/lib/python2.4/ > site-packages/sndobj/ > which contains the following files: > __init__.py __init__.pyc _sndobj.so sndobj.py sndobj.pyc > > the contents of __init__.py is > from sndobj import * > > libsndobj.dylib is also in /usr/local/lib/ > > hope this helps, > > David > > On 30/09/2007, at 8:57 AM, 2g wrote: > > > hi, > > > > am on Slackintosh12.0@iBookG4 and have just started learning > > Python2.5.1 on it > > got swig-1.3.31 installed and did the scons with extracted > > SndObj-2.6.5.tar.gz > > but doing > > python test.py > > @ the python dir tells me that it cannot find > > _sndobj module(?) > > maybe had to cp some things to somewhere after the scons? > > > > @ OSX10.3.9 with PySndObj-1.02-OSX-Python2.3.tar.gz > > this worked: > > > > 1. Copy _sndobj.so and sndobj.py to where your Python > > site packages/modules usually reside > > (did this to /Library/Python/2.3) > > 2. Copy libsndobj.dylib to /usr/local/lib/ > > > > -- > > 2g > > http://micro.ispretty.com > > > > ---------------------------------------------------------------------- > > --- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2005. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > Sndobj-devel mailing list > > Snd...@li... > > https://lists.sourceforge.net/lists/listinfo/sndobj-devel > > > > _________________________________________________ > experimental polymedia: www.avatar.com.au > Sonic Communications Research Group, > University of Canberra: www.canberra.edu.au/vc-forum/scrg > vip=Verbal Interactivity Project > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Sndobj-devel mailing list > Snd...@li... > https://lists.sourceforge.net/lists/listinfo/sndobj-devel > -- 2g http://micro.ispretty.com |
From: Victor L. <vic...@nu...> - 2007-09-30 13:12:39
|
Try running the python shell and typing import sndobj if it complains because it can't find libsndobj.so, then you need to tell your system it's there, usually by setting LD_LIBRARY_PATH or by using a utility that does it (I think it varies from system to system, but on Fedora it's ldconfig or something like that). Victor > > hi, > > am on Slackintosh12.0@iBookG4 and have just started > learning Python2.5.1 on it got swig-1.3.31 installed and > did the scons with extracted SndObj-2.6.5.tar.gz but doing > python test.py > @ the python dir tells me that it cannot find > _sndobj module(?) > maybe had to cp some things to somewhere after the scons? > > @ OSX10.3.9 with PySndObj-1.02-OSX-Python2.3.tar.gz > this worked: > > 1. Copy _sndobj.so and sndobj.py to where your Python > site packages/modules usually reside > (did this to /Library/Python/2.3) > 2. Copy libsndobj.dylib to /usr/local/lib/ > > -- > 2g > http://micro.ispretty.com > > ---------------------------------------------------------- > --------------- This SF.net email is sponsored by: > Microsoft Defy all challenges. Microsoft(R) Visual Studio > 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Sndobj-devel mailing list > Snd...@li... > https://lists.sourceforge.net/lists/listinfo/sndobj-devel |
From: David W. <so...@av...> - 2007-09-30 06:39:40
|
'ello, did you build with % scons pythonmodule=yes ? Python packages other than those used by the python shipped with the OS are usually located here: /Library/Frameworks/Python.framework/Versions/Current/lib/python2.x/ site-packages/ where x =5 from your description. I wrote an explanation about this which might help. see: http://www.avatar.com.au/sonipy/pythonExtend.html Here's my set-up: I'm using Python 2.4 and I have a sndobj directory in /Library/Frameworks/Python.framework/Versions/Current/lib/python2.4/ site-packages/sndobj/ which contains the following files: __init__.py __init__.pyc _sndobj.so sndobj.py sndobj.pyc the contents of __init__.py is from sndobj import * libsndobj.dylib is also in /usr/local/lib/ hope this helps, David On 30/09/2007, at 8:57 AM, 2g wrote: > hi, > > am on Slackintosh12.0@iBookG4 and have just started learning > Python2.5.1 on it > got swig-1.3.31 installed and did the scons with extracted > SndObj-2.6.5.tar.gz > but doing > python test.py > @ the python dir tells me that it cannot find > _sndobj module(?) > maybe had to cp some things to somewhere after the scons? > > @ OSX10.3.9 with PySndObj-1.02-OSX-Python2.3.tar.gz > this worked: > > 1. Copy _sndobj.so and sndobj.py to where your Python > site packages/modules usually reside > (did this to /Library/Python/2.3) > 2. Copy libsndobj.dylib to /usr/local/lib/ > > -- > 2g > http://micro.ispretty.com > > ---------------------------------------------------------------------- > --- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Sndobj-devel mailing list > Snd...@li... > https://lists.sourceforge.net/lists/listinfo/sndobj-devel > _________________________________________________ experimental polymedia: www.avatar.com.au Sonic Communications Research Group, University of Canberra: www.canberra.edu.au/vc-forum/scrg vip=Verbal Interactivity Project |
From: 2g <ele...@gm...> - 2007-09-29 22:57:37
|
hi, am on Slackintosh12.0@iBookG4 and have just started learning Python2.5.1 on it got swig-1.3.31 installed and did the scons with extracted SndObj-2.6.5.tar.gz but doing python test.py @ the python dir tells me that it cannot find _sndobj module(?) maybe had to cp some things to somewhere after the scons? @ OSX10.3.9 with PySndObj-1.02-OSX-Python2.3.tar.gz this worked: 1. Copy _sndobj.so and sndobj.py to where your Python site packages/modules usually reside (did this to /Library/Python/2.3) 2. Copy libsndobj.dylib to /usr/local/lib/ -- 2g http://micro.ispretty.com |
From: Victor L. <Vic...@nu...> - 2007-09-27 08:25:19
|
I'd say you need to adjust the duration so that it peaks earlier. At 10:35 26/09/2007, Bosko&Toma Milakovic wrote: >Hi! > >Without second envelope, the amplitude looks something like: >| >| | >| | | >| | | | >| | | | | > >Comb filter repeats beep sound and amp is decreasing. >Now, with second envelope I need something like this: > | > | | | >| | | | | > >But with my code envelope is: >| | | >| | | | >| | | | | > >If I increase the parameter of second envelope from 1 to cca10 so it goes >from 0 to 10(not 0 to 1), the envelope is same like in 3rd example, only >the amplitude is higher. How can I make envelope to be like in example 2? >I know that this is some stupid problem but I can't figure it out... >Thanks. >B > >On 9/26/07, Victor Lazzarini < ><mailto:Vic...@nu...>Vic...@nu...> wrote: >what is happening is that your 2nd envelope is not having >much effect. The comb filter will repeat the first short beep >every 1/2 sec, decreasing its volume by half each repeat. The >envelope is going from 0 to 1 in 3 sec, increasing as the >beeps decrease. If you want amplification then it has to >go above 1, but the sound will decay because the comb >filter makes it decay. I am not sure what you want, but >do you understand what is happening? > >Victor > >At 19:46 25/09/2007, Bosko&Toma Milakovic wrote: > >Hi! > > > >I have this code: > > > >import sndobj > >import time > > > >tab = sndobj.HarmTable() > >osc = sndobj.Oscili(tab, 400, 1) > >line1 = sndobj.Interp(5000, 0, 0.1) > >ring1 = sndobj.Ring(osc, line1) > >dly = sndobj.Comb (0.5, 0.5, ring1) > >line2 = sndobj.Interp(0, 1, 3) > >ring2 = sndobj.Ring(dly, line2) > > > >outp = sndobj.SndRTIO(1) > >outp.SetOutput(1, ring2) > > > >t = sndobj.SndThread() > >t.AddObj(osc) > >t.AddObj(line1) > >t.AddObj (ring1) > >t.AddObj(dly) > >t.AddObj(line2) > >t.AddObj(ring2) > >t.AddObj(outp, sndobj.SNDIO_OUT) > >t.ProcOn () > >time.sleep(5) > >t.ProcOff() > > > >When I multiply osc and line1, I get short sound. That part is ok. Now, > >the problem is in the second Interp() - line2. When it's multiplied with > >dly(Comb) I don't get desired result, which is that Comb's output dynamics > >goes from 0 to 1 in 3sec. The sound has just lower volume, but the > >envelope stays the same. What am I doing wrong? > >Thanks. > > > >Bosko > >------------------------------------------------------------------------- > >This SF.net email is sponsored by: Microsoft > >Defy all challenges. Microsoft(R) Visual Studio 2005. > ><http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/>http://clk.atdmt > .com/MRT/go/vse0120000070mrt/direct/01/ > >_______________________________________________ > >Sndobj-devel mailing list > ><mailto:Snd...@li...>Snd...@li...urceforge > .net > > https://lists.sourceforge.net/lists/listinfo/sndobj-devel > >Victor Lazzarini >Music Technology Laboratory >Music Department >National University of Ireland, Maynooth > Victor Lazzarini Music Technology Laboratory Music Department National University of Ireland, Maynooth |
From: Bosko&Toma M. <bos...@gm...> - 2007-09-26 09:35:49
|
Hi! Without second envelope, the amplitude looks something like: | | | | | | | | | | | | | | | Comb filter repeats beep sound and amp is decreasing. Now, with second envelope I need something like this: | | | | | | | | | But with my code envelope is: | | | | | | | | | | | | If I increase the parameter of second envelope from 1 to cca10 so it goes from 0 to 10(not 0 to 1), the envelope is same like in 3rd example, only the amplitude is higher. How can I make envelope to be like in example 2? I know that this is some stupid problem but I can't figure it out... Thanks. B On 9/26/07, Victor Lazzarini <Vic...@nu...> wrote: > > what is happening is that your 2nd envelope is not having > much effect. The comb filter will repeat the first short beep > every 1/2 sec, decreasing its volume by half each repeat. The > envelope is going from 0 to 1 in 3 sec, increasing as the > beeps decrease. If you want amplification then it has to > go above 1, but the sound will decay because the comb > filter makes it decay. I am not sure what you want, but > do you understand what is happening? > > Victor > > At 19:46 25/09/2007, Bosko&Toma Milakovic wrote: > >Hi! > > > >I have this code: > > > >import sndobj > >import time > > > >tab = sndobj.HarmTable() > >osc = sndobj.Oscili(tab, 400, 1) > >line1 = sndobj.Interp(5000, 0, 0.1) > >ring1 = sndobj.Ring(osc, line1) > >dly = sndobj.Comb (0.5, 0.5, ring1) > >line2 = sndobj.Interp(0, 1, 3) > >ring2 = sndobj.Ring(dly, line2) > > > >outp = sndobj.SndRTIO(1) > >outp.SetOutput(1, ring2) > > > >t = sndobj.SndThread() > >t.AddObj(osc) > >t.AddObj(line1) > >t.AddObj (ring1) > >t.AddObj(dly) > >t.AddObj(line2) > >t.AddObj(ring2) > >t.AddObj(outp, sndobj.SNDIO_OUT) > >t.ProcOn() > >time.sleep(5) > >t.ProcOff() > > > >When I multiply osc and line1, I get short sound. That part is ok. Now, > >the problem is in the second Interp() - line2. When it's multiplied with > >dly(Comb) I don't get desired result, which is that Comb's output > dynamics > >goes from 0 to 1 in 3sec. The sound has just lower volume, but the > >envelope stays the same. What am I doing wrong? > >Thanks. > > > >Bosko > >------------------------------------------------------------------------- > >This SF.net email is sponsored by: Microsoft > >Defy all challenges. Microsoft(R) Visual Studio 2005. > >http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > >_______________________________________________ > >Sndobj-devel mailing list > >Snd...@li... > >https://lists.sourceforge.net/lists/listinfo/sndobj-devel > > Victor Lazzarini > Music Technology Laboratory > Music Department > National University of Ireland, Maynooth > > |
From: Victor L. <Vic...@nu...> - 2007-09-26 08:47:17
|
what is happening is that your 2nd envelope is not having much effect. The comb filter will repeat the first short beep every 1/2 sec, decreasing its volume by half each repeat. The envelope is going from 0 to 1 in 3 sec, increasing as the beeps decrease. If you want amplification then it has to go above 1, but the sound will decay because the comb filter makes it decay. I am not sure what you want, but do you understand what is happening? Victor At 19:46 25/09/2007, Bosko&Toma Milakovic wrote: >Hi! > >I have this code: > >import sndobj >import time > >tab = sndobj.HarmTable() >osc = sndobj.Oscili(tab, 400, 1) >line1 = sndobj.Interp(5000, 0, 0.1) >ring1 = sndobj.Ring(osc, line1) >dly = sndobj.Comb (0.5, 0.5, ring1) >line2 = sndobj.Interp(0, 1, 3) >ring2 = sndobj.Ring(dly, line2) > >outp = sndobj.SndRTIO(1) >outp.SetOutput(1, ring2) > >t = sndobj.SndThread() >t.AddObj(osc) >t.AddObj(line1) >t.AddObj (ring1) >t.AddObj(dly) >t.AddObj(line2) >t.AddObj(ring2) >t.AddObj(outp, sndobj.SNDIO_OUT) >t.ProcOn() >time.sleep(5) >t.ProcOff() > >When I multiply osc and line1, I get short sound. That part is ok. Now, >the problem is in the second Interp() - line2. When it's multiplied with >dly(Comb) I don't get desired result, which is that Comb's output dynamics >goes from 0 to 1 in 3sec. The sound has just lower volume, but the >envelope stays the same. What am I doing wrong? >Thanks. > >Bosko >------------------------------------------------------------------------- >This SF.net email is sponsored by: Microsoft >Defy all challenges. Microsoft(R) Visual Studio 2005. >http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >_______________________________________________ >Sndobj-devel mailing list >Snd...@li... >https://lists.sourceforge.net/lists/listinfo/sndobj-devel Victor Lazzarini Music Technology Laboratory Music Department National University of Ireland, Maynooth |
From: Bosko&Toma M. <bos...@gm...> - 2007-09-25 18:46:36
|
Hi! I have this code: import sndobj import time tab = sndobj.HarmTable() osc = sndobj.Oscili(tab, 400, 1) line1 = sndobj.Interp(5000, 0, 0.1) ring1 = sndobj.Ring(osc, line1) dly = sndobj.Comb(0.5, 0.5, ring1) line2 = sndobj.Interp(0, 1, 3) ring2 = sndobj.Ring(dly, line2) outp = sndobj.SndRTIO(1) outp.SetOutput(1, ring2) t = sndobj.SndThread() t.AddObj(osc) t.AddObj(line1) t.AddObj(ring1) t.AddObj(dly) t.AddObj(line2) t.AddObj(ring2) t.AddObj(outp, sndobj.SNDIO_OUT) t.ProcOn() time.sleep(5) t.ProcOff() When I multiply osc and line1, I get short sound. That part is ok. Now, the problem is in the second Interp() - line2. When it's multiplied with dly(Comb) I don't get desired result, which is that Comb's output dynamics goes from 0 to 1 in 3sec. The sound has just lower volume, but the envelope stays the same. What am I doing wrong? Thanks. Bosko |
From: Edward H. <ed....@gm...> - 2007-09-19 07:33:43
|
On 9/6/07, Edward Hartley <ed....@gm...> wrote: > > > > Date: Mon, 20 Aug 2007 12:41:51 +0100 > > From: Victor Lazzarini < Vic...@nu...> > > Subject: [Sndobj-devel] new releases > > To: snd...@li... > > Message-ID: <6.1.2.0.1.20070820123856.0308e0c8@ mail.may.ie> > > Content-Type: text/plain; charset=us-ascii; format=flowed > > > > I have released new packages for SndObj and PySndObj. These are > > mainly bugfix releases. > > > > > > Currently PySndObj binaries are available for Win32 and OSX-Intel, but > > I will add OSX-PPC and Linux (i386 and PPC) as soon as I build them. > > > > Victor > > Victor Lazzarini > > Music Technology Laboratory > > Music Department > > National University of Ireland, Maynooth > > > > Many thanks for this, I've been travelling and not had chance to build > it yet. I'll check the build for Python 2.5 over the next few days and > report back. > Best Wishes > Ed > Hi I have now built the latest version downloaded from sourceforge under Python 2.5, this went fine but I'm seeing much the same behaviour as I did before for sampling rates below 44100Hz. Do you have an example showing how sounds with sampling rate below 44100Khz should be setup for playback? Best Regards Ed |
From: Julien P. <jul...@gm...> - 2007-09-19 07:19:23
|
Hello, So according to Victor, the ADSR should not loop indefinitely. So I modified the source to get this behavior. I join the patch for review. Julien |
From: Julien P. <jul...@gm...> - 2007-09-18 15:31:45
|
Hello, I am trying to make a simple synth using pysndobj. I managed to create an enveloppe, using ADSR object, and apply it to an oscillator, but it loops. I saw in the doc that this is intended, but how to turn off looping ? I'd like to have the same behavior as on a traditional synth: trigger the envelope only once on "note on" events. Is there another object to do that ? Cheers, Julien |
From: Julien P. <jul...@gm...> - 2007-09-18 15:21:06
|
From: Edward H. <ed....@gm...> - 2007-09-06 16:31:41
|
> > > Date: Mon, 20 Aug 2007 12:41:51 +0100 > From: Victor Lazzarini <Vic...@nu...> > Subject: [Sndobj-devel] new releases > To: snd...@li... > Message-ID: <6.1...@ma...> > Content-Type: text/plain; charset=us-ascii; format=flowed > > I have released new packages for SndObj and PySndObj. These are > mainly bugfix releases. > > > Currently PySndObj binaries are available for Win32 and OSX-Intel, but > I will add OSX-PPC and Linux (i386 and PPC) as soon as I build them. > > Victor > Victor Lazzarini > Music Technology Laboratory > Music Department > National University of Ireland, Maynooth > > Many thanks for this, I've been travelling and not had chance to build it yet.I'll check the build for Python 2.5 over the next few days and report back. Best Wishes Ed |
From: David W. <so...@av...> - 2007-08-25 01:10:22
|
Notwithstanding that problem having been solved, If you're on a mac, note the comment on http://www.pythonmac.org/packages/ > Python 2.4 currently has more packages available, so you may want > to put off upgrading to Python 2.5. Installing Python 2.5 over > Python 2.4 will make it difficult to use Python 2.4 as framework > builds of the same thing do not coexist peacefully. > This has been my experience too. I'm using lots of 3rd party python modules and I've gone back to 2.4. David On 24/08/2007, at 11:22 PM, Bosko&Toma Milakovic wrote: > I downloaded a new zip and now it's ok. In did it was missing a > pthreadVC.dll > Thanks. > > Bosko > > > > On 8/24/07, Victor Lazzarini < Vic...@nu...> wrote:It > works here; I think you might be missing a DLL: pthreadVC.dll. I am > going to > do another ZIP with it. > > Victor > > At 20:40 23/08/2007, Bosko&Toma Milakovic wrote: > >Yes I did. When I wrote '_sndobj to DLL' I meant _sndobj.pyd to DLL > >folder... I test it on 2 windows machines and I get same message. > >Thanks > >B > > > >On 8/23/07, Victor Lazzarini > ><<mailto:vic...@nu...>vic...@nu... > wrote: > >Did you copy _sndobj.pyd to the DLL folder? I'll > >check tomorrow on my windows machine that has > >Python 2.5. > > > >Victor > > > > > > > > > > > > > > Hi! > > > > > > I downloaded a new version of sndobj and tried to install > > > it. I copied _sndobj to DLL folder and sndobj.py to Lib > > > folder. When tried to run some module I get this message: > > > > > > Traceback (most recent call last): > > > File "C:\Python25\probe\snd\fake_rev01.py", line 1, in > > > <module> > > > import sndobj > > > File "C:\Python25\lib\sndobj.py", line 7, in <module> > > > import _sndobj > > > ImportError: DLL load failed: The specified module could > > > not be found. > > > > > > What can be the problem? > > > > > > Thanks > > > > > > Bosko > > > > > > > > > ---------------------------------------------------------- > > > --------------- This SF.net email is sponsored by: Splunk > > > Inc. Still grepping through log files to find problems? > > > Stop. Now Search log events and configuration files using > > > AJAX and a browser. Download your FREE copy of Splunk now > > > >> <http://get.splunk.com/ >http://get.splunk.com/ > > > > > > > > > _______________________________________________ > > > Sndobj-devel mailing list > > > > > <mailto: Snd...@li...>Sndobj- > de...@li... > > > https://lists.sourceforge.net/lists/listinfo/sndobj-devel > > > > > > > Victor Lazzarini > Music Technology Laboratory > Music Department > National University of Ireland, Maynooth > > > ---------------------------------------------------------------------- > --- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a > browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Sndobj-devel mailing list > Snd...@li... > https://lists.sourceforge.net/lists/listinfo/sndobj-devel _________________________________________________ experimental polymedia: www.avatar.com.au Sonic Communications Research Group, University of Canberra: www.canberra.edu.au/vc-forum/scrg vip=Verbal Interactivity Project |
From: Bosko&Toma M. <bos...@gm...> - 2007-08-24 13:22:34
|
I downloaded a new zip and now it's ok. In did it was missing a pthreadVC.dll Thanks. Bosko On 8/24/07, Victor Lazzarini <Vic...@nu...> wrote: > > It works here; I think you might be missing a DLL: pthreadVC.dll. I am > going to > do another ZIP with it. > > Victor > > At 20:40 23/08/2007, Bosko&Toma Milakovic wrote: > >Yes I did. When I wrote '_sndobj to DLL' I meant _sndobj.pyd to DLL > >folder... I test it on 2 windows machines and I get same message. > >Thanks > >B > > > >On 8/23/07, Victor Lazzarini > ><<mailto:vic...@nu...>vic...@nu...> wrote: > >Did you copy _sndobj.pyd to the DLL folder? I'll > >check tomorrow on my windows machine that has > >Python 2.5. > > > >Victor > > > > > > > > > > > > > > Hi! > > > > > > I downloaded a new version of sndobj and tried to install > > > it. I copied _sndobj to DLL folder and sndobj.py to Lib > > > folder. When tried to run some module I get this message: > > > > > > Traceback (most recent call last): > > > File "C:\Python25\probe\snd\fake_rev01.py", line 1, in > > > <module> > > > import sndobj > > > File "C:\Python25\lib\sndobj.py", line 7, in <module> > > > import _sndobj > > > ImportError: DLL load failed: The specified module could > > > not be found. > > > > > > What can be the problem? > > > > > > Thanks > > > > > > Bosko > > > > > > > > > ---------------------------------------------------------- > > > --------------- This SF.net email is sponsored by: Splunk > > > Inc. Still grepping through log files to find problems? > > > Stop. Now Search log events and configuration files using > > > AJAX and a browser. Download your FREE copy of Splunk now > > > >> <http://get.splunk.com/>http://get.splunk.com/ > > > > > > > > > _______________________________________________ > > > Sndobj-devel mailing list > > > > > <mailto:Snd...@li...> > Snd...@li... > > > https://lists.sourceforge.net/lists/listinfo/sndobj-devel > > > > > > > Victor Lazzarini > Music Technology Laboratory > Music Department > National University of Ireland, Maynooth > > |
From: Victor L. <Vic...@nu...> - 2007-08-24 08:34:07
|
It works here; I think you might be missing a DLL: pthreadVC.dll. I am going to do another ZIP with it. Victor At 20:40 23/08/2007, Bosko&Toma Milakovic wrote: >Yes I did. When I wrote '_sndobj to DLL' I meant _sndobj.pyd to DLL >folder... I test it on 2 windows machines and I get same message. >Thanks >B > >On 8/23/07, Victor Lazzarini ><<mailto:vic...@nu...>vic...@nu...> wrote: >Did you copy _sndobj.pyd to the DLL folder? I'll >check tomorrow on my windows machine that has >Python 2.5. > >Victor > > > > > > > > > Hi! > > > > I downloaded a new version of sndobj and tried to install > > it. I copied _sndobj to DLL folder and sndobj.py to Lib > > folder. When tried to run some module I get this message: > > > > Traceback (most recent call last): > > File "C:\Python25\probe\snd\fake_rev01.py", line 1, in > > <module> > > import sndobj > > File "C:\Python25\lib\sndobj.py", line 7, in <module> > > import _sndobj > > ImportError: DLL load failed: The specified module could > > not be found. > > > > What can be the problem? > > > > Thanks > > > > Bosko > > > > > > ---------------------------------------------------------- > > --------------- This SF.net email is sponsored by: Splunk > > Inc. Still grepping through log files to find problems? > > Stop. Now Search log events and configuration files using > > AJAX and a browser. Download your FREE copy of Splunk now > > >> <http://get.splunk.com/>http://get.splunk.com/ > > > > > > _______________________________________________ > > Sndobj-devel mailing list > > > <mailto:Snd...@li...>Snd...@li... > > https://lists.sourceforge.net/lists/listinfo/sndobj-devel > > > Victor Lazzarini Music Technology Laboratory Music Department National University of Ireland, Maynooth |
From: Bosko&Toma M. <bos...@gm...> - 2007-08-23 19:40:54
|
Yes I did. When I wrote '_sndobj to DLL' I meant _sndobj.pyd to DLL folder... I test it on 2 windows machines and I get same message. Thanks B On 8/23/07, Victor Lazzarini <vic...@nu...> wrote: > > Did you copy _sndobj.pyd to the DLL folder? I'll > check tomorrow on my windows machine that has > Python 2.5. > > Victor > > > > > > > > > Hi! > > > > I downloaded a new version of sndobj and tried to install > > it. I copied _sndobj to DLL folder and sndobj.py to Lib > > folder. When tried to run some module I get this message: > > > > Traceback (most recent call last): > > File "C:\Python25\probe\snd\fake_rev01.py", line 1, in > > <module> > > import sndobj > > File "C:\Python25\lib\sndobj.py", line 7, in <module> > > import _sndobj > > ImportError: DLL load failed: The specified module could > > not be found. > > > > What can be the problem? > > > > Thanks > > > > Bosko > > > > > > ---------------------------------------------------------- > > --------------- This SF.net email is sponsored by: Splunk > > Inc. Still grepping through log files to find problems? > > Stop. Now Search log events and configuration files using > > AJAX and a browser. Download your FREE copy of Splunk now > > >> http://get.splunk.com/ > > > > > > _______________________________________________ > > Sndobj-devel mailing list > > Snd...@li... > > https://lists.sourceforge.net/lists/listinfo/sndobj-devel > > > |
From: Victor L. <vic...@nu...> - 2007-08-23 19:32:24
|
Did you copy _sndobj.pyd to the DLL folder? I'll check tomorrow on my windows machine that has Python 2.5. Victor > > > > Hi! > > I downloaded a new version of sndobj and tried to install > it. I copied _sndobj to DLL folder and sndobj.py to Lib > folder. When tried to run some module I get this message: > > Traceback (most recent call last): > File "C:\Python25\probe\snd\fake_rev01.py", line 1, in > <module> > import sndobj > File "C:\Python25\lib\sndobj.py", line 7, in <module> > import _sndobj > ImportError: DLL load failed: The specified module could > not be found. > > What can be the problem? > > Thanks > > Bosko > > > ---------------------------------------------------------- > --------------- This SF.net email is sponsored by: Splunk > Inc. Still grepping through log files to find problems? > Stop. Now Search log events and configuration files using > AJAX and a browser. Download your FREE copy of Splunk now > >> http://get.splunk.com/ > > > _______________________________________________ > Sndobj-devel mailing list > Snd...@li... > https://lists.sourceforge.net/lists/listinfo/sndobj-devel > |
From: Bosko&Toma M. <bos...@gm...> - 2007-08-23 18:32:38
|
Hi! I downloaded a new version of sndobj and tried to install it. I copied _sndobj to DLL folder and sndobj.py to Lib folder. When tried to run some module I get this message: Traceback (most recent call last): File "C:\Python25\probe\snd\fake_rev01.py", line 1, in <module> import sndobj File "C:\Python25\lib\sndobj.py", line 7, in <module> import _sndobj ImportError: DLL load failed: The specified module could not be found. What can be the problem? Thanks Bosko |
From: Victor L. <Vic...@nu...> - 2007-08-20 11:49:26
|
I have released new packages for SndObj and PySndObj. These are mainly bugfix releases. Currently PySndObj binaries are available for Win32 and OSX-Intel, but I will add OSX-PPC and Linux (i386 and PPC) as soon as I build them. Victor Victor Lazzarini Music Technology Laboratory Music Department National University of Ireland, Maynooth |
From: Victor L. <vic...@nu...> - 2007-08-14 20:29:18
|
I am looking here at sfont.c and there is a load of global variables defined in it. I guess this makes the sfont opcodes non-reentrant? How did this escape the net? Should it not be fixed? Victor |
From: Victor L. <vic...@nu...> - 2007-08-12 08:05:14
|
I have the impression the sampling rate is not being set to 22050, so the object does not get fully constructed (cf. SndCoreAudio.cpp ln.167). Try running ErrorMessage() just after construction to see if there are any error messages. I am wondering why. I'll check tomorrow when I get to work. Victor > > I'll investigate. > > Victor > > > > > > > SndRTIO seems to give much the same results: > > with > > outp =sndobj.SndRTIO(2, 256, 512, 4, 2, objsp, 256, > > 22050.0 ) I get > > > > 22050.0 256 > > Python(834,0xa000d000) malloc: *** Deallocation of a > > pointer not malloced: 0x613168; This could be a double > > free(), or free() called with the middle of an allocated > > block; Try setting environment variable MallocHelp to > > see tools to help debug > > Python(834,0xa000d000) malloc: *** Deallocation of a > > pointer not malloced: 0x709480; This could be a double > > free(), or free() called with the middle of an allocated > > block; Try setting environment variable MallocHelp to > > see tools to help debug > > Python(834,0xa000d000) malloc: *** Deallocation of a > > pointer not malloced: 0x7bdcf0; This could be a double > > free(), or free() called with the middle of an allocated > > block; Try setting environment variable MallocHelp to > > see tools to help debug > > > > And with > > outp =sndobj.SndRTIO(2, 256, 512, 4, 2, objsp, 256, > > 22050.0 ,1) and with other variants as before > > > > I get > > > > Traceback (most recent call last): > > File "aif.py", line 21, in <module> > > outp =sndobj.SndRTIO(2, 256, 512, 4, 2, objsp, 256, > > 22050.0,0xFFFFFFFF) > > File > > "/Users/edh/Contracts/StAndrews_1/sndobj/sndobj.py" , > > line 2829, in __init__ this = > > _sndobj.new_SndRTIO(*args) NotImplementedError: Wrong > > number of arguments for overloaded function > > 'new_SndRTIO'. Possible C/C++ prototypes are: > > SndRTIO(short,int,int,int,int,SndObj **,int,float > > ,int) SndRTIO(short,int,int,int,int,SndObj **,int > > ,float) SndRTIO(short,int,int,int,int,SndObj **,int) > > SndRTIO(short,int,int,int,int,SndObj **) > > SndRTIO(short,int,int,int,int) > > SndRTIO(short,int,int,int) > > SndRTIO(short,int,int) > > SndRTIO(short,int) > > SndRTIO() > > SndRTIO(short,SndObj **) > > SndRTIO(short) > > SndRTIO(SndObj *) > > SndRTIO(SndObj *,SndObj *) > > > > > > On 8/10/07, Victor Lazzarini <vic...@nu...> > > wrote: > > > > Another thing you can try straight away is to > > > use SndRTIO, which on OSX is effectively SndCoreAudio, > > > but with the important difference that its constructor > > > is > > > > > > SndRTIO(short ch, int mode, int bsize = DEF_BSIZE, > > > int period = DEF_PERIOD, int encoding = SHORTSAM, > > > SndObj** input=0, int vsize= DEF_VECSIZE, float > > > sr=DEF_SR, int dev = DEF_DEV) > > > > > > without any Uint32 (in fact, there is a slight bug in > > > there in that the conversion from int to uint is not > > > handled, but I can fix that if there is a problem). > > > > > > Victor > > > > > > > > > > > Problem is the constructor still expects 8 args not > > > > the 7 you suggest I introduced the sndobj.SND_OUTPUT > > > > argument to provide the 8th. I think this is a > > > > prototyping issue in SWIG though my close > > > > familiarity with SWIG predates the C++ extensions. > > > > However I note the the cpp source constructor is > > > > SndCoreAudio::SndCoreAudio(int channels,int > > > > bufframes, int buffnos, float norm, > > > > SndObj** inObjs, UInt32 dev, int vecsize, float sr) > > > i.e. 8 args the 6th being the device. > > > > > The python traceback remains as follows irrespective > > > > of whether 7 or 8 args are provided or whether > > > > sndobj.SND_OUTPUT or a python int is passed. > > > > > > > > > > > > File "aif.py", line 20, in <module> > > > > outp = sndobj.SndCoreAudio(2, 512, 4, 32767.0, > > > > objsp, 256, 22050.0) #wrong args number > > > > File > > > > "/Users/edh/Contracts/StAndrews_1/sndobj/sndobj.py" > > > > , line 2803, in __init__ this = > > > > _sndobj.new_SndCoreAudio(*args) NotImplementedError: > > > > Wrong number of arguments for overloaded function > > > > 'new_SndCoreAudio'. Possible C/C++ prototypes are: > > > > SndCoreAudio(int,int,int,float,SndObj **,UInt32 > > > > ,int ,float) > > > > SndCoreAudio(int,int,int,float,SndObj **,UInt32 > > > > ,int) SndCoreAudio(int,int,int,float,SndObj ** > > > > ,UInt32) SndCoreAudio(int,int,int,float,SndObj > > > > **) SndCoreAudio(int,int,int,float) > > > > SndCoreAudio(int,int,int) > > > > SndCoreAudio(int,int) > > > > SndCoreAudio(int) > > > > SndCoreAudio() > > > > > > > > I suspect that the constructor is looking for a C++ > > > > Uint32 in the 6th argument but where to pick an > > > > appropriate one from? > > > > > > > > if sndobj.DEF_DEV is substituted for the 6th arg the > > > > following traceback is obtained: > > > > 22050.0 256 which is reasonable enough as this is > > > > another function reference. > > > > > > > > Python(620,0xa000d000) malloc: *** Deallocation of > > > > a pointer not malloced: 0x613158; This could be a > > > > double free(), or free() called with the middle of > > > > an allocated block; Try setting environment variable > > > > MallocHelp to see tools to help debug > > > > Python(620,0xa000d000) malloc: *** Deallocation of a > > > > pointer not malloced: 0x709458; This could be a > > > > double free(), or free() called with the middle of > > > > an allocated block; Try setting environment variable > > > > MallocHelp to see tools to help debug > > > > Python(620,0xa000d000) malloc: *** Deallocation of > > > > a pointer not malloced: 0x7bdcf0; This could be a > > > > double free(), or free() called with the middle of > > an allocated block; Try setting environment variable > > > > MallocHelp to see tools to help debug > > > > > > > > I can't see anything obvious in SndCoreAudio.h or > > > > AudioDefs.i Ed > > > > > > > > On 8/10/07, Victor Lazzarini > > > > > > <vic...@nu... wrote: Try > > > > > > > > > > outp = sndobj.SndCoreAudio(2, 512, 4, 32767.0, > > > > > objsp ,256, 22050.0) > > > > > > > > > > There is no sndobj.SND_OUTPUT argument for > > > > > SndCoreAudio (it always opens full-duplex). > > > > > > > > > > Victor > > > > > > > > > > > > > > > > > > > > > > Thanks for the pointer to the solution however > > > > > > > > > > > > now I've removed the constructor > > > > > > > > > > > > outp = sndobj.SndCoreAudio() > > > > > > > > > > > > and after constructing aif1,aif2 replaced it > > > > > with > > > > > > > objs[0]=aif1 > > > > > > objs[1]=aif2 > > > > > > objsp = objs.cast() > > > > > > outp = sndobj.SndCoreAudio(2, 512, 4, 32767.0, > > > > > > objsp) which as expected still produces output > > > > > > at the wrong sampling rate however if I extend > > > > > > this to outp = sndobj.SndCoreAudio(2, 512, 4, > > > > > > 32767.0, objsp , sndobj.SND_OUTPUT, 256, 22050) > > > > > > or > > > > > > outp = sndobj.SndCoreAudio(2, 512, 4, 32767.0, > > > > > > objsp , 1) or variants in between I get > > > > > tracebacks similar to this > > > > > > > File "aif.py", line 20, in <module> > > > > > > outp = sndobj.SndCoreAudio(2, 512, 4, > > > > > > 32767.0, objsp, 1) #, 256, 22050) #wrong args > > > > > > number File > > > > > > > > > > > > > > "/Users/edh/Contracts/StAndrews_1/sndobj/sndobj.py" , > > > > > > line 2803, in __init__ this = > > > > > > _sndobj.new_SndCoreAudio(*args) > > NotImplementedError: Wrong number of arguments for > > > > > > overloaded function 'new_SndCoreAudio'. > > > > > > Possible C/C++ prototypes are: > > > > > > SndCoreAudio(int,int,int ,float,SndObj **,UInt32 > > > > > > ,int ,float) SndCoreAudio(int,int,int,float > > > > > > ,SndObj ** ,UInt32 ,int) SndCoreAudio(int > > > > > > ,int,int,float ,SndObj ** ,UInt32) > > > > > > SndCoreAudio(int,int,int ,float,SndObj **) > > > > > > SndCoreAudio(int,int,int ,float) > > > > > > SndCoreAudio(int,int,int) SndCoreAudio(int > > > > > > ,int) SndCoreAudio(int) > > > > > > SndCoreAudio() > > > > > > > > > > > > Best > > > > > > Ed > > > > > > > > > > > > On 8/9/07, Victor Lazzarini > > > > > > > <vic...@nu...> wrote: You will > > > > > > > need to set the SR on all objects to 22050. It > > > > > > > is generally the last argument (which defaults > > > > > > > to 44100) of each object. You have done it > > > > > > > with all SndObjs, but it looks like you left > > > > > > > the SndCoreAudio to its default. You need to > > > > > > create it with the right SR. > > > > > > > > Victor > > > > > > > > > > > > > > > > > > > > > > > Hi > > > > > > > > I've been tinkering with PySndObj on the Mac > > > > > > > > . BTW it built out of the box for python 2.5 > > > > > > > > with the MacPython framework and appropriate > > > > > > > > build switches to build the python wrapper. > > > > > > > > The examples work OK as does the I have now > > > > > > > > got to the point where I'm able to read an > > > > > > > > AIF file and providing it's a PCM file get > > > > > > > > it to play back OK apart from when the > > > > > > > > sampling rate is not the default 44100. In > > > > > > > > the case in question it is 22050 but it > > > > > > > > plays back as if 44100. (Thanks BTW to the > > > > > > > > wav file example post) I have tried the > > > > > > > > commented options shown in the code below, > > > > > > > > I'm new to the API so I'm not sure if this > > > > > > > is a bug or I'm not setting the sampling rate > > > > > > > > in the right place. So suggestions welcomed. > > > > > > > > The example file is in the > > > > > > > > /Developer/Examples/Java/Sound source tree. > > > > > > > > > import sndobj fn = ' 22-new.aif' #fn = > > > > > > > > 'sound.aif' af = sndobj.SndAiff(fn > > > > > > > > ,sndobj.READ,2) sr = af.GetSr() vs = > > > > > > > > af.GetVectorSize () print sr,vs > > > > > > > > T1 = sndobj.SndThread() > > > > > > > > sndin = sndobj.SndIn(af,1) > > > > > > > > outp = sndobj.SndCoreAudio() > > > > > > > > aif1 = sndobj.SndIn(af,1) > > > > > > > > #aif1 = sndobj.SndIn(af,1,vs,sr) > > > > > > > > #aif1.SetSr(sr) > > > > > > > > aif2 = sndobj.SndIn(af,2) > > > > > > > > #aif2 = sndobj.SndIn (af,2, vs, sr) > > > > > > > > #aif2.SetSr(sr) > > > > > > > > outp.SetOutput(1,aif1) > > > > > > > > outp.SetOutput(2,aif2) > > > > > > > > T1.AddObj(af,sndobj.SNDIO_IN) > > > > > > > > T1.AddObj(aif1) > > > > > > > > T1.AddObj(aif2) > > > > > > > > T1.AddObj(outp,sndobj.SNDIO_OUT) > > > > > > > > T1.ProcOn() > > > > > > > > time.sleep (5) > > > > > > > > T1.ProcOff() > > > > > > > > > > > > > > > > TIA > > > > > > > > Ed > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ---------------------------------------------------------- > > > > > > > > --------------- This SF.net email is > > > > > > > > sponsored by: Splunk Inc. Still grepping > > > > > > > > through log files to find problems? Stop. > Now Search log events and configuration files using AJAX > > > > > > > > and a browser. Download your FREE copy of > > > > > > > > Splunk now >> http://get.splunk.com/ > > > > > > > > > > _______________________________________________ > > > > > > Sndobj-devel mailing list > > > > > Snd...@li... > > > > > > > > > > > > > > > > https://lists.sourceforge.net/lists/listinfo/sndobj-devel > > > |
From: Victor L. <vic...@nu...> - 2007-08-12 07:17:42
|
Sorry what method is missing? Comb is derived from Delayline, so it inherits all of its methods. Victor > > > > Hi Victor! > > I was working with Comb object and found out that in > manual is missing a public method for delaytime. I needed > this so I've tried with SetDelayTime and it worked... > > Bosko > > > ---------------------------------------------------------- > --------------- This SF.net email is sponsored by: Splunk > Inc. Still grepping through log files to find problems? > Stop. Now Search log events and configuration files using > AJAX and a browser. Download your FREE copy of Splunk now > >> http://get.splunk.com/ > > > _______________________________________________ > Sndobj-devel mailing list > Snd...@li... > https://lists.sourceforge.net/lists/listinfo/sndobj-devel > |
From: Bosko&Toma M. <bos...@gm...> - 2007-08-11 22:40:36
|
Hi Victor! I was working with Comb object and found out that in manual is missing a public method for delaytime. I needed this so I've tried with SetDelayTime and it worked... Bosko |