flucoma-sc icon indicating copy to clipboard operation
flucoma-sc copied to clipboard

Fluid Corpus Manipulation plugins for Supercollider

Results 33 flucoma-sc issues
Sort by recently updated
recently updated
newest added

Hello FluCoMa devs, I just wanted to share an experience building flucoma-sc on arm64 macOS 12.2 / Xcode 13 (Apple M1 hardware). TL;DR it works! There's one issue I encountered:...

Hi all Thanks for your amazing work! I noticed a problem lately that I think should be addressed somehow. When instantiating Flucoma's UGens in SuperCollider, xruns are caused on Linux...

enhancement

This appeared over on the SuperCollider forum. https://scsynth.org/t/tutorial-coding-a-2d-corpus-explorer/6357/2 It seems that this file (see below) is getting stuck on Arch Linux. ``` // define this big function, then way down...

Hi ! Just testing out compiling and installing this from master branch GitHub source on a Pi4 running arch Linux arm and I have run into a problem. It smells...

Hello, I have tested @tedmoore "Coding a 2D Corpus Explorer" tutorials on a MacBook Pro 16" M1 Max, thanks Ted !! I have compiled both SuperCollider and FluCoMa for M1...

From the Oslo workshop some months ago, I remember that buffer slices were not copied correctly across threads: instead of copying only the portion from startSample to startSample + numSamples,...

I know this is a breaking interface change, but since it's impossible to have a buffer on one server and run the analysis on another, I think the server argument...

FluidBufNMF's argument `resynthMode` is currently used to specify whether or not the object should perform resynthesis after decomposition and write it into the buffer specified by `resynth`. Because a buffer...

enhancement

some files in the release-packaging folder are generated, some are editable. If we could keep a constent beaviour at least per folder that would make a lot more sense and...

We've had a couple of requests for Supernova support (see #82 but also elsewhere, by email etc., and a mention here https://github.com/supercollider/supercollider/issues/5347#issuecomment-1034733698). I was asked by @dyfer to actually write...

enhancement