-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Cairo to JSON #31
Comments
I'm cobbling together a rough cut of cairo-to-json Here. I have all of the necessary components for each message but need to serialize the values. Would a ByteArray be best? I took a quick look at the 'format!' macro and am hoping that could do the trick to simplify the code but I think it's unavailable in scarb/cairo 2.3.0. Have you used 'format!' for serializing? |
Hi @caseywescott , I would like to try this out. |
Go for it!!!
…On Sat, Mar 23, 2024, 6:56 PM Victor Benedict ***@***.***> wrote:
Hi @caseywescott <https://github.com/caseywescott> , I would like to try
this out.
—
Reply to this email directly, view it on GitHub
<#31 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKWPRSH3HJ66CJSSNM4KGNLYZUYSPAVCNFSM6AAAAAA7LGZQEOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMJWGQYDCOJRGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I'll assign to you when when i get home in 30mins
…On Sat, Mar 23, 2024, 10:08 PM Casey ***@***.***> wrote:
Go for it!!!
On Sat, Mar 23, 2024, 6:56 PM Victor Benedict ***@***.***>
wrote:
> Hi @caseywescott <https://github.com/caseywescott> , I would like to try
> this out.
>
> —
> Reply to this email directly, view it on GitHub
> <#31 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AKWPRSH3HJ66CJSSNM4KGNLYZUYSPAVCNFSM6AAAAAA7LGZQEOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMJWGQYDCOJRGI>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
|
Just Assigned to you @vibenedict !!! Stoked! Let me know if you have any questions!! |
A suite of functions mapping Cairo Midi msgs to JSON object for web retrieval.
Functions that format the following messages to JSON:
These functions can then be used create a function 'midi_to_json' that iterates through Midi msgs and formats them to create the complete JSON object.
The text was updated successfully, but these errors were encountered: