André Offringa
André Offringa
I initially followed https://github.com/sylabs/singularity/blob/v3.9.9/INSTALL.md . Now I followed the INSTALL.md in master, which as far as I can see is only different in how it checks out singularity (using `--recurse-submodules`),...
Thanks for the replies. Setting LONPOLE to 180 in the writer that creates the fits file indeed fixes it (just to be clear, the FITS writer I use isn't using...
What should it be set to when the NCP is not the target? I thought it is ignored in that case, since as far as I understood it there's no...
As an additional motivation to use serial checks more generically: I've been using the Eurolite 'serial' fix for a while, and while it is very nice that I can now...
> Looks like you caught all of the instances of `std::move()` and default initializations. I didn't skim through more than what you changed but I assume you would get compile...
@peternewman Would you want to apply these changes at some point or should I throw away the branch?
@peternewman can you please merge this PR?
As a more generic feature, this could include saving the full fader state, and being able per fader window to load that state for that window. This can also prepare...
Another change could be to add a 'sustain' option that keeps the value at the same level for a while after the input goes down.
> Another change could be to add a 'sustain' option that keeps the value at the same level for a while after the input goes down. Sustain has already been...