[Csnd] Tape Loops
Date | 2018-07-17 06:02 |
From | Steven Yi |
Subject | [Csnd] Tape Loops |
Attachments | tape_loops.csd |
Hi All, I was doing some live code practice this evening and was inspired to put together something in the tape loop style of Brian Eno. I've attached a CSD copy of the results which I've rather enjoyed having on in the background a while now. :) All best! steven 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-07-17 06:40 |
From | Pablo Frank |
Subject | Re: [Csnd] Tape Loops |
GREAT work! From: A discussion list for users of Csound <CSOUND@LISTSERV.HEANET.IE> on behalf of Steven Yi <stevenyi@GMAIL.COM>
Sent: Tuesday, July 17, 2018 5:02 AM To: CSOUND@LISTSERV.HEANET.IE Subject: [Csnd] Tape Loops Hi All,
I was doing some live code practice this evening and was inspired to put together something in the tape loop style of Brian Eno. I've attached a CSD copy of the results which I've rather enjoyed having on in the background a while now. :) All best! steven 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-07-17 06:50 |
From | Steven Yi |
Subject | Re: [Csnd] Tape Loops |
Attachments | tape_loops.csd |
Thanks! BTW: I noticed the version I posted here had some code deleted from the top (e.g., no CsOptions) and should have used ksmps=64 to match the live code environment. I've posted a corrected version to this email that also has slightly higher levels. On Tue, Jul 17, 2018 at 1:40 AM Pablo Frank |
Date | 2018-07-17 11:41 |
From | Rory Walsh |
Subject | Re: [Csnd] Tape Loops |
Very nice Steven ;) On 17 July 2018 at 06:50, Steven Yi <stevenyi@gmail.com> wrote: Thanks! |
Date | 2018-07-18 22:00 |
From | Richard |
Subject | Re: [Csnd] Tape Loops |
I am getting the following errors trying to run this csd: (this is csound 6.09.1 on OS X...) UnifiedCSD: tape_loops.csd STARTING FILE Creating options Creating orchestra Creating score rtaudio: PortAudio module enabled ... using callback interface rtmidi: PortMIDI module enabled error: perf-pass statements illegal in header blk (=._) sorting score ... ... done graphics suppressed, ascii substituted 0dBFS level = 1.0 INIT ERROR in instr 0: array-variable types do not match gi_scale_minor =._ #k0[] INIT ERROR in instr 0: array-variable not initialised gi_cur_scale =.I gi_scale_minor header init errors Richard On 17/07/18 07:50, Steven Yi wrote: > Thanks! > > BTW: I noticed the version I posted here had some code deleted from > the top (e.g., no CsOptions) and should have used ksmps=64 to match > the live code environment. I've posted a corrected version to this > email that also has slightly higher levels. > > On Tue, Jul 17, 2018 at 1:40 AM Pablo Frank |
Date | 2018-07-18 22:17 |
From | Steven Yi |
Subject | Re: [Csnd] Tape Loops |
I think there must be a problem with using 6.09.1. You can copy lines 51-105 and paste it into live.csound.com, select all, and use ctrl-e to evaluate and run it. On Wed, Jul 18, 2018 at 5:00 PM Richard |
Date | 2018-07-20 11:55 |
From | Richard |
Subject | Re: [Csnd] Tape Loops |
I tried that, but no sound. I get this in the console output: orch now loaded CsoundNode.js:58 audio buffered in 256 sample-frame blocks CsoundNode.js:58 SECTION 1: CsoundNode.js:58 Parsing failed due to no input! CsoundNode.js:58 Stopping on parser failure[m CsoundNode.js:58 [mParsing failed due to no input! CsoundNode.js:58 Stopping on parser failure[m CsoundNode.js:58 [mParsing failed due to no input! CsoundNode.js:58 Stopping on parser failure[m BTW, is this Csound web stuff described somewhere? Richard On 18/07/18 23:17, Steven Yi wrote: > I think there must be a problem with using 6.09.1. You can copy lines > 51-105 and paste it into live.csound.com, select all, and use ctrl-e > to evaluate and run it. > On Wed, Jul 18, 2018 at 5:00 PM Richard |
Date | 2018-07-20 15:20 |
From | Steven Yi |
Subject | Re: [Csnd] Tape Loops |
I think this means you did not select any code before using ctrl-e? I get the same error messages in the console if I don't select code and press ctrl-e here at least. I'm in the middle redoing the interface for live.csound.com at the moment to include a documentation pane and links to examples. (Heavily inspired by Charlie Roberts' work.) The comments in the code when you first load live.csound.com explain the basic "select code, then use ctrl-e to evaluate" operation. The website should be changing a bit over the next few days, but I'll announce here once the site changes are somehwhat complete. On Fri, Jul 20, 2018 at 6:55 AM Richard |
Date | 2018-07-20 17:10 |
From | Richard |
Subject | Re: [Csnd] Tape Loops |
Nice! Works fine. I hope web csound can also be used for non live coding ;-) Like in combination with p5js sliders etc... Richard On 20/07/18 16:20, Steven Yi wrote: > I think this means you did not select any code before using ctrl-e? I > get the same error messages in the console if I don't select code and > press ctrl-e here at least. > > I'm in the middle redoing the interface for live.csound.com at the > moment to include a documentation pane and links to examples. (Heavily > inspired by Charlie Roberts' work.) The comments in the code when you > first load live.csound.com explain the basic "select code, then use > ctrl-e to evaluate" operation. The website should be changing a bit > over the next few days, but I'll announce here once the site changes > are somehwhat complete. > On Fri, Jul 20, 2018 at 6:55 AM Richard |
Date | 2018-07-20 17:29 |
From | Steven Yi |
Subject | Re: [Csnd] Tape Loops |
Well as you already know, you can always make your own music applications using just html. The live.csound.com site is one specifically for the csound-live-code project and designed for that library. Ed and I are working on a separate web Csound IDE (https://github.com/csound/web-ide). It's in preliminary stages as we're both very swamped with work, but the goal is to have projects with CSD/ORC/SCO files, other resources, etc. It'll have a more desktop-like workflow but will support live coding too. User-defined UI is definitely not a part of the first planned phases. Probably quicker to make a Web Page with p5 and Csound directly in most cases. You'd get a lot more control anyways of how to wire up things. On Fri, Jul 20, 2018 at 12:09 PM Richard |