Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pan example (on Options page) error #27

Open
firesign opened this issue Mar 8, 2021 · 0 comments
Open

Pan example (on Options page) error #27

firesign opened this issue Mar 8, 2021 · 0 comments

Comments

@firesign
Copy link

firesign commented Mar 8, 2021

The Pan example on https://sonic-pi.mehackit.org/exercises/en/03-tweak-the-sounds/02-synth-options.html doesn't work for me. The first time it runs, the sample sounds suppressed:

{run: 49, time: 0.0}
 ├─ synth :beep, {note: 36.0, amp: 0.5, pan: -1}
 ├─ synth :beep, {note: 36.0, amp: 0.5, pan: 0}
 ├─ synth :beep, {note: 36.0, amp: 0.5, pan: 1}
 └─ sample "/Applications/Sonic Pi.app/Contents/Resources/etc/samples",
             "drum_cymbal_closed.flac", {pan: 0.3501}

The second time, it sounds the same but the third time, the sound is clear but the pan isn't randomized:

{run: 51, time: 0.0}
 ├─ synth :beep, {note: 36.0, amp: 0.5, pan: -1}
 ├─ synth :beep, {note: 36.0, amp: 0.5, pan: 0}
 ├─ synth :beep, {note: 36.0, amp: 0.5, pan: 1}
 └─ sample "/Applications/Sonic Pi.app/Contents/Resources/etc/samples",
             "drum_cymbal_closed.flac", {pan: 0.3501}

Should also mention that I'm on OS X 11.2.2, and Sonic Pi 3.3.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant