[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sc-users] How many years?
- To: sc-users <sc-users@xxxxxxxxxxxxxxxx>
- Subject: [sc-users] How many years?
- From: Lucas Samaruga <samarugalucas@xxxxxxxxx>
- Date: Sat, 18 Sep 2010 19:26:28 -0300
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=qn86OrMM4EpfFTFxb9Pyg0rnKlaxSDWh5jv+sTPWCKo=; b=G9zp8MNRDZQywUd7Q7Gmp65ZLWT90pinuF6wk2fhJBb8os++moV1EH9MAU63fjdPvv qCsoxShYjDv6exxOiGdl94fKeED4yLfXbyPg1koPSS8U+2sjj7KKbqRMT4lS026jjUBr 7LCkyLXEjZYxLYoM6OKgRFBAo8ZF+Cw0hQ21s=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=NLXg8e2FGPxMRIqsG+sEjbeNm4jyJgprySPWWAqoY2TFp3OwIEySFAoHS58fuwgdmN GaNk9hqyRgfEe2E/DFZkhNl1nMXHE+W059kpVBoZ+L+NwM79jsbkHA9MY2ytzOmib2MT LBpojDjXjcrBFNyLztmkbEOK2e1J/0fRN4Z3M=
- List-id: SuperCollider users mailing list <sc-users.create.ucsb.edu>
- Reply-to: sc-users@xxxxxxxxxxxxxxxx
- Sender: owner-sc-users@xxxxxxxxxxxxxxxx
Hello
If I have two pulses the first at 1 second and the second at 1/3, how can I calculate the time it will take for that second rhythm to have an offset of 1ms from the first? (with a 32bit floating point)
like in this case
Ppar([
Pbind(\dur, 1),
Pbind(\dur, 1/3)
]).play;
The periodic part confuses me in calculation :-S
Thanks
Lucas