Csound Csound-dev Csound-tekno Search About

[Csnd] interactive MacVim and python [was Re: [even more] python: a csound server]

Date2013-05-14 13:14
Frompeiman khosravi
Subject[Csnd] interactive MacVim and python [was Re: [even more] python: a csound server]
Since I haven't got Csound6 working yet I haven't tried this directly with csound, but below is a video that shows a convenient set-up for live coding, using MacVim and the ipython terminal together. No need for OSC even, thanks to the 'screen' command.


I'm using shortcuts to launch ipython interactive shell from inside vim and then using another shortcut to send the selected line to the shell. 
 

Date2013-05-14 19:04
Frompeiman khosravi
Subject[Csnd] ++SPAM++ Re: interactive MacVim and python [was Re: [even more] python: a csound server]
And it makes sense to have csound syntax highlighting inside python:

Inline images 1

And vice versa:

Inline images 2







www.peimankhosravi.co.uk || Subscribe to RSS Feed

To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section.



On 14 May 2013 13:14, peiman khosravi <peimankhosravi@gmail.com> wrote:
Since I haven't got Csound6 working yet I haven't tried this directly with csound, but below is a video that shows a convenient set-up for live coding, using MacVim and the ipython terminal together. No need for OSC even, thanks to the 'screen' command.


I'm using shortcuts to launch ipython interactive shell from inside vim and then using another shortcut to send the selected line to the shell. 
 


Date2013-05-14 19:06
FromRory Walsh
SubjectRe: [Csnd] ++SPAM++ Re: interactive MacVim and python [was Re: [even
That's nice.