log .cproject @ 471:cbe68fc0e933 prerelease

age author description
Fri, 17 Jun 2016 00:42:01 +0100 Giulio Moro Updated Eclipse project prerelease
Wed, 15 Jun 2016 21:59:02 +0100 Giulio Moro Removed unused core and examples files (NetworkSend, ReceiveAudioThread, IirFilter) prerelease
Mon, 06 Jun 2016 15:15:15 +0100 Giulio Moro basic_libpd now populates pd's audio buffers directly. Updated libpd.so binary. This required an API change with respect to standard libpdAPI because for some strange reason, accessing sys_audioin and sys_audioout directly from the render.cpp file would return invalid values. prerelease
Mon, 18 Apr 2016 03:05:45 +0100 Giulio Moro Added libpd.so
Tue, 12 Apr 2016 14:21:40 +0200 Giulio Moro Typo
Sun, 10 Apr 2016 03:20:52 +0200 Giulio Moro Turned gShouldStop into int mergingClockSync
Fri, 01 Apr 2016 05:04:13 +0100 Giulio Moro Eclipse's Makefile ignores unresolved links in shared libraries. It is now easier to cross-compile with external libraries mergingClockSync
Sun, 14 Feb 2016 01:09:23 +0000 Giulio Moro Working with UdpIoPlugin mergingClockSync
Sat, 13 Feb 2016 01:45:21 +0000 Giulio Moro Updated to Eclipse Mars.1 Release (4.5.1) on MacOS
Mon, 08 Feb 2016 23:24:44 +0000 Giulio Moro Added support for ne10 in Eclipse
Thu, 04 Feb 2016 18:02:52 +0000 Giulio Moro Added PulseIn.
Tue, 19 Jan 2016 02:54:13 +0000 Giulio Moro Utilities are now optimizable. Closes #1526
Fri, 15 Jan 2016 21:50:46 +0000 Giulio Moro Basic Midi input implementation
Mon, 28 Dec 2015 13:53:11 +0100 Giulio Moro AuxiliaryTask can now be scheduled from setup(). Closes #1373
Mon, 28 Dec 2015 04:11:59 +0100 Giulio Moro Included unistd.h, closes #1237