Marcin Pączkowski

Results 53 issues of Marcin Pączkowski

I'm on SonoBus 1.1.0 on macOS. Thank you for the updated version! The ability to record multitrack/input only from within the application is amazing! I'd like to suggest two additions...

It seems that turning on the reverb on the main output applies it to the input signal even when the input monitoring is turned all the way down. However, muting...

Occasionally I am running into exceeding the number of grains. This just arbitrarily ~~exceeds~~ increases the maximum, but maybe there is a better way to do this?

comp: plugins

In case when one miscalculates the number of parameters in `Hoa*` ugens, one might pass a float to the `order` argument. The resulting error `ERROR: Message 'asHoaOrder' not understood.` was...

I observed that `HoaBLT`-based plugins fail with an error, if the distortion angle is exactly `pi/2` or `-pi/2` (constant value). Examples: ```supercollider // fail x.free; x = {HoaZoom.ar(DC.ar(0 ! 4),...

In a number of places ([example](https://github.com/ambisonictoolkit/atk-sc3/blob/c2acfe8437c0c432385ca1f2325bc9264d0353f1/Classes/FoaMatrix.sc#L206)) in Atk there is a convention attempting a cleaner error reporting: ```supercollider "error message".error; this.halt; ``` This results in an error message without the...

refactor

## Purpose and Motivation This is a maintenance PR, updating the cache action to the newest version. `install-qt-action` was also updated and now features built-in caching, which is enabled instead...

comp: CI/CD

## Purpose and Motivation Ccache added support for MSVC in version 4.6.1. Using it with MSVC requires some additional switches in the CMake which I added. There's also one "gotcha"...

os: Windows
comp: build
comp: CI/CD

## Motivation This is a follow up to #5155. Currently, `Buffer -getToFloatArray` uses a relatively small data chunk size, based on an obsolete maximum UDP packet size. #5155 was proposing...

enhancement
comp: class library

## Motivation IIUC, the main difference between scsynth and supernova is that bus and buffer read-write operations need to be protected with a spinlock on supernova. IMO it would be...

enhancement
comp: server plugins
API change
scsynth-supernova incompatibility