Hi Jingjie Zhang,
Thanks for your suggestion ! We have updated the faust2w32xxx scripts
accordingly.
Yann
-----
Yann Orlarey
Directeur scientifique
www.grame.fr
2016-06-08 16:17 GMT+02:00 Jingjie Zhang <jingjiezhan...@fudan.edu.cn>:
>
> I solved the second problem:
> Declarations must be made so that they can be used in generating a VST
> plugin.
>
> The two most important declarations are:
> declare name "MyProgram";
> declare author "MySelf";
>
> The generated VST plugin will have the following names:
> Plugin Name: "MyProgram"
> Company Name: "MySelf"
>
>
> Best regards,
> Jingjie Zhang
>
> -----原始邮件-----
> 发件人: "Jingjie Zhang" <jingjiezhan...@fudan.edu.cn>
> 发送时间: 2016-06-05 14:46:22 (星期日)
> 收件人: orla...@grame.fr
> 抄送: faudiostream-devel@lists.sourceforge.net
> 主题: Problem Report about the "faust2w32vst" Command
>
>
> Mr. Orlarey,
>
>
> Thank you for taking time to read this.
> I would like to report some problems about the "faust2w32vst" command.
>
> These days I am trying to use "faust2w32vst" to generate a Win32 VST
> plugin on Linux.
> At first I created a plugin without any error report in terminal, but my
> DAW on Windows cannot recognize it.
>
> Then I had a look at the "faust2w32vst" script:
>
> 24 : ${MINGWPREFIX = "i686-w64-mingw32-"}
> 25 CXX = "${MINGWPREFIX}g++"
> 26 (which "$CXX" > /dev/null) || (echo "MingW compiler $CXX not
> found"; exit 1)
> 27 DLLWRAP = "${MINGWPREFIX}dllwrap --target = i386-mingw32"
> 28 STRIP = "${MINGWPREFIX}strip"
>
> I found that in line 27 the target is "i386-mingw32" rather than
> "i686-w64-mingw32".
> So I tried replacing the "i386-mingw32" with "i686-w64-mingw32" and it
> worked. My DAW successfully recognize the plugin generated.
>
> According to git blame, "faust2w32vst" was written by you, so I think I
> should report this to you.
>
> What's more, after I tested the generated VST plugin, I found two problems:
> (1)About GUI: The "hslider" and "vslider" works well, but the "hbargraph"
> and "vbargraph" cannot be displayed.
> (2)About Plugin Names:
> Every generated plugin has the same name and company:
> Plugin Name: "Effect Name goes here"
> Company Name: "Vendor String goes here"
>
> Thus, is there any way to do something about these two problems?
>
>
> Best regards,
> Jingjie Zhang
>
>
>
>
>
>
>
>
>
>
>
> ------------------------------------------------------------------------------
> What NetFlow Analyzer can do for you? Monitors network bandwidth and
> traffic
> patterns at an interface-level. Reveals which users, apps, and protocols
> are
> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
> J-Flow, sFlow and other flows. Make informed decisions using capacity
> planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
> _______________________________________________
> Faudiostream-devel mailing list
> Faudiostream-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/faudiostream-devel
>
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are
consuming the most bandwidth. Provides multi-vendor support for NetFlow,
J-Flow, sFlow and other flows. Make informed decisions using capacity
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
Faudiostream-devel mailing list
Faudiostream-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-devel