Inherits from:: Object
This invokes recordmydesktop to record what is going on on the screen and capture the audio from SuperCollider's first two channels. Make sure you have the server booted, when starting this.
You need to have the external Linux program 'recordmydesktop' in order to make succesful use of this class. See http://recordmydesktop.sourceforge.net. It is also available in some Linux distributions.
s.boot; z = RecordMyDesktop.new( "helpfile_example"); { SinOsc.ar( [200,400],0,0.3 )}.play; { SinOsc.ar( [230,400],0,0.3 )}.play; z.stop; "vlc helpfile_example.ogv".unixCmd;
This helpfile was created with the class HelpFile2