My favorites | Sign in
Google
       
Details: Show all Hide all

Earlier this year

  • Feb 07, 2010
    Starred project gstmanager
  • Jan 30, 2010
    pyo
    issue 3 (Crashes on Ubuntu GNU/Linux) commented on   -   As well as: * include/sndfile.h And probably the other ones.
    As well as: * include/sndfile.h And probably the other ones.
  • Jan 30, 2010
    pyo
    issue 3 (Crashes on Ubuntu GNU/Linux) commented on   -   These files should not be included in the distribution : * include/portaudio.h * include/portmidi.h
    These files should not be included in the distribution : * include/portaudio.h * include/portmidi.h
  • Jan 28, 2010
    Starred project zotonic
  • Jan 28, 2010
    pyo
    issue 4 (Rename test directory to "examples") reported   -   The test directory should contain unit tests. (if any)
    The test directory should contain unit tests. (if any)
  • Jan 28, 2010
    pyo
    issue 3 (Crashes on Ubuntu GNU/Linux) reported   -   Steps to reproduce the problem: 1. sudo apt-get install libportmidi-dev libportaudio-dev libsndfile-dev liblo-dev 2. python setup.py build 3. sudo python setup.py install --prefix=/usr/local 4. python start.py {{{ Traceback (most recent call last): File "start.py", line 8, in <module> from pyo import * File "/home/toonloop/src/pyo/pyo.py", line 6, in <module> from pyolib.server import * File "/home/toonloop/src/pyo/pyolib/server.py", line 1, in <module> from _core import * File "/home/toonloop/src/pyo/pyolib/_core.py", line 6, in <module> from _pyo import * ImportError: /usr/lib/libportmidi.so.0: undefined symbol: Pt_Time }}} Though I tried this on Ubuntu Hardy, with Python 2.5
    Steps to reproduce the problem: 1. sudo apt-get install libportmidi-dev libportaudio-dev libsndfile-dev liblo-dev 2. python setup.py build 3. sudo python setup.py install --prefix=/usr/local 4. python start.py {{{ Traceback (most recent call last): File "start.py", line 8, in <module> from pyo import * File "/home/toonloop/src/pyo/pyo.py", line 6, in <module> from pyolib.server import * File "/home/toonloop/src/pyo/pyolib/server.py", line 1, in <module> from _core import * File "/home/toonloop/src/pyo/pyolib/_core.py", line 6, in <module> from _pyo import * ImportError: /usr/lib/libportmidi.so.0: undefined symbol: Pt_Time }}} Though I tried this on Ubuntu Hardy, with Python 2.5
  • Jan 28, 2010
    Starred project pyo
  • Jan 06, 2010
    Starred scherpenisse
  • Jan 06, 2010
    Starred project fizzjik

Older

  • issue 24 (Debian package?) reported   -   Do we need a Debian package for this ? I could help with that if so.
    Do we need a Debian package for this ? I could help with that if so.
  • Dec 12, 2009
    r532 (removed trunk/py ) committed   -   removed trunk/py
    removed trunk/py
  • Dec 12, 2009
    PdMtlAbstractions Wiki page deleted   -   Revision r531 Deleting wiki page PdMtlAbstractions.
    Revision r531 Deleting wiki page PdMtlAbstractions.
  • Dec 12, 2009
    CommandLine Wiki page deleted   -   Revision r530 Deleting wiki page CommandLine.
    Revision r530 Deleting wiki page CommandLine.
  • Dec 12, 2009
    RoadMap Wiki page deleted   -   Revision r529 Deleting wiki page RoadMap.
    Revision r529 Deleting wiki page RoadMap.
  • Dec 12, 2009
    Purity Wiki page deleted   -   Revision r528 Deleting wiki page Purity.
    Revision r528 Deleting wiki page Purity.
  • Dec 12, 2009
    ToonLoop (The Toonloop Live Stop Motion Animation Software) Wiki page edited   -   Revision r527 Edited wiki page through web user interface.
    Revision r527 Edited wiki page through web user interface.
  • Dec 12, 2009
    ToonLoop (The Toonloop Live Stop Motion Animation Software) Wiki page edited   -   Revision r526 Edited wiki page through web user interface.
    Revision r526 Edited wiki page through web user interface.
  • Dec 05, 2009
    Starred project zanthor
  • Nov 27, 2009
    r525 (From most recent to oldest : (using mercurial on the plane) ...) committed   -   From most recent to oldest : (using mercurial on the plane) * done first stage of chromakey porting to new effect plugin system * updated chromakey to use the new Effect plugin system * improved man page. removed epilog from --help * changed default clip id to 1 * added more nice hgignores * shadertester now uses toon/effects/simplechroma * shadertester is evolving * renamed to Toonloop without camelcase in main executable * added scripts/shadertester (todo) * added to-be-done effects/colorpass.py * added fx.py. Trying to formalize the video effects. * updated version number to 1.0.4 * fixed a bug which caused the last frame to be displayed twice. * implemented writehead_goto and writehead_move * got rid of the pygame and gl globals in toon/core.py * added _trial_temp to .hgignore * added make deb to makefile * renamed desktop file to lowercase. * added debian files * added mouse controls * changed default intervalometer duration to 10s * added .hgignore * removed dep for rats.observer. * adding try/catch when loading bgimage. * renamed Toonloop.svg to toonloop.svg * added all files from svn rev 524 (trunk/py)
    From most recent to oldest : (using mercurial on the plane) * done first stage of chromakey porting to new effect plugin system * updated chromakey to use the new Effect plugin system * improved man page. removed epilog from --help * changed default clip id to 1 * added more nice hgignores * shadertester now uses toon/effects/simplechroma * shadertester is evolving * renamed to Toonloop without camelcase in main executable * added scripts/shadertester (todo) * added to-be-done effects/colorpass.py * added fx.py. Trying to formalize the video effects. * updated version number to 1.0.4 * fixed a bug which caused the last frame to be displayed twice. * implemented writehead_goto and writehead_move * got rid of the pygame and gl globals in toon/core.py * added _trial_temp to .hgignore * added make deb to makefile * renamed desktop file to lowercase. * added debian files * added mouse controls * changed default intervalometer duration to 10s * added .hgignore * removed dep for rats.observer. * adding try/catch when loading bgimage. * renamed Toonloop.svg to toonloop.svg * added all files from svn rev 524 (trunk/py)
  • Nov 18, 2009
    r524 (updated sampler (removed signals) CHanged default midi note...) committed   -   updated sampler (removed signals) CHanged default midi notes for sampler control
    updated sampler (removed signals) CHanged default midi notes for sampler control
  • Nov 17, 2009
    r523 (Added make html in trunk/do. Using epydoc for its simplicity...) committed   -   Added make html in trunk/do. Using epydoc for its simplicity.
    Added make html in trunk/do. Using epydoc for its simplicity.
  • Nov 17, 2009
    r522 (now does not broadcast frame number when there is no frame i...) committed   -   now does not broadcast frame number when there is no frame in the clip.
    now does not broadcast frame number when there is no frame in the clip.
  • Nov 16, 2009
    r521 (updating INSTALL.txt for pygame release 1.9 ) committed   -   updating INSTALL.txt for pygame release 1.9
    updating INSTALL.txt for pygame release 1.9
  • Nov 15, 2009
    r520 (changed default num of sound buffers. ) committed   -   changed default num of sound buffers.
    changed default num of sound buffers.
  • Nov 15, 2009
    r519 (updated sampler. now works pretty well. ) committed   -   updated sampler. now works pretty well.
    updated sampler. now works pretty well.
  • Nov 15, 2009
    r518 (Sampler maps sounds correctly. ./toonloop -o osc_enabled 1 -...) committed   -   Sampler maps sounds correctly. ./toonloop -o osc_enabled 1 -o osc_verbose 1 -o osc_sampler_enabled 1 -v
    Sampler maps sounds correctly. ./toonloop -o osc_enabled 1 -o osc_verbose 1 -o osc_sampler_enabled 1 -v
  • Nov 15, 2009
    r517 (disabled clear when recording. ) committed   -   disabled clear when recording.
    disabled clear when recording.
  • Nov 15, 2009
    r516 (sampler now has a Mapper, that wraps the allocator. ) committed   -   sampler now has a Mapper, that wraps the allocator.
    sampler now has a Mapper, that wraps the allocator.
  • Nov 15, 2009
    r515 (added sampler and its Allocator test. ) committed   -   added sampler and its Allocator test.
    added sampler and its Allocator test.
  • Nov 15, 2009
    r514 (added signal/slots in toonloop with osc ) committed   -   added signal/slots in toonloop with osc
    added signal/slots in toonloop with osc
  • Nov 15, 2009
    r513 (forcing garbage collection on every frame ) committed   -   forcing garbage collection on every frame
    forcing garbage collection on every frame
  • Nov 15, 2009
    r512 (added rats/sig.py and its test ) committed   -   added rats/sig.py and its test
    added rats/sig.py and its test
  • Nov 15, 2009
    r511 (update todo ) committed   -   update todo
    update todo
  • Nov 15, 2009
    r510 (updated osc methods in man ) committed   -   updated osc methods in man
    updated osc methods in man
  • Nov 14, 2009
    r509 (added midi infos in man page ) committed   -   added midi infos in man page
    added midi infos in man page
  • Nov 14, 2009
    r508 (added toon/test/test_rss.py ) committed   -   added toon/test/test_rss.py
    added toon/test/test_rss.py
  • Nov 14, 2009
    r507 (added test_statesaving ) committed   -   added test_statesaving
    added test_statesaving
  • Nov 14, 2009
    r506 (renamed manpage_inc.txt for man_toonloop.txt ) committed   -   renamed manpage_inc.txt for man_toonloop.txt
    renamed manpage_inc.txt for man_toonloop.txt
  • Nov 14, 2009
    r505 (renamed ToonLoop for Toonloop. Updated heavily man page. ) committed   -   renamed ToonLoop for Toonloop. Updated heavily man page.
    renamed ToonLoop for Toonloop. Updated heavily man page.
  • Nov 14, 2009
    r504 (improved man page and -l option output. ) committed   -   improved man page and -l option output.
    improved man page and -l option output.
  • Nov 14, 2009
    r503 (added statesaving with config ) committed   -   added statesaving with config
    added statesaving with config
  • Nov 14, 2009
    r502 ( * Added many OSC callbacks * Renamed for Toonloop, small c...) committed   -   * Added many OSC callbacks * Renamed for Toonloop, small caps ell. * Cleaned up runner a bit. * FIXME: Introduced weird hang bug at quit time.
    * Added many OSC callbacks * Renamed for Toonloop, small caps ell. * Cleaned up runner a bit. * FIXME: Introduced weird hang bug at quit time.
  • Nov 14, 2009
    r501 (remove old prototypes from trunk/py/scripts. Moved to inhous...) committed   -   remove old prototypes from trunk/py/scripts. Moved to inhouse/tuner and inhouse/the_item
    remove old prototypes from trunk/py/scripts. Moved to inhouse/tuner and inhouse/the_item
  • Nov 13, 2009
    r500 (slowing down osc server to 10 ms, not 1 ms. ) committed   -   slowing down osc server to 10 ms, not 1 ms.
    slowing down osc server to 10 ms, not 1 ms.
  • Nov 13, 2009
    r499 (test commit ) committed   -   test commit
    test commit
  • Nov 11, 2009
    r498 (pep8-fied ) committed   -   pep8-fied
    pep8-fied
  • Nov 07, 2009
    r497 (added docs/mac_os_x.txt ) committed   -   added docs/mac_os_x.txt
    added docs/mac_os_x.txt
  • Nov 07, 2009
    r496 (adding wget to deps ) committed   -   adding wget to deps
    adding wget to deps
  • Nov 05, 2009
    r495 (added portmidi as a dep ) committed   -   added portmidi as a dep
    added portmidi as a dep
  • Nov 05, 2009
    r494 (more deps in INSTALL ) committed   -   more deps in INSTALL
    more deps in INSTALL
 
Powered by Google Project Hosting