Re: [Audacity-devel] R: Re: Modules & grids....
A free multi-track audio editor and recorder
Brought to you by:
aosiniao
|
From: Angelo F. <fa...@pc...> - 2009-02-27 02:01:41
|
This is just the first module of a complete suite, do not expect to get full functionality from it alone... For measuring impulse responses with the MLS or Exponential Sine Sweep method, other plugins will be required: those for generating the test signal (genMLS, genSweep) and those for extracting the impulse response from the re-recorded signal (DecoMLS, Convolv, IRselect). Currenty the only usage of the Acoustical Parameters plugin is with already-measured impulse responses. The easy way for getting them is employing exploding ballons, or firing with a blank-shot pistol, and record the room response.... Although electroacustic methods have some advantages, these old "pulsive" methods are still quite viable, and usually perform very well in a silent enviroment. Even this evening I did measurements with balloons... If you want more infos on impulse response measurements, have a look at the following presentation: http://pcfarina.eng.unipr.it/Public/Presentations/AudioPrecision-workshop.pd f And if you want to read a detailed explanation about the Aurora plugins, you are referred to the Aurora web site (www.aurora-plugins.it), where you can find the manual, a number of web pages explaining what each plugin does, and a long list of scientific papers, all downloadable in PDF format. Bye! Angelo Farina > -----Original Message----- > From: Martyn Shaw [mailto:mar...@go...] > Sent: 27 February 2009 01:05 > To: sim...@li... > Cc: audacity-devel; Angelo Farina > Subject: Re: [Audacity-devel] R: Re: Modules & grids.... > > OK, so now it works again. > > Question copied to top here... > > >>> I tried to get your crash, but no way on my machine! > >>> Who calls the > >>> EffectAcParameters class even if > >>> not used? > > Well, the call to EffectManager::UnregisterEffects() seems to cause > this crash. I don't understand how it works, but it works for all the > other effects. I suspect that you should only delete things that exist. > > I would still like to use your code to measure the T60 of rooms etc, > but still don't know how to use it or generate the appropriate signals > and capture the results (other than the experiments I conducted > before). Some instruction on this would be appreciated. I thought > this was going to be a two-way sharing of ideas. > > Also, do I have to do something to make the radio buttons down the > left of you window selectable? They currently aren't selectable here > for a mono track (they work if I select the second channel of a stereo > track). > > From my perspective, this isn't going particularly well as a project > I must say. I was hoping to get something out of it as well. I'm > feeling that my current benefits are not great. > > HTH > Martyn > > sim...@li... wrote: > > Hi Martyn! > > > > Oops! I commented > > > > #include <math.h> > > > > and this > > > >> 1>c:\audacity\aurora\acparameters.cpp(1470) : error C2065: > 'M_SQRT1_2' > >> : undeclared identifier > > > > is the result...I suppose that in gcc environment > > math.h is already included in some other place so > > I don't get this error; not the same for VC++. > > > > Bye:-)) > > > > Simone. > > > > > > ----------- Initial Header ----------- > > > >>From : "Martyn Shaw" mar...@go... > > To : "sim...@li..." sim...@li..., > aud...@li... > > Cc : > > Date : Thu, 26 Feb 2009 00:19:36 +0000 > > Subject : Re: [Audacity-devel] R: Re: Modules & grids.... > > > > > > > > > > > > > > > >> > >> sim...@li... wrote: > >>> Hi Martyn, > >>> > >>> I removed some dust from my source tree, then I updated it: now > >>> > >>> grid lines display correctly in the Freqency Analyzer window and > >>> in my module, > >>> too:-)) > >> Good! (and etiquette would have you saying 'Thanks!') > >> > >>> I tried to get your crash, but no way on my machine! > >>> Who calls the > >>> EffectAcParameters class even if > >>> not used? > >> I can't test that again as the code you sent says > >> 1>c:\audacity\aurora\acparameters.cpp(1470) : error C2065: > 'M_SQRT1_2' > >> : undeclared identifier > >> > >> TTFN > >> Martyn > >> > >>> I attach an updated version of the > >>> module with some bug fixed. > >>> > >>> Bye! > >>> > >>> Simone. > >>> > >>>> ----Messaggio originale---- > >>>> Da: > >>> mar...@go... > >>>> Data: 24/02/2009 0.37 > >>>> A: "simone_campanini@libero. > >>> it"<sim...@li...> > >>>> Ogg: Re: [Audacity-devel] R: Re: Modules > >>> & grids.... > >>>> I've just noticed that when I quit Audacity normally and > >>> your module > >>>> is in the 'modules' directory but I haven't used it, I get a > >>> crash at > >>>> delete mIter; > >>>> in EffectAcParameters::~EffectAcParameters(). > >>>> > >>>> Can you fix that? > >>>> > >>>> Martyn > >>>> > >>>> Martyn Shaw wrote: > >>>>> Hi Simone > >>>>> > >>>>> I've > >>> tried your code again and I don't understand why you see the > >>> mHorizontalRuler->DrawGrid(mMemDC, -(mHeight - h)); as the argument > >>>>> should > >>> be positive. > >>>>> DrawGrid assumed that it is drawing in a panel that > >>> includes 0,0 and has > >>>>> a 1 px border. That is why I see your grid starting > >>> top left and > >>>>> drawing over your vertical ruler. I see this is somewhat > >>> limiting and > >>>>> have updated it to include an offset - please get from CVS. > >>>>> I have also modified your code to match the new definition - see > >>> attached. > >>>>> HTH > >>>>> Martyn > >>>>> > >>>>> sim...@li... wrote: > >>>>>> Hi! > >>>>>> I dont'have a Sourceforge accout. Fine if you can open one for > me! > >>>>>> > >>>>>> The major grid lines, both horzontal ad vertical, are doubled > also in > >>>>>> > >>> the Spectrum Analizer window on Linux. > >>>>>> I've attached the code with > >>> makefile, but I've to fix the plot window... > >>>>>> Simone. > >>>>>> > >>>>>>> ---- > >>> Messaggio originale---- > >>>>>>> Da: > >>>>>> va...@au... > >>>>>>> Data: > >>> 22/02/2009 3.13 > >>>>>>> A: "sim...@li..." > >>> <sim...@li...> > >>>>>>> Cc: <Mar...@go...>, "Angelo > >>> Farina" > >>>>>> <fa...@pc...> > >>>>>>> Ogg: Re: [Audacity-devel] > >>> Modules & > >>>>>> grids.... > >>>>>>> Simone, would you like CVS commit access to > >>> Audacity? Do you have > >>>>>> a > >>>>>>> Sourceforge user account? If so, let me know > >>> and I'll add you. > >>>>>>> Thanks > >>>>>> for your contributions. > >>>>>>> - Vaughan > >>>>>>> Martyn Shaw wrote: > >>>>>>>> Hi Simone > >>>>>>>> > >>>>>>>> > >>>>>> Glad it's > >>> going well. How about you post the new module code > >>>>>>>> somewhere so > >>>>>> I > >>> can try it on windows? > >>>>>>>> Sorry to hear the Grid major lines are doubled > >>>>>> where you are, they are > >>>>>>>> fine here. What do they look like on 'Plot > >>>>>> Spectrum' / 'Frequency > >>>>>>>> Analysis' for you? If they are OK there then > >>> I > >>>>>> guess it's your code > >>>>>>>> and some problem with when they are drawn > >>> (may > >>>>>> twice?). > >>>>>>>> TTFN > >>>>>>>> Martyn > >>>>>>>> > >>>>>>>> simone_campanini@libero. > >>> it wrote: > >>>>>>>> > >>>>>> I have successiful compiled the ISO 3380 code as Linux > >>> module and > >>>>>>>>> Audacity > >>>>>> sees > >>>>>>>>> it correctly (and, of course, it > >>> works)! > >>>>>>>>> Not obvious the > >>>>>> 'modules' correct > >>>>>>>>> locations, but > >>> after a short digging in > >>>>>>>>> LoadModules. > >>>>>> cpp everything become > >>> clear. > >>>>>>>>> A small note about Grid code: the > >>>>>> major lines are > >>> doubled and this is > >>>>>>>>> a quite ugly effect. I think that > >>>>>> the best look > >>> should be minor lines in > >>>>>>>>> light gray, major lines in dark > >>>>>> gray and > >>> both 1 px size. I'll try to fix it. > >>>>>>>>> Simone. > >>>>>>>>> > >>>>>>>>> > >>> -------------------------------------------------------------------- > ---------- > >>> > >>>>>>>>> Open Source Business Conference (OSBC), March 24-25, 2009, San > >>>>>>>>> Francisco, > >>>>>> CA > >>>>>>>>> -OSBC tackles the biggest issue in open > >>> source: Open Sourcing the > >>>>>> Enterprise > >>>>>>>>> -Strategies to boost > >>> innovation and cut costs with open source > >>>>>> participation > >>>>>>>>> -Receive a > >>> $600 discount off the registration fee with the > >>>>>> source code: SFAD > >>> http://p.sf.net/sfu/XcvMzF8H > >>> _______________________________________________ > >>>>>>>>> audacity-devel mailing > >>> list > >>>>>>>>> aud...@li... > >>>>>>>>> https://lists. > >>> sourceforge. > >>>>>> net/lists/listinfo/audacity-devel > >>>>>>>>> > >>> -------------------------------------------------------------------- > ---------- > >>> > >>>>>>>> Open Source Business Conference (OSBC), March 24-25, 2009, San > >>>>>>>> Francisco, CA > >>>>>>>> -OSBC tackles the biggest issue in open source: > >>> Open Sourcing the > >>>>>>>> Enterprise > >>>>>>>> -Strategies to boost innovation > >>> and cut costs with open source > >>>>>>>> participation > >>>>>>>> -Receive a $600 > >>> discount off the registration fee with the source > >>>>>>>> code: SFAD > >>> http://p.sf.net/sfu/XcvMzF8H > >>> _______________________________________________ > >>>>>>>> audacity-devel mailing > >>> list > >>>>>>>> aud...@li... > >>>>>>>> https://lists. > >>> sourceforge. > >>>>>> net/lists/listinfo/audacity-devel > >>>>>>>> > >>>>>> > >>> -------------------------------------------------------------------- > ---- > >>> > >>> -------------------------------------------------------------------- > ---------- > >>> > >>>>>> Open Source Business Conference (OSBC), March 24-25, 2009, San > >>>>>> > >>> Francisco, CA > >>>>>> -OSBC tackles the biggest issue in open source: Open Sourcing > >>> the > >>>>>> Enterprise > >>>>>> -Strategies to boost innovation and cut costs with open > >>> source > >>>>>> participation > >>>>>> -Receive a $600 discount off the registration fee > >>> with the source > >>>>>> code: SFAD > >>>>>> http://p.sf.net/sfu/XcvMzF8H > >>>>>> > >>>>>> > >>>>>> > >>> -------------------------------------------------------------------- > ---- > >>> > >>>>>> _______________________________________________ > >>>>>> audacity-devel mailing > >>> list > >>>>>> aud...@li... > >>>>>> https://lists.sourceforge. > >>> net/lists/listinfo/audacity-devel > >>> > >>> > >>> -------------------------------------------------------------------- > ---- > >>> > >>> -------------------------------------------------------------------- > ---------- > >>> Open Source Business Conference (OSBC), March 24-25, 2009, San > Francisco, CA > >>> -OSBC tackles the biggest issue in open source: Open Sourcing the > Enterprise > >>> -Strategies to boost innovation and cut costs with open source > participation > >>> -Receive a $600 discount off the registration fee with the source > code: SFAD > >>> http://p.sf.net/sfu/XcvMzF8H > >>> > >>> > >>> -------------------------------------------------------------------- > ---- > >>> > >>> _______________________________________________ > >>> audacity-devel mailing list > >>> aud...@li... > >>> https://lists.sourceforge.net/lists/listinfo/audacity-devel > > > > |