Re: [TTBlue-devel] Printing to Max window from TTEffect units?
Status: Alpha
Brought to you by:
tap
From: Timothy P. <ti...@el...> - 2009-08-08 19:21:41
|
Yes, Trond. You launch the DbgView program and it provides a console window. DbgView can be downloaded from Microsoft as a part of the SysInternals package @ http://technet.microsoft.com/en-us/sysinternals/bb842062.aspx . This package also has some other useful things for debugging on Windows. FileMon, in particular, has been helpful in debugging weird problems on Windows with loading DLLs in the past. best, Tim Cycling '74 | Electrotap | 74Objects http://blog.74objects.com On Sat, Aug 8, 2009 at 1:46 PM, Trond Lossius <tro...@be...> wrote: > Thanks, Tim. > > Is there a console on Windows where they will show up? > > I want to run calculations on both platforms and compaee intermittent > values to track down where the Windows vide wandwrs off. > > Thanks, > Trond > > Sent from my iPhone > > On 8. aug. 2009, at 17.54, Timothy Place <ti...@el...> wrote: > > Hi Trond, > The short answer is <http://redmine.jamoma.org/issues/show/131> > http://redmine.jamoma.org/issues/show/131 > > The long answer is that, for now, you can use the inherited TTObject > methods logMessage() or logError() and then these message will show up on > the console (not the Max window). In OS 10.5 Apple introduced some features > that make Console.app really slow not always up-to-date, which is > unfortunate. So instead of Console.app, I use the Terminal and run this: > tail -f /var/log/system.log > > best, > Tim > > Cycling '74 | Electrotap | 74Objects > <http://blog.74objects.com>http://blog.74objects.com > > > On Sat, Aug 8, 2009 at 9:51 AM, Trond Lossius < <tro...@be...> > tro...@be...> wrote: > >> Hi Tim, >> >> >> for debugging the TTOverdrive distortion on Windows, it would be >> tremendously useful to be able to print to the Max window from within >> the code of TTOverdrive.cpp >> >> Are there any way this can be achieved, Tim? >> >> >> Thanks, >> Trond >> >> >> ------------------------------------------------------------------------------ >> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 >> 30-Day >> trial. Simplify your report design, integration and deployment - and focus >> on >> what you do best, core application coding. Discover what's new with >> Crystal Reports now. <http://p.sf.net/sfu/bobj-july> >> http://p.sf.net/sfu/bobj-july >> _______________________________________________ >> TTBlue-devel mailing list >> <TTB...@li...>TTB...@li... >> <https://lists.sourceforge.net/lists/listinfo/ttblue-devel> >> https://lists.sourceforge.net/lists/listinfo/ttblue-devel >> > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > > trial. Simplify your report design, integration and deployment - and focus > on > what you do best, core application coding. Discover what's new with > Crystal Reports now. <http://p.sf.net/sfu/bobj-july> > http://p.sf.net/sfu/bobj-july > > _______________________________________________ > TTBlue-devel mailing list > TTB...@li... > https://lists.sourceforge.net/lists/listinfo/ttblue-devel > > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus > on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > TTBlue-devel mailing list > TTB...@li... > https://lists.sourceforge.net/lists/listinfo/ttblue-devel > > |