nicolalandro

Results 30 comments of nicolalandro

It is normal that I do not see it on Jack? I will try to get a more deep test tomorrow, Thank you! I will let you Know! ![immagine](https://user-images.githubusercontent.com/18419702/155765253-e1e42d02-85dd-4c1d-9ad4-494c3f489a41.png)

For now it do not works with jack, but maybe it will works with [jack-example-tools](https://github.com/jackaudio/jack-example-tools)? Maybe quickly it will arrive on opensuse and I will test it.

I'm able to read from MusicXML file the notes pitch, duration and lirycs, how can I write an UTAU file?

I'm trying to convert in that way wiht the script in this [repo](https://github.com/nicolalandro/xml2ustx). I will make streamlit demo soon. It seams OpenUtau can open it.

[Here](https://share.streamlit.io/nicolalandro/xml2ustx/main/src/streamlit_app.py) a demo webserver to test it and try to validate the correctness.

Thank you, I will wait the fix, for now I fix with manual mock that raise exception, to have official version will simplify the code and make it more real....

@Opdoop the way is to extract the dictionary from CountVectorizer ([get_feature_names()](https://scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.CountVectorizer.html)) and reimplement the logic manually. You can do the same thing on TFIDF.

I'm not be so careful, The music21 seams to work fine on [huggingface spaces](https://huggingface.co/spaces/z-uo/streamlit_music_demo) but not on [streamlit demo](https://share.streamlit.io/nicolalandro/streamlit_music_demo/main/app.py) it seams a problem about where the tmp file are stored...

For now I'm Fixing by modify the line you show to me with `extra_compile_args=['-std=c++11']`. So the complete procedure that I follow is: ``` git clone https://github.com/r9y9/pysinsy.git cd pysisnsy git submodule...

https://github.com/nicolalandro/hand_tracking_streamlit that works on streamlit site