Re: New beta release of Csound for WIndows x64 with VST
Date | 2016-10-17 10:57 | ||
From | Andrea Strappa | ||
Subject | Re: New beta release of Csound for WIndows x64 with VST | ||
Better late than never.
I made some simple test on Cubase 8.5.20 (and Windows10)
about "VST audio: Ins 1. CsoundVST - Midi In".
I opened the file CsoundVST.csd (from "examples" folder of
Csound6 package).
The windows opened with open... import... etc. appear
behind insted in front of.
Changing instr with "program change" from my master
keyboard I enjoied a lot of sounds.
But instr 4, 9, 10, 45, 52 are mute.
(specification: instr number = prg ch number +
1)
instr 13 gets warning: "division by zero" and I have to
restart the VST file (stop and perform buttons).
instr 22: Cubase crash!.
I tried to open some other file of McCurdy collection, but
I can't listen any sound, also with same flags of previous CsoundVST.csd
file.
What is the raison?
Regards
A. Strappa
|
Date | 2016-10-17 14:40 | ||
From | Michael Gogins | ||
Subject | Re: New beta release of Csound for WIndows x64 with VST | ||
Not all the instruments in that csd have actually been tested in a VST host. Adapting instruments from other csds requires: - use midi interoperability flags to assign key and velocity to Csound pitch and amplitude variables, may also require conversion of units. - use the same Csound options as my example csd. - there have been a few breaking changes in Csound syntax so make sure your instrument runs OK in regular Csound. Regards, On Oct 17, 2016 5:57 AM, "Andrea Strappa" <a_strappa@tin.it> wrote:
|
Date | 2016-10-17 17:37 | ||
From | Rory Walsh | ||
Subject | Re: New beta release of Csound for WIndows x64 with VST | ||
If you wish to unlock the power of the McCurdy examples in a VST host you should check out www.cabbageaudio.com, it ships with a load of Iain's examples which can all be quickly exported as VST plugins. On 17 October 2016 at 14:40, Michael Gogins <michael.gogins@gmail.com> wrote:
|
Date | 2016-10-18 11:59 | ||
From | Andrea Strappa | ||
Subject | Cabbage and MIDI IN | ||
Attachments | Cabbage_settings.PNG | ||
Thank you for quick reply, to you and Mike, but my first trials are not good. For this question I change the message subject line. I tried with cabbage64 to play MIDI examples with a master keyboard, without success. For documentation, I attach my Cabbage settings snapshot (I tried other settings too). In WinXsound I can play McCurdy's Arpeggiator with those flags: -odevaudio -M0 -b100 -m0 In Cabbage64 I can't play Midi_arpeggiator, with default flags: -dm0 -n -+rtmidi=null -M0 -Q0 I tried other flags settings, I tried to remove instruction "massign 0,0" and so on. What is the solution? Andrea S.
Il 17/10/2016 18:37, Rory Walsh ha
scritto:
|
Date | 2016-10-18 12:39 | ||
From | Michael Gogins | ||
Subject | Re: Cabbage and MIDI IN | ||
If you have an older version of Csound also installed that could be the problem. Regards, On Oct 18, 2016 6:59 AM, "Andrea Strappa" <a_strappa@tin.it> wrote:
|
Date | 2016-10-18 12:51 | ||
From | Rory Walsh | ||
Subject | Re: Cabbage and MIDI IN | ||
The MIDI arpeggiator only works as a plugin. It won't run in standalone mode as Cabbage does not output any MIDI messages. If you wish to hear some funky arpeggiation you can try the Arpeggiator synth. Otherwise open the MID-Arp instrument and export it as a MIDI synth plugin. Then open it in your DAW and it should be fine. On 18 October 2016 at 12:39, Michael Gogins <michael.gogins@gmail.com> wrote:
|
Date | 2016-10-20 10:00 | ||
From | Andrea Strappa | ||
Subject | Re: Cabbage and MIDI IN | ||
Thanks for your suggestions. Andrea S. Il 18/10/2016 13:51, Rory Walsh ha
scritto:
|