Re: [Faudiostream-users] [Faudiostream-devel] Portingstuff to Windows 64 bit

2016-03-01 Thread Albert Graef
On Tue, Mar 1, 2016 at 3:57 PM, alfonso santimone <
alfonso.santim...@gmail.com> wrote:

> - Albert Graef's faust-vst for Win 32/64.
>

Yeah, unfortunately, I haven't had the time to work on the Windows side of
things for quite some time, and that's unlikely to change in the near
future.

The important parts there are the (bash) shell script faust2faustvst and
the architecture faustvst.cpp. I'm afraid that the C++ code is geared
towards gcc/clang right now, so other compilers surely need some work. In
the faust-vst repo there's also a (GNU) Makefile for compiling the sample
plugins, but it's not essential (only the script and the architecture are
included in the Faust distribution).

The easiest route to port this is obviously via mingw, that's how I would
go about it. But if you find a way to make it work with VS, that would
certainly be appreciated by Windows users.

The central faust-vst repo where I do all the development is on Bitbucket:
https://bitbucket.org/agraef/faust-vst. Workflow is pretty much the same as
on Github (if you have an account there then you can fork the repo and do a
pull request with a few clicks).

Contributions are always welcome. :) Just make sure that you don't break
Linux and Mac compatibility with your changes.

Good luck,
Albert

-- 
Dr. Albert Gr"af
Computer Music Research Group, JGU Mainz, Germany
Email:  aggr...@gmail.com
WWW:https://plus.google.com/+AlbertGraef
--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users


Re: [Faudiostream-users] [Faudiostream-devel] Portingstuff to Windows 64 bit

2016-03-01 Thread alfonso santimone
I see that there's is a prebuilt binary for LLVM Win 64 bit here...
http://llvm.org/releases/3.7.1/LLVM-3.7.1-win64.exe
So i guess compile on Win 64 is doable!
great.

www.elgallorojorecords.com
soundcloud.com/alfonsosantimone
www.facebook.com/alfonsosantimone

On Tue, Mar 1, 2016 at 5:09 PM, alfonso santimone <
alfonso.santim...@gmail.com> wrote:

> Thanks Stephane.
> Do you mean sourceforge and various github places?
>
> a.
>
> www.elgallorojorecords.com
> soundcloud.com/alfonsosantimone
> www.facebook.com/alfonsosantimone
>
> On Tue, Mar 1, 2016 at 4:13 PM, Stéphane Letz  wrote:
>
>> They are already Microsoft VS projects (32 bits) at several places, you
>> may start with them. For faustgen~ you'll have to also compile LLVM and
>> other dependancies.
>>
>> Stéphane
>>
>> Le 1 mars 2016 à 15:57, alfonso santimone 
>> a écrit :
>>
>> > Hi all,
>> > i realized that in the Faust community does not seems to be so much
>> activity in the Windows OS area.
>> > Things i miss :
>> >
>> > - faustgen~ for Windows 64 bit
>> > - VST/i export for Windows 64 bit
>> > - Supercollider export for both Win 32/64
>> > - Csound export for Win 32/64.
>> > - Albert Graef's faust-vst for Win 32/64.
>> >
>> > I guess that the reason is that there's no a VStudio solution and most
>> of the sources are based on Xcode or MinGW.
>> >
>> > Given that i have a VS version installed i would like to help porting
>> all this stuff to Win 32/64.
>> > Is there any resource on hot to setup all the faust sources and
>> dependencies?
>> > I would really like to help!
>> >
>> > many thanks and all the best
>> >
>> > a.
>> >
>> > www.elgallorojorecords.com
>> > soundcloud.com/alfonsosantimone
>> > www.facebook.com/alfonsosantimone
>> >
>> --
>> > Site24x7 APM Insight: Get Deep Visibility into Application Performance
>> > APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
>> > Monitor end-to-end web transactions and take corrective actions now
>> > Troubleshoot faster and improve end-user experience. Signup Now!
>> >
>> http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140___
>> > Faudiostream-devel mailing list
>> > faudiostream-de...@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/faudiostream-devel
>>
>>
>
--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users


Re: [Faudiostream-users] [Faudiostream-devel] Portingstuff to Windows 64 bit

2016-03-01 Thread alfonso santimone
Thanks Stephane.
Do you mean sourceforge and various github places?

a.

www.elgallorojorecords.com
soundcloud.com/alfonsosantimone
www.facebook.com/alfonsosantimone

On Tue, Mar 1, 2016 at 4:13 PM, Stéphane Letz  wrote:

> They are already Microsoft VS projects (32 bits) at several places, you
> may start with them. For faustgen~ you'll have to also compile LLVM and
> other dependancies.
>
> Stéphane
>
> Le 1 mars 2016 à 15:57, alfonso santimone  a
> écrit :
>
> > Hi all,
> > i realized that in the Faust community does not seems to be so much
> activity in the Windows OS area.
> > Things i miss :
> >
> > - faustgen~ for Windows 64 bit
> > - VST/i export for Windows 64 bit
> > - Supercollider export for both Win 32/64
> > - Csound export for Win 32/64.
> > - Albert Graef's faust-vst for Win 32/64.
> >
> > I guess that the reason is that there's no a VStudio solution and most
> of the sources are based on Xcode or MinGW.
> >
> > Given that i have a VS version installed i would like to help porting
> all this stuff to Win 32/64.
> > Is there any resource on hot to setup all the faust sources and
> dependencies?
> > I would really like to help!
> >
> > many thanks and all the best
> >
> > a.
> >
> > www.elgallorojorecords.com
> > soundcloud.com/alfonsosantimone
> > www.facebook.com/alfonsosantimone
> >
> --
> > Site24x7 APM Insight: Get Deep Visibility into Application Performance
> > APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
> > Monitor end-to-end web transactions and take corrective actions now
> > Troubleshoot faster and improve end-user experience. Signup Now!
> >
> http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140___
> > Faudiostream-devel mailing list
> > faudiostream-de...@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/faudiostream-devel
>
>
--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users