2016-05-16 |
Giulio Moro |
Inverted the meaning of the -f option
prerelease
|
2016-05-16 |
Giulio Moro |
build_project.sh defaults rewritten.
prerelease
|
2016-05-16 |
Giulio Moro |
build_project.sh sets the date. screen name changed to 'Bela'
prerelease
|
2016-05-16 |
Liam Donovan |
Synced main Makefile with IDE Makefile
prerelease
|
2016-05-16 |
Liam Donovan |
merged new aux tasks
prerelease
|
2016-05-07 |
Liam Donovan |
Add a parameter 'autoSchedule' to createAuxiliaryTask() which when true causes the task to be automatically scheduled after every render function call, without the user needing to call scheduleAuxiliaryTask()
aux_task_args
|
2016-05-07 |
Liam Donovan |
missing semicolon
aux_task_args
|
2016-05-06 |
Liam Donovan |
Overload BeagleRT_createAuxiliaryTask so tasks can be created with or without arguments
aux_task_args
|
2016-05-03 |
Liam Donovan |
Removed core files which use 'old' aux_tasks.
aux_task_args
|
2016-05-03 |
Liam Donovan |
Allow arguments to be passed to aux task function
aux_task_args
|
2016-05-16 |
andrewm |
Started prerelease branch; updated PRU code to be able to run on either PRU.
prerelease
|
2016-05-11 |
Giulio Moro |
Removed obsolete scope project
|
2016-04-28 |
Giulio Moro |
Typo
|
2016-04-28 |
Giulio Moro |
Added phase vocoder example (optionally Midi controllable)
|
2016-04-28 |
Giulio Moro |
build_project.sh launches from source folder, so to preserve relative paths
|
2016-04-28 |
Giulio Moro |
Removed useless debug lines
|
2016-04-28 |
Giulio Moro |
Makefile looks for includes in the source folder
|
2016-04-19 |
Giulio Moro |
Improved basic_button project
|
2016-04-19 |
Giulio Moro |
Updated libpd. This one wraps pthreads but not pthread_join, which is not provided by pthread_rt.
|
2016-04-19 |
Giulio Moro |
Updated Makefile to check for libpd
|
2016-04-18 |
Giulio Moro |
Updated setup_board.sh to copy libpd.so
|
2016-04-18 |
Giulio Moro |
Added libpd.so
|
2016-04-18 |
Giulio Moro |
Flexible Makefile: tries to use clang if available. Defaults to gcc otherwise
|
2016-04-14 |
Giulio Moro |
Fixed behaviour of the -G command line closes #1680
|