Panning
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Posts: 379
- Joined: Thu Dec 08, 2011 2:43 am
Panning
I’ve searched the forums, but is it still true that we cannot pan audio files?
Re: Panning
There are JavaScript audio-libs that have a method pan().
Yould could use that via a browser widget.
For example
https://p5js.org/reference/#/p5.SoundFile/pan
Yould could use that via a browser widget.
For example
https://p5js.org/reference/#/p5.SoundFile/pan
shiftLock happens
-
- Posts: 379
- Joined: Thu Dec 08, 2011 2:43 am
Re: Panning
Thank you, I appreciate the tip.