[Csnd] vstinfo error
Date | 2011-06-05 20:30 |
From | |
Subject | [Csnd] vstinfo error |
I am hopeing to use csound in addition to pyvvst for a project and the example I tried is not working well. I also noticed that when I used redirection in a windows .bat file using > that the error did not print outbut it did on the screen PortMIDI real time MIDI plugin for Csound PortAudio real-time audio module for Csound virtual_keyboard real time MIDI plugin for Csound 0dBFS level = 32768.0 Csound version 5.13 (double samples) Feb 11 2011 libsndfile-1.0.23 Reading options from $CSOUNDRC: C:\Csound513\.csoundrc orchname: vsttemp.orc scorename: vsttemp.sco RAWWAVE_PATH: C:\Csound513\samples/ rtaudio: PortAudio module enabled ... using callback interface rtmidi: PortMIDI module enabled orch compiler: instr 1 I tried this ffrom the manual. /* orc */ sr = 44100 kr = 4410 ksmps = 10 nchnls = 2 instr 1 gihandle1 vstinit "c:/pyvst/manic/maniclite.dll",1 endin I have done several version of this from the manual. tells me there is no legal opcode. I hope this isn't a dumb question. |