Hello leo people! I am a leo newbie but already find leo a fascinating tool. i would like to be able to use it for supercollider coding. i understand i can use @file nodes, and scvim, or gedit (gnome user here!) but i can imagine better integration (supercollider highlighting mode, select code block with keystroke or doubleclick + execute selected block).
What is SuperCollider? SuperCollider is an environment and programming language for real time audio synthesis. You can write programs to generate or process sound in real time or non real time. SuperCollider can be controlled by MIDI, the mouse, Wacom graphics tablet, and over a network via Open Sound Control. SuperCollider is mostly like Smalltalk but has a different syntax. Everything is a first class object including integers, floats, chars. It uses Smalltalk style dynamic binding of methods. SuperCollider has very flexible argument passing: positional arguments, any-order keyword arguments, variable length argument lists, default argument values. SuperCollider has first class closures like Scheme and co- routines. -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
