Closed rubenphilipp closed 1 year ago
That’s an interesting case Ruben. test-event-write-xml checks that grace notes are rendered correctly and I’ve just opened the xml file generated from that and confirmed that the grace notes are fine. So this is caused by making a grace note on-the-fly and adding to the sc object. The culprit was xml-simple-rhythm called by write-xml in the rhythm class and a simple change of logic/call order handled your (nicely obscure!) case. BTW glad to see you’re heading back to C Major with a hint of subdominant ;-). Thanks and best, Michael
Thank you for your "quick fix", Michael, and apologise my late response. I already suspected some logic error (as it has been the case in player ambitus -- commit d1bd8856f5bc27db429cf02f699efd9d4b1831b2, if you remember), but have not been bold enough to put my hands onto such a vital part of slippery-chicken myself without having posed this question to the "agora". Anyway, it confirms my assumptions that grace notes are somewhat "below the radar". ;)
Greetings Ruben
PS: Thanks a lot for you compliments on my piece. It demanded some courage on my part to depart that far from solid earth.
PPS: Of course, I have tested the most recent commit on my system both with the given œuvre and a more complex composition. Both tests, as well as the RTs passed. Hence, this issue might be closed.
Yeah, logic boards get a bit gummed up when they’re old ;-)
Grace notes are a little under the radar, it’s true, simply because they’re not used very often. If you want to hammer away at them with some new tests, have at it and check them in. This peculiar case was caused by the grace notes not being in rthm-seqs though—shouldn’t happen, but did ;-)
Best, Michael
On 27 Sep 2023, at 22:09, Ruben Philipp @.***> wrote:
Thank you for your "quick fix", Michael, and apologise my late response. I already suspected some logic error (as it has been the case in player ambitus -- commit d1bd885 https://github.com/mdedwards/slippery-chicken/commit/d1bd8856f5bc27db429cf02f699efd9d4b1831b2, if you remember), but have not been bold enough to put my hands onto such a vital part of slippery-chicken myself without having posed this question to the "agora". Anyway, it confirms my assumptions that grace notes are somewhat "below the radar". ;)
Greetings Ruben
PS: Thanks a lot for you compliments on my piece. It demanded some courage on my part to depart that far from solid earth.
— Reply to this email directly, view it on GitHub https://github.com/mdedwards/slippery-chicken/issues/69#issuecomment-1738009514, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC3IOITRM5UVMEYNA4OQV6LX4SBZLANCNFSM6AAAAAA5DTVVKY. You are receiving this because you commented.
I am glad, that we are talking about software here… I have just added a RT to the suite which works fine on my machine.
Best Ruben
Nice! Thanks Ruben.
On 30 Sep 2023, at 16:28, Ruben Philipp @.***> wrote:
I am glad, that we are talking about software here… I have just added a RT to the suite which works fine on my machine.
Best Ruben
— Reply to this email directly, view it on GitHub https://github.com/mdedwards/slippery-chicken/issues/69#issuecomment-1741778191, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC3IOIWMWEJHEWV5VDBRE2DX5AUCBANCNFSM6AAAAAA5DTVVKY. You are receiving this because you commented.
You’re welcome.
Best Ruben
Am 02.10.2023 um 11:35 schrieb Michael Edwards @.***>:
Nice! Thanks Ruben.
On 30 Sep 2023, at 16:28, Ruben Philipp @.***> wrote:
I am glad, that we are talking about software here… I have just added a RT to the suite which works fine on my machine.
Best Ruben
— Reply to this email directly, view it on GitHub https://github.com/mdedwards/slippery-chicken/issues/69#issuecomment-1741778191, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC3IOIWMWEJHEWV5VDBRE2DX5AUCBANCNFSM6AAAAAA5DTVVKY. You are receiving this because you commented.
— Reply to this email directly, view it on GitHub https://github.com/mdedwards/slippery-chicken/issues/69#issuecomment-1742697277, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC7525XP7LVDKGNLKUKJRUTX5KDF3ANCNFSM6AAAAAA5DTVVKY. You are receiving this because you authored the thread.
Hello Michael,
oddly, I have encountered a (hopefully) reproducible error which occurs when adding a bar containing grace-notes to a slippery-chicken piece via the
insert-bar
method and trying to export the data viawrite-xml
. The resulting error-message is as follows:Below is a tiny sc-piece I was able to reproduce the error with. NB: midi-play, cmn-display, lp-display et al. work as expected...
I did not have time yet to investigate this further. Hence, I am posting this as you might have a clue why this is happening.
Best, Ruben