Closed ramseyball closed 2 years ago
I've hidden this block under options.melody
until the codegen is in place.
Thanks!
Get Outlook for iOShttps://aka.ms/o0ukef
From: Peli de Halleux @.> Sent: Thursday, October 20, 2022 1:18:16 PM To: microsoft/microcode @.> Cc: ramseyball @.>; Author @.> Subject: Re: [microsoft/microcode] melody field editor ready for code gen (Issue #325)
I've hidden this block under options.melody until the codegen is in place.
— Reply to this email directly, view it on GitHubhttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fmicrosoft%2Fmicrocode%2Fissues%2F325%23issuecomment-1285896784&data=05%7C01%7C%7Cb1b8797ca5cf458bf85908dab2bf1401%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C638018830984840602%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=Ets9auwv3BVueu6KvoXWP7ksVV7sPnV8B4i0fNr70eA%3D&reserved=0, or unsubscribehttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAARF5JUDKKNZLXVL2IZOXMDWEF5FRANCNFSM6AAAAAARKEDKO4&data=05%7C01%7C%7Cb1b8797ca5cf458bf85908dab2bf1401%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C638018830984840602%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=vDL5BUMtDNjwHbl3dY8kbf18JCvcTfUjjbwnAJfJia4%3D&reserved=0. You are receiving this because you authored the thread.Message ID: @.***>
the 8 notes of a melody tile are encoding as a string, where each character has one of 9 possible values:
In the image below, you can see a sequence of three melody tiles. The first one is encoded by the string "76543210", so does the major scale going up from C to octave above. in the second tile, each note is repeated, going down step by step("00112233".) In the third tile, we skip some notes ("44..6677")