aboutsummaryrefslogtreecommitdiff
path: root/chuck/OSCGraphics.ck
AgeCommit message (Collapse)AuthorFilesLines
2012-10-04rewritten recorder using ffmpeg libs (without SDL_ffmpeg)Robin Haberkorn1-2/+8
* SDL_ffmpeg was broken and is hard to get * my implementation allows specifying an output codec. if the codec supports the screen's pixel format, no conversion is performed saving lots of performance (also beneficial for post-processing a recorded video)
2012-10-03allow to stop video recoding via (/recorder/start s "") and OSCGraphics.record()Robin Haberkorn1-2/+3
2012-10-03added video recorder based on SDL_ffmpegRobin Haberkorn1-1/+17
2012-10-03ChucK text layer wrapperRobin Haberkorn1-0/+35
2012-09-17added methods for changing image/video file/URLRobin Haberkorn1-2/+2
2012-09-17all layer constructor methods support an alpha argumentRobin Haberkorn1-13/+24
2012-09-17allow setting box colorRobin Haberkorn1-6/+6
2012-09-16added support for OSCGraphicPorts: they allow you to control layer ↵Robin Haberkorn1-1/+1
parameters by chucking a port into the UGen graph
2012-09-16added chuck wrappersRobin Haberkorn1-0/+121