Skip to content
#

audio

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

sonic-pi
boonh
boonh commented Jun 4, 2021

With the following code:
s1 = chord_degree(:i, :C3, :major, 5, invert:1)
the expected output should be (ring 52, 55, 59, 60, 62)
Whereas what SPi does (ring 52, 55, 59, 62, 60)

With this code:
s1 = chord_degree(:i, :C3, :major, 4, invert:2)
The expected output should be (ring 55, 59, 60, 64)
But when s1 = chord_degree(:i, :C3, :major, 5, invert:2)
Whereas what SPi does (ring 55, 59, 62,

petersampsonaudacity
petersampsonaudacity commented Aug 31, 2021

Is your feature request related to a problem? Please describe.
This enhancement request arises from a user post on the Forum:
https://forum.audacityteam.org/viewtopic.php?f=70&t=120059&p=433996
Why occurs the Configuration Reset without confirmation / warning?

Currently the Tools>Reset Configuration command operates immediately with
a) no warning of what will happen
b) no ability t

tenacity
Krzmbrzl
Krzmbrzl commented Aug 20, 2021

Context
Some devices only have mono-output at which point our positional audio feature can't work as it will require at least two channels to simulate any spatial effects.

Describe the feature you have in mind
A warning for anyone that has positional audio enabled but is using a mono device

Describe alternatives you've considered
None

Additional context
See e.g. #5220

eqMac

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