I made a new release of tracker
changelog: 0.2.3 -------------------------------------------------------------------- numbers are now aligned to right notification messages are sent from user interaction mouse behavior improved. now dragging faster changes more. added nice makefile for target: Linux MacOS (thanks Steffen) Win32 (thanks tof)
(plus some bugfixes)
you can find as usual in /externals/ffext/tracker or here: http://www.puredata.org/Members/federico/externals
Federico Ferri
On Sat, 2007-09-29 at 13:21 +0200, federico wrote:
I made a new release of tracker
changelog: 0.2.3 -------------------------------------------------------------------- numbers are now aligned to right notification messages are sent from user interaction mouse behavior improved. now dragging faster changes more. added nice makefile for target:
cool! it works and looks nice here.
roman
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de
On 29/09/2007, at 13.21, federico wrote:
changelog: 0.2.3
numbers are now aligned to right notification messages are sent from user interaction mouse behavior improved. now dragging faster changes more. added nice makefile for target: Linux MacOS (thanks Steffen) Win32 (thanks tof)
Cool. The makefile works for OS X if you change line 53 to
$(CC) $(CFLAGS) $(DARWININCLUDE) -o $*.o -c $*.c
-- The $(DARWININCLUDE) was missing.