Hi, Yann!

Thanks for quick reply!

Unfortunately I do not have GUI implementation experience.


In addition, I would like to report that the faust2faustvst script is not 
involved in my Faust 0.9.73 Linux distribution, but I will try to get it from 
another version of Faust.


Best regards,
Jingjie Zhang

-----原始邮件-----
发件人:"Yann Orlarey" <orla...@grame.fr>
发送时间:2016-06-10 02:32:20 (星期五)
收件人: "Jingjie Zhang" <jingjiezhan...@fudan.edu.cn>
抄送: "faudiostream-devel@lists.sourceforge.net" 
<faudiostream-devel@lists.sourceforge.net>
主题: Re: [Faudiostream-devel] Problem Report about the "faust2w32vst" Command


Hi Jingjie,


I just checked the vst.cpp architecture file used by faust2w32vst. It imports 
faust/vst/vstui.h that just ignores the bargraphs ! If you are willing to 
implement the bargraphs this is were to look (line 449).


There is another VST architecture file developed recently by Albert Gräf : 
faustvst.cpp. The building script is faust2faustvst. But it requires Qt for the 
user interface. Therefore it will have to be adapted to cross compile for 
windows.


Unfortunately in both cases there is a little bit of work to be done...


Cheers


Yann


Yann Orlarey


Directeur scientifique
www.grame.fr







2016-06-09 19:20 GMT+02:00 Jingjie Zhang <jingjiezhan...@fudan.edu.cn>:

Hi, Yann!

I am glad I could help!


By the way, is there any way currently to solve the displaying problem of 
"hbargraph" and "vbargraph"?


Best regards,
Jingjie Zhang

-----原始邮件-----
发件人:"Yann Orlarey" <orla...@grame.fr>
发送时间:2016-06-09 18:09:05 (星期四)
收件人: "Jingjie Zhang" <jingjiezhan...@fudan.edu.cn>
抄送: "faudiostream-devel@lists.sourceforge.net" 
<faudiostream-devel@lists.sourceforge.net>
主题: Re: [Faudiostream-devel] Fw: Problem Report about the "faust2w32vst" Command


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








------------------------------------------------------------------------------
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

Reply via email to