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

JitLib: Ndef.play sending stereo output to bus 0 #1114

Closed
miguel-negrao opened this issue May 20, 2014 · 1 comment
Closed

JitLib: Ndef.play sending stereo output to bus 0 #1114

miguel-negrao opened this issue May 20, 2014 · 1 comment
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. comp: class library SC class library

Comments

@miguel-negrao
Copy link
Member

Also,

Ndef(\x, { SinOsc.ar([200,500]) * 0.1 }).play(0,2)

plays both channels to channel 0:

NODE TREE Group 0
   1 group
      1000 group
         1001 temp__0x_0
           gate: 1 fadeTime: 0.019999999552965 out: 4
      1002 group
         1003 system_link_audio_1
           doneAction: 2 out: 0 in: 4 vol: 1 level: 1 lag: 0.050000000745058 gate: 1 fadeTime: 0.019999999552965
         1004 system_link_audio_1
           doneAction: 2 out: 0 in: 5 vol: 1 level: 1 lag: 0.050000000745058 gate: 1 fadeTime: 0.019999999552965

Isn't it supposed to play a stereo output to output channels 0 and 1 ? From memory I think that's how it was working in 3.6...

@telephon
Copy link
Member

Should be fixed by commit b629767.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. comp: class library SC class library
Projects
None yet
Development

No branches or pull requests

2 participants