Re: [PD-dev] Pd timing on Android

2010-05-13 Thread chrism
Hi Hans, Is this using the audio driver that interfaces with the JRE calls which fill the hardware buffers via Java? If so, one thing to double-check is whether those buffers are actually being filled only when they are empty, not just constantly filled even when they don't need to be. Is there

Re: [PD-dev] WebPd in Pure Data's SVN

2010-06-02 Thread chrism
Hi Claude, On Sun, 30 May 2010 21:51:24 +0100, Claude Heiland-Allen claudiusmaxi...@goto10.org wrote: http://gitorious.org allows AGPL and runs on free/open source software; last time I checked github is proprietary. Thanks, I did not know about gitorious. Cheers, Chris.

Re: [PD-dev] git workflow idea

2010-07-25 Thread chrism
Hey Hans, I've found the easiest way to work with git repos is: * clone the master repo to disk (git clone) * fork the repo on gitorious or github * hack, commit and push changes to your own fork (git add; git commit -m; git push url-of-my-fork) * issue a pull request to upstream via the