[Csnd] Six Fantasies Machine
Date | 2018-10-26 08:02 |
From | Andreas Bergsland |
Subject | [Csnd] Six Fantasies Machine |
Hi I thought I might share that I have got an old project of mine using LPC, the Six Fantasies Machine, up and running (at least on OSX) on the latest release after being broken since ver. 5.10. The instrument can produce a range of sounds similar to those found in Paul Lansky’s classic computer music composition Six Fantasies on a Poem by Thomas Campion from 1979. Links to code, sound examples and a NIME paper: http://folk.ntnu.no/andbe/SFM.htm All the best,
Andreas
-- Andreas Bergsland Associate professor - førsteamanuensis Study Programme Leader - studieprogramleder Music Technology Programme - Musikkteknologiseksjonen Department of Music - Institutt for musikk Olavskvartalet NTNU (Norwegian University of Science and Technology) 7491 Trondheim, NORWAY Visiting address/besøksadresse: Fjordgt.1 (3.etg.) e-mail: andreas.bergsland@ntnu.no Office phone (Skype for business):7359 0096 Mobil: 4566 3316 |
Date | 2018-10-26 14:29 |
From | jpff |
Subject | Re: [Csnd] Six Fantasies Machine |
It compiles and runs on Linux after adjusting -odac but total silence whatever I do. Could you give a short cookbook as what to click? Actually been here before and alll I got was silence. On Fri, 26 Oct 2018, Andreas Bergsland wrote: > > Hi > > I thought I might share that I have got an old project of mine using LPC, the > Six Fantasies Machine, up and running (at least on OSX) on the latest release > after being broken since ver. 5.10. The instrument can produce a range of > sounds similar to those found in Paul Lansky’s classic computer music > composition Six Fantasies on a Poem by Thomas Campion from 1979. > > Links to code, sound examples and a NIME paper: > http://folk.ntnu.no/andbe/SFM.htm > > All the best, > > Andreas > > > > -- > > Andreas Bergsland > > > > Associate professor - førsteamanuensis > > Study Programme Leader - studieprogramleder > > Music Technology Programme - Musikkteknologiseksjonen > > Department of Music - Institutt for musikk > > Olavskvartalet > > NTNU (Norwegian University of Science and Technology) > > 7491 Trondheim, NORWAY > > > > Visiting address/besøksadresse: Fjordgt.1 (3.etg.) > > e-mail: andreas.bergsland@ntnu.no > > Office phone (Skype for business):7359 0096 > > Mobil: 4566 3316 > > http://folk.ntnu.no/andbe > > https://www.vibra.no/ > > https://www.ntnu.edu/artec > > Csound mailing list Csound@listserv.heanet.ie > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to > https://github.com/csound/csound/issues Discussions of bugs and features can > be posted here > Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here |
Date | 2018-10-26 14:42 |
From | Francois PINOT |
Subject | Re: [Csnd] Six Fantasies Machine |
When I try to run it here on linux, it get this error: instr 91: ifn = 102.000cannot load lpc/Rose_cheeked_Lawra_17,3dB_14k-cut[i]_20_500.lp Anyway it's nice to show your code Thanks François Le ven. 26 oct. 2018 à 09:02, Andreas Bergsland <andreas.bergsland@ntnu.no> a écrit :
|
Date | 2018-10-27 11:00 |
From | Andreas Bergsland |
Subject | Re: [Csnd] Six Fantasies Machine |
Hi Francois It might been a missing file. I checked the lpc folder and found some hadn’t been uploaded. Sorry about that. Could you try cloning again, or just downloading the files in the lpc folder? Best, Andreas From: A discussion list for users of Csound <CSOUND@LISTSERV.HEANET.IE> on behalf of Francois PINOT <fggpinot@GMAIL.COM>
When I try to run it here on linux, it get this error: instr 91: ifn = 102.000
Anyway it's nice to show your code
Thanks
François
Le ven. 26 oct. 2018 à 09:02, Andreas Bergsland <andreas.bergsland@ntnu.no> a écrit :
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here |
Date | 2018-10-27 11:10 |
From | Andreas Bergsland |
Subject | Re: [Csnd] Six Fantasies Machine |
Thanks for trying it out on Linux. Please add some missing files from the lpc folder that I must have missed (now on github). And make sure you give it the absolute path when you run from terminal: csound --omacro:Path=/Full/Path/Here SFM.csd Then you should hear sound when you press Play. I uploaded the 2009 win-version manual. Even if the install instructions doesn't apply, it should give you a good idea about how it works. Unfortunately I don't have access to a Linux machine to test it. Best, Andreas On 26/10/2018, 15:30, "A discussion list for users of Csound on behalf of jpff" |
Date | 2018-10-27 12:50 |
From | Francois PINOT |
Subject | Re: [Csnd] Six Fantasies Machine |
Now it works like a charm: Linux Ubuntu 18.04, Csound 6.12 built from sources. Thanks François Le sam. 27 oct. 2018 à 12:10, Andreas Bergsland <andreas.bergsland@ntnu.no> a écrit : Thanks for trying it out on Linux. |
Date | 2018-11-15 04:49 |
From | Nathan Holmes |
Subject | Re: [Csnd] Six Fantasies Machine |
I'm pretty late replying to this since I haven't been checking the list regularly, but I wanted to report that I got it working on Windows 10 (Csound 6.12) with no trouble. I also wanted to just say thanks for sharing this, since I've long been a fan of Lansky's Six Fantasies, and I've been meaning to get around to exploring similar LPC use in Csound more myself. So this is a great tool to play around with. Great sound examples on your site, too. On Sat, Oct 27, 2018 at 4:50 AM Francois PINOT <fggpinot@gmail.com> wrote:
|
Date | 2018-11-15 11:44 |
From | Andreas Bergsland |
Subject | Re: [Csnd] Six Fantasies Machine |
Hi Nathan Thanks for checking it out on win and for the good words! Best, Andreas From: A discussion list for users of Csound <CSOUND@LISTSERV.HEANET.IE> on behalf of Nathan Holmes <nholmes.composer@GMAIL.COM>
I'm pretty late replying to this since I haven't been checking the list regularly, but I wanted to report that I got it working on Windows 10 (Csound 6.12) with no trouble. I also wanted to just say thanks for sharing this, since I've long been a fan of Lansky's Six Fantasies, and I've been meaning to get around to exploring similar LPC use in Csound more myself. So this is a great tool to play around with. Great sound examples on your site, too.
On Sat, Oct 27, 2018 at 4:50 AM Francois PINOT <fggpinot@gmail.com> wrote:
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here |