andrea bertagnolli

Results 67 comments of andrea bertagnolli
trafficstars

Just to report, it works on my machine: * Ubuntu 21.10 * Superdirt latest commit on `develop` branch * Supercollider 3.12.1 When we introduced `DirtFreqScale` I had another computer and...

I think the `sort` method can be enough. Looking at the supercollider source, it sorts by character ASCII value: `sort` https://github.com/supercollider/supercollider/blob/cc56c994fa205e3df53db9b6615753b55cc259fa/SCClassLibrary/Common/Collections/SequenceableCollection.sc#L1251 `

Yep. It will be a breaking change anyway, but with some well defined rules, so easier for the clients to replicate. A "natural sorting" could be more tricky

String sorting would work for me too, as in #214

Hi! really good job! I'd like to help implementing sharing (according to my availability). In the meantime I just PR a small refactoring, hope it's good enough ;)

I'm trying to understand how to implement file sharing, but I'm in a dead end street. I tryed to open a server socket and send a "SetListenPort" message, but no...

I'm still here! :D I'm unable to receive the FileSearch message from server (essential to implement file sharing). I took a look to nicotine plus code, sent SharedFoldersFiles ans SetStatus...

Nailed it! It was a long fight against distributed peer type, but now the client is able to receive other peers search queries @f-hj i need PR #18 merged beacuse...

Ok, now there's a file scanner that starts only on start (no watching for changes in filesystem) and a component that replies to search request. Any thoughts on that? The...

If it's important to keep support for ghc 7.x we can add a build on the ci