Many thanks, Kevin. I'll give that a try tomorrow, (Bedtime now (:-/)) -- Pete -- On Wed, May 27, 2020 at 01:47:36AM -0400, Kevin Welsh wrote: > I'm new to using the web-ide... but this made me think: if it doesn't > already exist, perhaps there should be a way to link to a flat files in a > project? People could use that to download files in cases like this. Or > maybe if a non-compliant web browser is detected, a static page linking > straight to the flat files of a project is displayed? That seems like it > would be incredibly useful in certain cases. > > Anyways, here's a copy-paste of the orc. The sco is empty, since other > than the always on reverb all notes were being triggered via MIDI: > sr=44100 > ksmps=32 > 0dbfs=1 > nchnls=2 > > ga1 init 0 > ga2 init 0 > > instr 1 > icps = cpsmidi() > ivel = ampmidi(20) > print ivel > iamp = ampdbfs(-20 + ivel) > ipan = 0.5 > ipch = icps > > kpw = lfo(0.07, 0.3) + 0.5 > > asig = vco2(iamp, ipch, 2, kpw) > asig += vco2(iamp, ipch * cent(linsegr(25, 1, 5, 1, 5)), 2, kpw) > asig = zdf_2pole(asig, cpsoct(linsegr(11, .2, 10, 2, 8, 2, 8)), 0.5) > > asig *= linsegr(0, 0.1, 1, 0.5, 0.5, 0.25, 0) * 0.5 > > al, ar pan2 asig, ipan > > out(al, ar) > > ga1 += al > ga2 += ar > endin > > instr Mixer > a1, a2 reverbsc ga1, ga2, 0.70, 7000 > > a1 *= 0.1 > a2 *= 0.1 > > out(a1, a2) > ga1 = 0 > ga2 = 0 > endin > > schedule("Mixer", 0, -1) > > > > On Wed, May 27, 2020 at 1:05 AM Pete Goodeve > wrote: > > > Any chance of getting a straight csd? I don't have access to > > a Chrome browser, and I can't find any way of seeing the actual > > code. > > > > Thanks, > > -- Pete -- > > > > On Tue, May 26, 2020 at 03:45:50PM -0400, Steven Yi wrote: > > > Hi All, > > > > > > I thought I'd share a fun patch: > > > > > > https://ide.csound.com/editor/eLS7LNNEcOfyd87tuQEg > > > > > > It's a MIDI instrument implementing Lyle Mays' Ocarina Sound based on the > > > article: > > > > > > > > https://www.musicradar.com/how-to/the-art-of-synth-soloing-how-to-get-lyle-mays-signature-synth-sound > > > > > > If you're on a chrome-based browser and have a MIDI keyboard connected, > > you > > > should be able to load the project, press play, then play away on the > > > keyboard. Some of the values were done by ear and just experimenting. > > I've > > > always loved Lyle Mays' parts on Pat Metheny records and it was nice to > > get > > > a reasonably close sound. > > > > > > Cheers! > > > 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 > > > > 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 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