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

Timestamped OSC messages don't work in Psycollider 3.2b1 #44

Closed
jleben opened this issue May 6, 2012 · 1 comment
Closed

Timestamped OSC messages don't work in Psycollider 3.2b1 #44

jleben opened this issue May 6, 2012 · 1 comment
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs.

Comments

@jleben
Copy link
Member

jleben commented May 6, 2012

[Issue migrated from SourceForge | ID: 1886415 | Submitted by 'jamshark70']
[http://sourceforge.net/support/tracker.php?aid=1886415]

SynthDef(\sin, { |freq = 440, amp = 0.2, out = 0|
Out.ar(out, (SinOsc.ar(freq, 0, amp) * EnvGen.kr(Env.perc(0.01, 0.1),
doneAction: 2)) ! 2);
}).memStore;

// sound
a = Synth(\sin);

// no sound
s.makeBundle(0.2, { a = Synth(\sin); });

// sound
s.latency = nil;
p = Pbind(\freq, Pexprand(200, 800, inf), \amp, Pwhite(0.1, 0.3, inf),
\delta, 0.125, \instrument, \sin).play;

p.stop;

// no sound
s.latency = 0.1;
p = Pbind(\freq, Pexprand(200, 800, inf), \amp, Pwhite(0.1, 0.3, inf),
\delta, 0.125, \instrument, \sin).play;

p.stop;

@jleben
Copy link
Member Author

jleben commented May 6, 2012

[Comment migrated from SourceForge | Submitted by 'cfrb']

Solved as of 3.2 RC1. However, there remains an issue with accuracy of the time-stamps because of _ftime()

@jleben jleben closed this as completed May 6, 2012
mossheim pushed a commit that referenced this issue Aug 24, 2020
Update systems-interfacing-with-sc.md
Sciss added a commit to Sciss/supercollider that referenced this issue May 4, 2021
@Lispilo Lispilo mentioned this issue Nov 13, 2023
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.
Projects
None yet
Development

No branches or pull requests

1 participant