Skip to content
#

audio

Here are 6,848 public repositories matching this topic...

sonic-pi
ethancrawford
ethancrawford commented Nov 16, 2021

Attempting to create a buffer with a duration that is not a number greater than 0, with either:

buffer(:foo, 0) # or -1, ... etc

or

with_fx :record, buffer: [:foo, 0] do # or -1, ... etc
...
end

(or [:foo, 'some text'], etc)

Produces an error similar to the following:

Runtime Error: [buffer 8, line 4] - SonicPi::PromiseTimeoutError
Thread death!
 Promise time
tenacity
promi
promi commented Dec 17, 2021

Context

Sometimes you have to access the server log, because some info might not be availabe in the client (i.e. #3540).

Description

A menu entry to access the server log would be great. It could of course be reserved for highly privileged users (i.e. users that have modify permissions in the root channel).

Mumble component

Both

OS-specific?

No

Additional information

_

Improve this page

Add a description, image, and links to the audio topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the audio topic, visit your repo's landing page and select "manage topics."

Learn more