[Csnd] Running Csound from jEdit
Date | 2008-03-31 07:08 |
From | joachim heintz |
Subject | [Csnd] Running Csound from jEdit |
I have been looking for a possibility to run a .csd from within jEdit, and found a way now. I'd like to share it, and hope this can be useful for anyone. For me, with Jake's syntax highlighting, jEdit is a very good choice (for me as a Mac user for the sad time after MacCsound, but it's platform independent). If you want to use this feature, you can do it in this way: 1. Install the plugin "Console" via Plugins -> Plugin Manager -> Install. 2. Save the following commands in a file called (e.g.) "Csound_RunThisBuffer.bsh" in the directory /.jedit/macros/ : view.getDockableWindowManager().showDockableWindow("console"); runCommandInConsole(view,"System","/usr/local/bin/csound ${f}"); 3. Now you should see this command in the Macro menu.If you want to, you can create a shortcut in Global Options -> jEdit -> Shortcuts. If you are working on a .csd, you can run it by calling this macro. This is for OSX, but I think it should work for Linux or Windows in a similar way. Best - joachim |
Date | 2008-03-31 11:34 |
From | Panos Katergiathis |
Subject | [Csnd] Top Quality Reverb |
Hello all Which opcode would one use in order to create a top-quality reverb? I am used in the sound of convolution-type vst plugins. Thank you in advance. |
Date | 2008-03-31 12:30 |
From | Julien Claassen |
Subject | [Csnd] Re: Top Quality Reverb |
Hi! I think it's convolve. If you're using linux you could also try jconv by Fons Adriaenson. It has the advantage of being really realtime. The csound opcode I know has a delay. Quality of convolve is excellent. Kindest regards Julien -------- Music was my first love and it will be my last (John Miles) ======== FIND MY WEB-PROJECT AT: ======== http://ltsb.sourceforge.net the Linux TextBased Studio guide ======= AND MY PERSONAL PAGES AT: ======= http://www.juliencoder.de |
Date | 2008-03-31 12:30 |
From | Victor Lazzarini |
Subject | [Csnd] Re: Top Quality Reverb |
pconv and a good impulse response? Otherwise freeverb etc should be good enough. At 11:34 31/03/2008, you wrote: >Hello all > >Which opcode would one use in order to create a top-quality reverb? >I am used in the sound of convolution-type vst plugins. > >Thank you in advance. > > >Send bugs reports to this list. >To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe >csound" Victor Lazzarini Music Technology Laboratory Music Department National University of Ireland, Maynooth |
Date | 2008-03-31 12:49 |
From | root |
Subject | [Csnd] Re: Top Quality Reverb |
Date | 2008-03-31 12:51 |
From | Dave Phillips |
Subject | [Csnd] Re: Re: Top Quality Reverb |
Julien Claassen wrote: > If you're using linux you could also try jconv by Fons Adriaenson. Agree++. Jconv is my convolver of choice these days. Fons is also working on a GUI for it, but who can say when it will be ready ? :) Best, dp |
Date | 2008-03-31 16:40 |
From | Jacob Joaquin |
Subject | [Csnd] Re: Running Csound from jEdit |
That works really, really well. I would have never thought there was a, existing plugin that would have made it this simple. I always figured it would have required a custom plugin. Thanks for sharing! Now I'm wondering what other things we can do to flesh out jEdit as a full fledged Csound work environment. For example, I use two perl scripts to manipulate score code. One transposes the start times of score code, while the other auto-aligns score code. If I find some time today or tomorrow, I'll look into adapting these scripts for use in jEdit. Once again, thanks! Best, Jake ---- The Csound Blog http://www.thumbuki.com/csound/blog/ joachim heintz wrote: > > I have been looking for a possibility to run a .csd from within > jEdit, and found a way now. I'd like to share it, and hope this can > be useful for anyone. For me, with Jake's syntax highlighting, jEdit > is a very good choice (for me as a Mac user for the sad time after > MacCsound, but it's platform independent). > -- View this message in context: http://www.nabble.com/Running-Csound-from-jEdit-tp16392544p16396505.html Sent from the Csound - General mailing list archive at Nabble.com. |