shren

Results 43 comments of shren

Yes but I need a system that has a fixed size (width and height), or having a SVG viewBox that is consistent regardless how many notes I put in that...

In software like Finale, the system size can be somehow fixed and collisions are allowed. It could be a nice feature to add then. ![image](https://github.com/grame-cncm/guidolib/assets/1910803/70d1dec0-f12a-48fc-a9d5-9dfd5f3d41ca)

Yeah I'm involved in a quite particular case/project where I need to render a score from MIDI played by users. The score need to fit into another UI that has...

One user generates one system of 8 measures each time, another UI will show all the generated scores from different users. I want same width/height/zoom per system each time so...

With an extreme case we tested, this is what I need (I got it by tweaking the SVG): ![image](https://github.com/grame-cncm/guidolib/assets/1910803/413b81a5-46b0-4763-9f08-05c9751ef552) This is what Guido generates: ![image](https://github.com/grame-cncm/guidolib/assets/1910803/6bc99596-b58d-4590-b3a1-4a37cf794c08)

In the older versions of `faust2webaudio`, the `.wasm` and `.data` files are also included in the final minified js file. But after a test under Firefox, it shows that the...

OK I understand better now. Yes, to pass FaustModule to constructor is a better way.

Hi @keuppia, it seems that your Faust cannot get the correct `libfaust-wasm.data`, maybe you are running it on Windows? (due to CRLF issue when clone it) or something changed the...

@sletz interesting,in fact, the error is properly catched and handled with libfaust's cleanupAfterException method, but apparently a part of memory is not cleaned up. I'm not sure what can I...

Hi @andreirt Thank you for your interest! Yes we recently developped this feature for this project https://urbansoundtale.com/ you can have a try. To share your project in runtime mode, you...