2016-06-09 |
Giulio Moro |
updated set_startup
prerelease
|
2016-06-08 |
Giulio Moro |
Cleanup
prerelease
|
2016-06-08 |
Giulio Moro |
Fixed Bela_pdMessageHook
prerelease
|
2016-06-08 |
Giulio Moro |
DigitalChannelManager takes care of managing digital channels for libpd/Heavy use
prerelease
|
2016-06-08 |
Giulio Moro |
Digital channels are fully managed by Pd
prerelease
|
2016-06-08 |
Giulio Moro |
pinMode can now be controlled from Pd
prerelease
|
2016-06-08 |
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
|
2016-06-08 |
Giulio Moro |
Removed libpd_queued
prerelease
|
2016-06-07 |
Giulio Moro |
libpd: added digital ins through [adc~]
prerelease
|
2016-06-07 |
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
|
2016-06-06 |
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
|
2016-06-06 |
Giulio Moro |
Updated basic_libpd, now slightly more efficient with less memory operations. Requires the API change in libpd operated in libpd:99a2be8
prerelease
|
2016-06-06 |
Giulio Moro |
libpd: using smaller blocksizes for processing, so that events can be scheduled more accurately
prerelease
|
2016-06-06 |
Giulio Moro |
More on libpd support for threads
prerelease
|
2016-06-05 |
Giulio Moro |
Initial support for thread-safe libpd (stil missing updated libpd binary), untested
prerelease
|
2016-06-05 |
Giulio Moro |
Clean up of basic_libpd
prerelease
|
2016-06-03 |
Giulio Moro |
More extensive support for MIDI types for libpd. Untested
prerelease
|
2016-06-02 |
Giulio Moro |
Added basic MIDI support in libpd_basic. You can now use the regular midiin object family
prerelease
|
2016-05-27 |
andrewm |
Renamed read/write functions to remove the Frame --> e.g. analogWriteFrameOnce -> analogWriteOnce, digitalReadFrame -> digitalRead
prerelease
|
2016-05-27 |
Giulio Moro |
RENAMED BeagleRT to Bela AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA, scripts probably not working
prerelease
|
2016-05-27 |
Giulio Moro |
Renamed projects to examples
prerelease
base
projects/basic_libpd/render.cpp@a5c05a3c8093
|