From: Jonathan A. <joi...@gm...> - 2016-07-21 08:53:19
|
Thanks Dominique. > Le 18 juil. 2016 à 19:15, Dominique Fober <fo...@gr...> a écrit : > > >> Le 18 juil. 2016 à 19:07, Jonathan Aceituno <joi...@gm...> a écrit : >> >> Hi Dominique, >> >> I've checked out the 'dev' branch (and the engine version is indeed 1.6.3). Thanks for the update and the example code! >> >> I can see GuidoGetMeterAt and ARMusic::getMeterAt in the engine code, however it looks like the file MeterVisitor.h (and, presumably, its .cpp counterpart) is missing from the repo. I double-checked by downloading a snapshot of commit 6db983 on sf.net and couldn't find those files either. > > oups ! my mistake. It’s now corrected, you can update your repo. > — > Dom > >> >> Cheers, >> Jonathan >> >>> That’s done ! There is a new API: >>> /** \brief Gives the current meter on a given date and voice. >>> >>> \param inHandleAR a Guido opaque handle to a AR structure. >>> \param voicenum a voice number (starts at 1). >>> \param date the target date. >>> \param meter on output: the current meter >>> \return a Guido error code. >>> >>> \see the GuidoMeter structure for the meter encoding conventions >>> */ >>> GUIDOAPI(GuidoErrCode) GuidoGetMeterAt (CARHandler inHandleAR, int voicenum, const GuidoDate &date, GuidoMeter& meter); >>> >>> It’s available from the ‘dev’ branch of the repository. The corresponding engine version is 1.63. >>> Note that the ‘src/tools’ folder includes also an example of use (guidogetmeter.cpp) >>> Best, >>> — >>> Dom >> >> ------------------------------------------------------------------------------ >> What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic >> patterns at an interface-level. Reveals which users, apps, and protocols are >> consuming the most bandwidth. Provides multi-vendor support for NetFlow, >> J-Flow, sFlow and other flows. Make informed decisions using capacity planning >> reports.http://sdm.link/zohodev2dev >> _______________________________________________ >> Guidolib-devel mailing list >> Gui...@li... >> https://lists.sourceforge.net/lists/listinfo/guidolib-devel > |