Csound Csound-dev Csound-tekno Search About

[Csnd] csound-score-mode almost there

Date2026-06-25 01:18
FromLuq Tas <00000fa7b5cfaa13-dmarc-request@LISTSERV.HEANET.IE>
Subject[Csnd] csound-score-mode almost there
guess i can't tinker more any UX paradigm for this mode: https://github.com/luqtas/csound-score-emacs

last additions were a toggle between keyboard layouts (made a tiny tinker with my laptop keyboard, QWERTY hope you enjoy) and the ability to change the score-mode state into [G] [A] [L], which then csound-cycle will either cycle through values of a given column for that instrument, locally or globally (paragraphs/blank lines divide the logic), as well [A] for "all", which accounts cycle values from every instrument on the score

i5 0 5 10
i5 0 5 11

i5 0 5 10
i5 0 5 12

i3 0 5 17

[G] list for i5 (10, 11, 12)
[L] list for i5 (10, 11) or (10, 12)
[A] (10, 11, 12, 17)

another cool bit is using Python (couldn't install the Emacs vega package for a "native" solution) to draw graphics (using https://altair-viz.github.io/): example of a graph with notes occurrence across instruments: https://happort.org/temp ... does anyone knows or ever thought about some data visualization that could/can aid composition?

there are some corners to polish like an agnostic function to cycle through columns based on cursor position and the [L] actually being dynamically set, so it's possible to vanish some unique values but i guess that's where i'm settling with this experience... the graphs still need some tinker but i'll let cook some useful visualizations to happen, if any at all

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

Date2026-06-25 10:43
FromHlöðver Sigurðsson
SubjectRe: [Csnd] csound-score-mode almost there
very nice, emacs coming in strong there

On Thu, 25 Jun 2026 at 03:18, Luq Tas <00000fa7b5cfaa13-dmarc-request@listserv.heanet.ie> wrote:
guess i can't tinker more any UX paradigm for this mode: https://github.com/luqtas/csound-score-emacs

last additions were a toggle between keyboard layouts (made a tiny tinker with my laptop keyboard, QWERTY hope you enjoy) and the ability to change the score-mode state into [G] [A] [L], which then csound-cycle will either cycle through values of a given column for that instrument, locally or globally (paragraphs/blank lines divide the logic), as well [A] for "all", which accounts cycle values from every instrument on the score

i5 0 5 10
i5 0 5 11

i5 0 5 10
i5 0 5 12

i3 0 5 17

[G] list for i5 (10, 11, 12)
[L] list for i5 (10, 11) or (10, 12)
[A] (10, 11, 12, 17)

another cool bit is using Python (couldn't install the Emacs vega package for a "native" solution) to draw graphics (using https://altair-viz.github.io/): example of a graph with notes occurrence across instruments: https://happort.org/temp ... does anyone knows or ever thought about some data visualization that could/can aid composition?

there are some corners to polish like an agnostic function to cycle through columns based on cursor position and the [L] actually being dynamically set, so it's possible to vanish some unique values but i guess that's where i'm settling with this experience... the graphs still need some tinker but i'll let cook some useful visualizations to happen, if any at all

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