Fellipe Miranda Martins
Fellipe Miranda Martins
Thanks, interesting point! Investigating further, `Object` help says: > ## Conversion > To convert an object of a certain class into a similar object of another class, Object provides a...
also realized that ``` supercollider 1.0.as(Integer); // ERROR: Message 'newFrom' not understood. 1.as(Float); // ERROR: Message 'newFrom' not understood. \a.as(Char); // ERROR: Message 'newFrom' not understood. ``` although `Object` provides...
I understand, it is indeed a quite complex change. I will make a post in SC4 forum discussion about this as a suggestion for the future.
> > > thanks, can you delete the html file too? Sure, I am going to check for others MCLDFFTUGens that have broken help files and commit the changes all...
Hi @dyfer after [these considerations](https://scsynth.org/t/vstplugin-v0-5-0-final-release/3945/7) from Josh Parmenter should I continue to pull requests to this repo ?
Sure! I will try to finish it ASAP BTW I am organizing a list of documentation improvements/changes that IMO are interesting (main repo and plugins). What is the process for...
Definitely a great improvement to do. I think that if this change could also be associated with some documentation improvements it would be really interesting. > Maybe having one percussive,...