[Csnd] ever heard of FAUST? and how do you get it to work? (windows 7)
Date | 2012-11-05 22:44 |
From | Cacophony7 |
Subject | [Csnd] ever heard of FAUST? and how do you get it to work? (windows 7) |
I heard of another language called FAUST and I want to get my hands on it but don't know how. those tar.gz files don't help even though I can open them. It's supposed to work on Windows but I just can't figure it out. -- View this message in context: http://csound.1045644.n5.nabble.com/ever-heard-of-FAUST-and-how-do-you-get-it-to-work-windows-7-tp5717703.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2012-11-05 23:15 |
From | Alex AB |
Subject | Re: [Csnd] ever heard of FAUST? and how do you get it to work? |
Hello, last time I looked, the Windows binaries were for an older version. They have an online compiler on their website that you can use, whatever your system may be, so that may be a good place to start exploring the language. As a beginner in programming, I find that their language is totally different from the imperative way of doing things in CSound, or C. I started working on their introduction material some months ago, and while Faust seems very promising, I had a hard time wrapping my mind around the language and expand on the tutorial level examples. After trying a few things, I decided it was maybe a bit too much of a leap for me, and started to learn Scheme in order to come to grips with the functionnal way of doing things that is also used in Faust. I'll give it an other go when I feel more confident with functional programming. Your mileage will of course vary, and I certainly don't want to put you off from having a go at it. If you can lay your hands on a Linux computer, you'll find that Faust may already be part of the distribution you'll be using, or that the source may be built without too much hassle. I tried building Faust on Win7 last year, and never managed to do so, even by using the VC++ project that can be found on their site. There was also a project to compile Faust using the Qt IDE, and that didn't work for me either. You can open .tar.gz files on windows by using 7zip. Hope that helps. Alexandre. On 5 November 2012 23:44, Cacophony7 <michaelsparks37@gmail.com> wrote: I heard of another language called FAUST and I want to get my hands on it but |
Date | 2012-11-05 23:57 |
From | Cacophony7 |
Subject | [Csnd] Re: ever heard of FAUST? and how do you get it to work? |
well I tried to get on the faust users mailing list but my browser sais that my default mail client is not properly installed. What do I do? -- View this message in context: http://csound.1045644.n5.nabble.com/ever-heard-of-FAUST-and-how-do-you-get-it-to-work-windows-7-tp5717703p5717705.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2012-11-06 09:08 |
From | "Jacques Leplat" |
Subject | Re: [Csnd] Re: ever heard of FAUST? and how do you get it to work? |
----- Original Message ----- From: "Cacophony7" |
Date | 2012-11-06 09:25 |
From | Rory Walsh |
Subject | Re: [Csnd] Re: ever heard of FAUST? and how do you get it to work? |
I have to admit that their online compiler is one of the coolest things I've seen in a while! Makes me kind of want to learn faust... |
Date | 2012-11-06 09:25 |
From | Rory Walsh |
Subject | Re: [Csnd] Re: ever heard of FAUST? and how do you get it to work? |
Buy why no Csound output format? |
Date | 2012-11-06 09:28 |
From | Cacophony7 |
Subject | [Csnd] Re: ever heard of FAUST? and how do you get it to work? |
Well I tried downloading Mozilla Thunderbird but it wont let me write the body of the message so I said hello using gmail. No response yet. Maybey tommorow (actually it's past 12:00). -- View this message in context: http://csound.1045644.n5.nabble.com/ever-heard-of-FAUST-and-how-do-you-get-it-to-work-windows-7-tp5717703p5717713.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2012-11-06 09:33 |
From | Rory Walsh |
Subject | Re: [Csnd] Re: ever heard of FAUST? and how do you get it to work? |
Why not just use the on-line compiler? No need to download anything, apart from the generated binaries. If your code compiles Ok that is.. |
Date | 2012-11-06 09:44 |
From | Cacophony7 |
Subject | [Csnd] Re: ever heard of FAUST? and how do you get it to work? |
I find the on-line compiler confusing. I see the code but I can't get sound out of it. What do I click on? -- View this message in context: http://csound.1045644.n5.nabble.com/ever-heard-of-FAUST-and-how-do-you-get-it-to-work-windows-7-tp5717703p5717715.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2012-11-06 09:52 |
From | Rory Walsh |
Subject | Re: [Csnd] Re: ever heard of FAUST? and how do you get it to work? |
As far as I know Faust doesn't work like Csound. When you run Faust code, Faust generates C++ code which can then be compiled into binary data in the form of a Pure Data object, a VST library, etc. users then open Pd for example, and experiment with the binary object. If they wish to change some aspect of the object they just rewrite some of their code and rebuild. It might sound long-winded but in the demos I've seen of Faust in action it's all quite fast. On 6 November 2012 09:44, Cacophony7 |