Thomas Neumann
Thomas Neumann
I have the following simple code: ``` using (FileStream fs = new FileStream(@".gz", FileMode.Open, FileAccess.Read)) { GZipStream gz = new GZipStream(fs, CompressionMode.Decompress); byte[] buf = new byte[601565]; // Full decompressed...
The attached file is recognized as an tar archive, when doing a TarArchive.IsArchive(...). I think you should double check the header EntryType for non-empty archives as well. It is not...
It you have a comment in argument list of a function, then the comment is not included in the output. ``` function f1(a, /* my comment */ c) { }...
Envelope fix
Two fixes in this pull request: First fix will prevent last used sampled in a channel to be played, if afterwards an illegal instrument is set. Now nothing is played....
Just made some small fixes: 1. Fixed sample speed to calculate it correctly by using the original formula with floating points. "Break the beat" have a beat that runs too...
It seems that libxmp can load more different module formats than MikMod. It would be nice, if those can be adapted to MikMod. I don't mind to give it a...
Hi, In src/libFLAC/fixed.c, you have defined the macro CHECK_ORDER_IS_VALID as this: ``` #ifndef FLAC__INTEGER_ONLY_LIBRARY #define CHECK_ORDER_IS_VALID(macro_order) \ if(order_##macro_order##_is_valid && total_error_##macro_order < smallest_error) { \ order = macro_order; \ smallest_error =...
One of my test files fails to read after it has been parsed once. It works fine in 0.10.4, but the issue started in 0.10.5. Start to read from the...
Hi, It would be great, if it is possible to define your own keywords which have their own color. Regards Thomas
In 90.25.2.55, the window title has become bigger than in the previous version 90.24.11.317. Screenshots taken from TestForm tool. **90.24.11.317**  **90.25.2.55**  As you can see, everything in the...