[Cs-dev] Questions about musmon/insert
Date | 2008-10-19 21:28 |
From | jpff |
Subject | [Cs-dev] Questions about musmon/insert |
Some of you may know that I have been looking into a serious bug reported by Russell Pinkston where there was a one k-cycle gap between a note offset and an onset at the same time. I have not managed to understand it all, but I do have a version that counts time ein samples rather than seconds, and I have managed to make this version work -- it seems to do Russell's examples and many others. I tried to back-port the main changes but that did not work. Should we change to counting time in samples for the next release. It rather shakes the API (at present I think the shape is the same by using odd unions and other tricks) so before accepting this new version it seems sane to ask opinions. The revised code is available from me (H/cspoundCore.h; InOut/libsnd.c; InOut/insert.s; InOut/mucmon.c; Top/csound.c) if anyone wishes to check it out or fix it. ==John ffitch ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2008-10-20 06:13 |
From | "Steven Yi" |
Subject | Re: [Cs-dev] Questions about musmon/insert |
Attachments | None |
Date | 2008-10-20 11:43 |
From | jpff |
Subject | Re: [Cs-dev] Questions about musmon/insert |
That is one of my current concerns -- I have not looked at Beatmode. Anyone got a simple example I can try? ==John ffitch ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2008-12-05 10:13 |
From | Anthony Kozar |
Subject | Re: [Cs-dev] Questions about musmon/insert |
Since it looks like we will be increasing the API major version anyways, I think that now would be a good time for these changes unless you want to wait for "Csound 6". Two questions though: 1) Do you need to modify the signatures of any API functions? 2) Are the samples being counted with a 64-bit or 32-bit int? Anthony jpff wrote on 10/19/08 4:28 PM: > Should we change to counting time in samples for the next release. It > rather shakes the API (at present I think the shape is the same by > using odd unions and other tricks) so before accepting this new > version it seems sane to ask opinions. ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |