johnmgithub

Results 8 issues of johnmgithub

Channel lists are currently generic Out 0, IN 0 etc. That means the device cannot be determined from the name, which means that REW cannot detect if the input is...

enhancement
asiohost

For odd filter orders a pair of real poles get added rather than a single pole, don't think that is right. In Butterworth::prototypeAnalogLowPass(int filterOrder) rather than ` for(uint32_t k =...

bug

In Query.java runOnce() the call to InetAddress.getLocalHost() may return the loopback address in some circumstances - observed on some macOS installations, though I don't know the underlying cause. A possible...

The DNS discovery spec (RFC 6763) allows binary data to be included (see section 6.5) in TXT records. "The value is opaque binary data. Often the value for a particular...

withRequestAsCollection sets MethodDescriptor.requestAsCollection true but SwaggerSpecBuilder.buildRequestFromType does not check isRequestAsCollection so the documentation ends up with a model of the type rather than a model of a collection of the...

When running from a Windows file system (e.g. IDE running from source) filesFromDir fails to locate any ui or ui/template files. The cause is rootPath has / as the separator...

bug

To accommodate wavelets which do not have the basic fs/f conversion from frequency to scale it may be helpful to have a frequencyToScale(fs, f) method in the wavelet and for...

The integer truncation of the index into the mother wavelet causes some artefacts for short time spans. Those can be reduced without performance penalty by generating the mother data at...