Updated Csound5.0rc2 Windows Installer
Date | 2006-01-15 19:45 |
From | Michael Gogins |
Subject | Updated Csound5.0rc2 Windows Installer |
I've once again updated the Csound5, release candidate 2, 64 bit samples, Windows installer on SourceForge. This can be found at: http://sourceforge.net/projects/csound in the csound package, csound5.0rc2 release, csound-5rc2.exe file. Changes this time are to update the Csound and the manual with Istvan Varga's latest contributions, updates, and fixes to the channel opcodes (chn*). Mingwm10.dll is included, Victor Lazzarini's PortAudio is used (I think), CSOUNDRC is set, Rawwaves are in place, csound.hpp is included, latest libsndfile is used (pre6), the Python version is 2.4, all DLLs are stripped. Includes all opcodes of Istvan Varga zip plus Loris, vst4cs, FluidSynth, and STK C++ opcodes, as well as tclcsound and csoundapi~. This installer needs more testing on the PortAudio performance, Loris opcodes, Python opcodes, vst4cs opcodes, and csoundvst~ PD external. When these tests are satisfactory, the manual is completely up to date, and there are better examples, I will consider this installer suitable for general release. It would also be nice if somebody would improve the LISP CFFI binding in interfaces/csound5.lisp, which works on a basic level as demonstrated in interfaces/test.lisp, but needs to be improved with CLOS bindings and with integration as a Common Music output stream. I will get around to this eventually, but it would be nice if it happened sooner. Regards, Mike |
Date | 2006-01-20 11:16 |
From | Oeyvind Brandtsegg |
Subject | [Cs-dev] crash when enabling midi on and out |
You might be aware of this, but midi in and out (-M -Q) simulateneously does not seem to work. Both devices works fine when used alone, e.g. either -M or -Q. I've tried to use the same midi device for in and out, or different midi devices for in and out, but it does not seem to matter. WinXP, Latest RC2, using MidiOX to provide software midi devices. Oeyvind |
Date | 2006-01-20 11:20 |
From | Oeyvind Brandtsegg |
Subject | [Cs-dev] re: crash when enabling midi on and out |
I forgot to tell how csound crashes... This is the console print (I'm using csound via csnd module in python) E:\Csound\csd\develop\modules\flyndra>Main_CsFlyndra.py Localisation of messages is disabled, using default language. time resolution is 279.365 ns csound loaded BEGAN CppSound::compile()... BEGAN CppSound::compile(3, 00972790)... PortMIDI real time MIDI plugin for Csound PortAudio real-time audio module for Csound PortAudio real-time audio module for Csound Windows MME real time audio and MIDI module for Csound by Istvan Varga 0dBFS level = 32768.0 Csound version 5.00.0rc2 beta (double samples) Jan 15 2006 libsndfile-1.0.11 orchname: temp.orc scorename: temp.sco rtaudio: PortAudio module enabled ... using callback interface rtaudio: PortAudio module enabled ... using callback interface rtmidi: PortMIDI module enabled orch compiler: 845 lines read instr 501 instr 1001 instr 1003 instr 1004 instr 1100 instr 1101 instr 1110 instr 8001 instr 9899 instr 9999 sorting score ... ... done PortMIDI: selected output device 3: 'MIDI Yoke NT: 2' (MMSystem) Csound version 5.00.0rc2 beta (double samples) Jan 15 2006 midi channel 1 using instr 501 midi channel 2 using instr 501 midi channel 3 using instr 501 midi channel 4 using instr 501 midi channel 5 using instr 501 midi channel 6 using instr 501 midi channel 7 using instr 501 midi channel 8 using instr 501 midi channel 9 using instr 501 midi channel 10 using instr 501 midi channel 11 using instr 501 midi channel 12 using instr 501 midi channel 13 using instr 501 midi channel 14 using instr 501 midi channel 15 using instr 501 midi channel 16 using instr 501 displays suppressed 0dBFS level = 32768.0 audio sr = 44100, monaural opening WAV infile Zyne_3v_harmonic_100110_a.wav *** error initialising PortTime *** error opening MIDI in device: -1 (Unknown MIDI error) ENDED CppSound::compile. ENDED CppSound::compile. *** PortMIDI: error polling input device *** error reading MIDI device: -1 (Unknown MIDI error) |
Date | 2006-01-20 11:26 |
From | Istvan Varga |
Subject | Re: [Cs-dev] re: crash when enabling midi on and out |
Attachments | None |
Date | 2006-01-20 12:31 |
From | Oeyvind Brandtsegg |
Subject | re: [Cs-dev] re: crash when enabling midi on and out |
ok. good. thanks. the duplicate "rtaudio: PortAudio module enabled ... using callback interface" was due to me leaving a copy of the old rtpa.dll under the name of rtpa_orig.dll, once the old file was deleted, I have only one rtaudio enabled message. Oeyvind > From: Istvan Varga [istvan_v@fibermail.hu] > Sent: 2006-01-20 12:26:22 CET > To: csound-devel@lists.sourceforge.net > Subject: Re: [Cs-dev] re: crash when enabling midi on and out > > On Friday 20 January 2006 12:20, Oeyvind Brandtsegg wrote: > > > rtaudio: PortAudio module enabled ... using callback interface > > rtaudio: PortAudio module enabled ... using callback interface > > This looks odd. Is it possible that somehow two rtpa.dll PortAudio > plugins get loaded (not related to your error, though) ? > > > rtmidi: PortMIDI module enabled > > ... > > *** error initialising PortTime > > *** error opening MIDI in device: -1 (Unknown MIDI error) > > ENDED CppSound::compile. > > ENDED CppSound::compile. > > *** PortMIDI: error polling input device > > *** error reading MIDI device: -1 (Unknown MIDI error) > > There is a known problem with PortMidi that makes it not possible > to open more than one MIDI stream at the same time. This could be > fixed, but until then try using the MME plugin for MIDI input > (enabled by -+rtmidi=mme); note that the device numbers may change. > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel > |
Date | 2006-01-20 12:39 |
From | Istvan Varga |
Subject | Re: [Cs-dev] re: crash when enabling midi on and out |
Attachments | None |