[Csnd] Cscore paradigms
Date | 2025-06-25 21:23 |
From | Lucas Ceccon Martinelli <00000fa7b5cfaa13-dmarc-request@LISTSERV.HEANET.IE> |
Subject | [Csnd] Cscore paradigms |
hi. i was lurking at the mailing-list history hoping i would find some discussion about Cscore. i think i didn't found a better abstraction to play with. specially if one wants to deviate from the standard 12 notes. the legibility of cpsxpch is superb. the thing that bothered me the most is however was the + and ^ signs. which work fine for a single instrument but adding any other (instrument) later, makes the whole experience a guess work. i managed to overcome this by my rookie functions on Emacs (see my last comment here, they sum p2 and p3 and add to the next line or when adding a new note [duplicating a line] etc.; https://github.com/hlolli/csound-mode/issues/34#issuecomment-2906940539). other than that, a tracker style scroll would be cool, so one can check which instruments are playing at the same time with less effort. procedural interpolation for linen or linseg etc. with some [syntax shenanigans] at the score... please this isn't a request or anything. i was just curious what discussion we had on this topic. i truly feel a code-driven approach is the beast on large intervals visualization and microtonal notes, as an octave divided in 99 in a piano-roll or sheet is certainly not pleasant to imagine. if you have any link to point me up or thought, please share. i'm yet to create a post on microtonal communities about Cscore as a tool on this black and white piano-roll daw world index is my try on a fugue with the octave divided in 13. i'm having a hard time on this fugue bit 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 | 2025-06-25 21:47 |
From | "Jeanette C." |
Subject | Re: [Csnd] Cscore paradigms |
Hi Lucas, would it help you to consider other approaches, perhaps? Csound can be driven by MIDI and it has opcodes to translate MIDI to microtonal notes. There are a few ways. Then you can drive a Csound piece from instruments. You could also record or write note information to files and read them as ftables. Additionally, Csound can receive OSC and I think there was another Score language that can be processed or converted to classic csScore. It's not what you asked for. Perhaps it can still help? Best wishes, Jeanette -- * Website: http://juliencoder.de - for summer is a state of sound * Youtube: https://www.youtube.com/channel/UCMS4rfGrTwz8W7jhC1Jnv7g * Audiobombs: https://www.audiobombs.com/users/jeanette_c * GitHub: https://github.com/jeanette-c you made me realize..not to compromise the fact that you and i should meet... <3 (Britney Spears) 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 | 2025-07-14 19:27 |
From | Aaron Krister Johnson |
Subject | Re: [Csnd] Cscore paradigms |
Lucas, My own microcsound was my own solution to writing microtonal music. It translates an intuitive text-based score syntax into a lower-level Csound .sco file. https://github.com/akjmicro/microcsound On Wed, Jun 25, 2025 at 1:23 PM Lucas Ceccon Martinelli <00000fa7b5cfaa13-dmarc-request@listserv.heanet.ie> wrote: hi. i was lurking at the mailing-list history hoping i would find some discussion about Cscore. |