[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sc-users] Re: How many years?
- To: sc-users <sc-users@xxxxxxxxxxxxxxxx>
- Subject: [sc-users] Re: How many years?
- From: Lucas Samaruga <samarugalucas@xxxxxxxxx>
- Date: Sat, 18 Sep 2010 19:36:16 -0300
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=9NxZCfh5I1e6WNQTSSc7alHH9ZSv9s/ESi/eTJmF0G0=; b=KrCZz6ZeFDftYl3JPfWumH754SxN9/Q9/zhMr40mjVCgFTu5MQihLH44Mu/MV6HpW/ 2rMoNRfZbpHztoQrNRKpnjdjgVjomt20UoXxHE69hWvL452W/yIR4DcPRYp6teR7AcLc QOJIi/wlvA6i5JijD7m03xPynCI7Eqhv8DZUU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=PYp2GqHIFr0VyX0JsjDgq7Wq+a3kM86G9NS+30MB1ZLduZjQ/K+datEbws+zGfcV08 gEFFARkcItYmyoH2L72DmakQyCtw0+jmYmhr40Nfyk74b2/sBa0UnbAmtbW6/L+VJfzq L5ACAsz/xoNt+3gp5tHpw4T9/zwARpkqZIXg0=
- In-reply-to: <AANLkTimWRQpXs2ZtvWY7t+s3CM+d6jnLkbroMU_aEqnp@xxxxxxxxxxxxxx>
- List-id: SuperCollider users mailing list <sc-users.create.ucsb.edu>
- References: <AANLkTimWRQpXs2ZtvWY7t+s3CM+d6jnLkbroMU_aEqnp@xxxxxxxxxxxxxx>
- Reply-to: sc-users@xxxxxxxxxxxxxxxx
- Sender: owner-sc-users@xxxxxxxxxxxxxxxx
are the values rounded?
2010/9/18 Lucas Samaruga
<samarugalucas@xxxxxxxxx>
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