Sun, 12 Jun 2016 23:03:57 +0100 |
andrewm |
Fixed missing ) in Makefile, and removed unnecessary Utilities.h includes
prerelease
|
Thu, 09 Jun 2016 01:25:32 +0100 |
Giulio Moro |
updated set_startup
prerelease
|
Wed, 08 Jun 2016 22:03:50 +0100 |
Giulio Moro |
Cleanup
prerelease
|
Wed, 08 Jun 2016 21:13:02 +0100 |
Giulio Moro |
Fixed Bela_pdMessageHook
prerelease
|
Wed, 08 Jun 2016 21:11:36 +0100 |
Giulio Moro |
DigitalChannelManager takes care of managing digital channels for libpd/Heavy use
prerelease
|
Wed, 08 Jun 2016 19:44:21 +0100 |
Giulio Moro |
Digital channels are fully managed by Pd
prerelease
|
Wed, 08 Jun 2016 04:31:21 +0100 |
Giulio Moro |
pinMode can now be controlled from Pd
prerelease
|
Wed, 08 Jun 2016 01:58:35 +0100 |
Giulio Moro |
Full implementation of libpd digitals (in and out at message rate). Still messy, needs cleanup, new utilites for setDataOut, clearDataOut, wrapping all this new digital stuff in a class which will be re-usable by Heavy
prerelease
|
Wed, 08 Jun 2016 01:55:25 +0100 |
Giulio Moro |
Removed libpd_queued
prerelease
|
Tue, 07 Jun 2016 22:28:23 +0100 |
Giulio Moro |
libpd: added digital ins through [adc~]
prerelease
|
Tue, 07 Jun 2016 03:40:01 +0100 |
Giulio Moro |
Added embryonal support for digital messages with libpd. TODO: test it, only process used channels, add defines. It is quite CPU-intensive
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, 06 Jun 2016 12:21:38 +0100 |
Giulio Moro |
Updated basic_libpd, now slightly more efficient with less memory operations. Requires the API change in libpd operated in libpd:99a2be8
prerelease
|
Mon, 06 Jun 2016 03:31:22 +0100 |
Giulio Moro |
libpd: using smaller blocksizes for processing, so that events can be scheduled more accurately
prerelease
|