AJ Tran

Results 48 comments of AJ Tran

Just an update on this: I'm finishing up school and focusing on graduating but after this I will come back and then work in this and get more involved in...

> @ajtran303 Is this good to merge in from your perspective? @tatianamac ~Hi! This is good to merge in :)~ This may not be necessary to merge in, [as there...

Hello. I have been using this site for many years and was an original user at `synchtube`. Recently I started developing APIs, and I would be happy to contribute to...

> A simple REST API for manipulating playlists alone would be perfect and prevent the need for modifying bots to use for mundane tasks I'd be down for this. Like...

Hi new people, these are the steps I took to use the library ## make a new directory ``` mkdir fmf_converter cd fmf_converter ``` ## create and start a virtual...

I got a working conversion with this: ``` musicxml2fmf --input hello_world.musicxml --output hello_world.fmf ``` ## hello_world.music.xml ```xml Music 1 0 4 4 G 2 C 4 4 whole ```

I got that file from the example here: https://www.w3.org/2021/06/musicxml40/tutorial/hello-world/

> Thank you for this introduction and step by step guide, I have linked it in the README. If you like to add it to the README I'm open for...