Tony Mountifield

Results 168 comments of Tony Mountifield

> I like this idea, I'll give it some more thought. Thanks! Just to add a bit more. For compatibility, the directory will still have to send the `CLM_RED_SERVER_LIST` and...

Yes, I am planning to continue the investigation. I'll look at SetRecordingDir first, as it relates to my active PR. The thread ones appear to be related to the multithreading....

> ``` > $ valgrind --leak-check=full ./Jamulus -s -n -p 10001 -e localhost:10000 -l /tmp/log -R /tmp/recordings -o 'Private Server;Stockholm;205' -m /tmp/jam.dat -u 40 -T -w 'Welcome!' > > $...

> @ann0see I've just tried installing 3.8.1 over 3.8.0 and it still gives "App not installed" message. If you can point me to the APK for 3.8.2 I'll try that...

> Volker or @softins might know more about this. It's not an area of code I have ever studied, but the OP's point sounds valid. I guess some experimentation might...

Hi @AdamGLIN, thanks for your comment and offer! > I planned on implementing the first option given by @pljones. Is there anybody assigned yet ? I agree that the first...

I haven't yet studied the original code in Jamulus for reversing the order of bits, and don't know what impact it has on performance, but if the fastest performance would...

I have just for the first time studied the existing flip bits code, and also run some tests, comparing the results with my [lookup table functions above](https://github.com/jamulussoftware/jamulus/issues/2993#issuecomment-1386209836). > I assume...

I found a PDF for the ASIO SDK [here](https://dspace.tul.cz/server/api/core/bitstreams/39cee442-acf3-4ba4-8a9f-7b9988a8abe4/content).

> I have the feeling that there could be an array out of bounds error? No, I don't think so. The relevant arrays are sized as `MAX_NUMBER_SOUND_CARDS`, which has the...