Skip to content
#

audio

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

sonic-pi
ethancrawford
ethancrawford commented Nov 7, 2021

Currently, the range function uses several while loops to find the appropriate values for the range between the given start and finish. They do so by either adding or subtracting step_size from the current value (cur) being considered in the range.
However, this function does not currently account for a step_size of 0.
If such a value is given, the internal while loop that is selec

SteveDaulton
SteveDaulton commented Oct 22, 2021

Describe the bug
The "Spectral Multi-Tool" may return an incorrect error message

To Reproduce
Steps to reproduce the behavior:

  1. Make a spectral selection from less than 10 Hz (but more than 0 Hz), up to the top of the spectral display.
  2. Apply "Spectral Multi-Tool"
  3. Note that when the lower frequency is set and the upper frequency is not set, the "Spectral Multi-Tool" acts as
tenacity
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