My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Earlier this year

  • Oct 05, 2009
    r392 (warning on my init change in sound.py) committed by daniel.zingaro   -   warning on my init change in sound.py
    warning on my init change in sound.py
  • Jun 22, 2009
    r391 (fixed get_pixels docstring) committed by daniel.zingaro   -   fixed get_pixels docstring
    fixed get_pixels docstring
  • Jun 17, 2009
    r390 (-Fixed media.get_max_sample and media.get_min_sample (they l...) committed by daniel.zingaro   -   -Fixed media.get_max_sample and media.get_min_sample (they lacked a 'return') -Made normalize fast again, using numpy multiplication -added (fast) __eq__ to sounds
    -Fixed media.get_max_sample and media.get_min_sample (they lacked a 'return') -Made normalize fast again, using numpy multiplication -added (fast) __eq__ to sounds
  • Jun 17, 2009
    r389 (Samples now have an __cmp__. The main reason is so that max(...) committed by daniel.zingaro   -   Samples now have an __cmp__. The main reason is so that max(snd) and min(snd) are reliable.
    Samples now have an __cmp__. The main reason is so that max(snd) and min(snd) are reliable.
  • Jun 14, 2009
    r388 (sound samples now have __cmp__ so that max(snd) for a sound ...) committed by daniel.zingaro   -   sound samples now have __cmp__ so that max(snd) for a sound snd works
    sound samples now have __cmp__ so that max(snd) for a sound snd works
  • Jun 06, 2009
    r387 (added __eq__ for sounds) committed by daniel.zingaro   -   added __eq__ for sounds
    added __eq__ for sounds
  • Jun 06, 2009
    issue 45 (No __eq__ for sounds and pictures) reported by daniel.zingaro   -   Pictures and sounbs are never == unless they are the same object. I've added an __eq__ for sounds, because students are wanting to use it to verify that the wavs they generate are the same as the samples I've given. Please help if there is a more efficient way to test for equality. Pictures could use an __eq__ too, but I haven't done that.
    Pictures and sounbs are never == unless they are the same object. I've added an __eq__ for sounds, because students are wanting to use it to verify that the wavs they generate are the same as the samples I've given. Please help if there is a more efficient way to test for equality. Pictures could use an __eq__ too, but I haven't done that.
  • May 16, 2009
    r386 (Fixed docstring in picture.py) committed by daniel.zingaro   -   Fixed docstring in picture.py
    Fixed docstring in picture.py
  • May 05, 2009
    r385 (fixed docstring for iterator) committed by daniel.zingaro   -   fixed docstring for iterator
    fixed docstring for iterator
  • May 05, 2009
    r384 (Fixed definition of green color) committed by daniel.zingaro   -   Fixed definition of green color
    Fixed definition of green color
  • May 05, 2009
    r383 (-Changed init_sound to use 22050 mono instead of 44100 stere...) committed by daniel.zingaro   -   -Changed init_sound to use 22050 mono instead of 44100 stereo by default; manually processing sounds is too slow otherwise -Fixed normalize function (did not use floating-point, so the multiplicative factor was incorrect) -Fixed calculation of octave frequencies -Made note frequencies more precise -Moved pygame.mixer.init to main thread instead of mw thread. This solves the "mixer not initialized" error that occurs if you try to play a sound before the mw thread finishes initializing the mixer; I am not sure if this is a general solution!
    -Changed init_sound to use 22050 mono instead of 44100 stereo by default; manually processing sounds is too slow otherwise -Fixed normalize function (did not use floating-point, so the multiplicative factor was incorrect) -Fixed calculation of octave frequencies -Made note frequencies more precise -Moved pygame.mixer.init to main thread instead of mw thread. This solves the "mixer not initialized" error that occurs if you try to play a sound before the mw thread finishes initializing the mixer; I am not sure if this is a general solution!
  • May 05, 2009
    r382 (Fixed create_note typo in media.py) committed by daniel.zingaro   -   Fixed create_note typo in media.py
    Fixed create_note typo in media.py

Older

  • Oct 09, 2008
    r381 (fixed scrollbars for choices dialog) committed by ootz0rz   -   fixed scrollbars for choices dialog
    fixed scrollbars for choices dialog
  • Oct 09, 2008
    r380 (recreated ask/say dialogs using tkinter instead of wx as bes...) committed by ootz0rz   -   recreated ask/say dialogs using tkinter instead of wx as best tk lets me
    recreated ask/say dialogs using tkinter instead of wx as best tk lets me
  • Sep 07, 2008
    r379 (updated installer scripts) committed by ootz0rz   -   updated installer scripts
    updated installer scripts
  • Sep 07, 2008
    r378 (Installer for Python, WingIDE, and all required modules.) committed by ootz0rz   -   Installer for Python, WingIDE, and all required modules.
    Installer for Python, WingIDE, and all required modules.
  • Sep 05, 2008
    r377 (pygraphics installer for windows) committed by campbell.jen   -   pygraphics installer for windows
    pygraphics installer for windows
  • Sep 04, 2008
    r376 (reverting to correct verions) committed by campbell.jen   -   reverting to correct verions
    reverting to correct verions
  • Sep 04, 2008
    r375 (updated installers) committed by campbell.jen   -   updated installers
    updated installers
  • Sep 04, 2008
    r374 (touched setup to try checking in.) committed by pgries   -   touched setup to try checking in.
    touched setup to try checking in.
  • Sep 04, 2008
    r373 (test) committed by campbell.jen   -   test
    test
  • Sep 03, 2008
    r372 (couldn't figure out how to replace these directories.) committed by C.J.Maddison   -   couldn't figure out how to replace these directories.
    couldn't figure out how to replace these directories.
  • Sep 03, 2008
    r371 (minimum window size for show() is now 150 X 150 pixels ) committed by C.J.Maddison   -   minimum window size for show() is now 150 X 150 pixels
    minimum window size for show() is now 150 X 150 pixels
  • Aug 30, 2008
    r370 (Added media.py global functions to help with sound editing. ...) committed by C.J.Maddison   -   Added media.py global functions to help with sound editing. Sounds have minor documentation changes.
    Added media.py global functions to help with sound editing. Sounds have minor documentation changes.
  • Aug 28, 2008
    r369 (Added show_external to Pictures, close_inspect to both Pictu...) committed by C.J.Maddison   -   Added show_external to Pictures, close_inspect to both Pictures and Sound, added relevant show/close/update/inspect global functions for Pictures and Sound to media.
    Added show_external to Pictures, close_inspect to both Pictures and Sound, added relevant show/close/update/inspect global functions for Pictures and Sound to media.
  • Aug 22, 2008
    r368 (Last commit failed) committed by C.J.Maddison   -   Last commit failed
    Last commit failed
  • Aug 22, 2008
    r367 (A small readme for the modules of pygraphics.) committed by C.J.Maddison   -   A small readme for the modules of pygraphics.
    A small readme for the modules of pygraphics.
  • Aug 22, 2008
    r366 (versioning) committed by C.J.Maddison   -   versioning
    versioning
  • Aug 22, 2008
    r365 (copied back into sandbox) committed by C.J.Maddison   -   copied back into sandbox
    copied back into sandbox
  • Aug 22, 2008
    r364 (PictureInspector now carries it's own copy of the picture ar...) committed by C.J.Maddison   -   PictureInspector now carries it's own copy of the picture around.
    PictureInspector now carries it's own copy of the picture around.
  • Aug 22, 2008
    r363 (spacing issue) committed by C.J.Maddison   -   spacing issue
    spacing issue
  • Aug 22, 2008
    r362 (Updated to work with newer picture stuff) committed by C.J.Maddison   -   Updated to work with newer picture stuff
    Updated to work with newer picture stuff
  • Aug 22, 2008
    r361 (Removed show_window) committed by C.J.Maddison   -   Removed show_window
    Removed show_window
  • Aug 22, 2008
    r360 committed by C.J.Maddison
  • Aug 22, 2008
    r359 (Added support for mediawindows thread. Added init_sound() th...) committed by C.J.Maddison   -   Added support for mediawindows thread. Added init_sound() that initializes the pygame.mixer. This must be run before using Sound objects. It also initializes the mediawindows thread.
    Added support for mediawindows thread. Added init_sound() that initializes the pygame.mixer. This must be run before using Sound objects. It also initializes the mediawindows thread.
  • Aug 22, 2008
    r358 (Added support for threaded show window and picture inspector...) committed by C.J.Maddison   -   Added support for threaded show window and picture inspector. Works with the mediawindows thread. Added init_picture() function which initializes the mediawindows thread and set PIC_INITIALIZED to true. This is necessary to use Picture objects.
    Added support for threaded show window and picture inspector. Works with the mediawindows thread. Added init_picture() function which initializes the mediawindows thread and set PIC_INITIALIZED to true. This is necessary to use Picture objects.
  • Aug 22, 2008
    r357 (Still VERY messy. Contains the thread to run the show window...) committed by C.J.Maddison   -   Still VERY messy. Contains the thread to run the show window off of, the graphics support for the show window, and the picture inspector. Works on Mac, still needs testing on windows and linux.
    Still VERY messy. Contains the thread to run the show window off of, the graphics support for the show window, and the picture inspector. Works on Mac, still needs testing on windows and linux.
  • Aug 22, 2008
    r356 (Added threaded show window support. When imported media now ...) committed by C.J.Maddison   -   Added threaded show window support. When imported media now initializes picture, sound, and mediawindows modules. This starts the mediawindows thread and the pygame.mixer
    Added threaded show window support. When imported media now initializes picture, sound, and mediawindows modules. This starts the mediawindows thread and the pygame.mixer
  • Aug 22, 2008
    r355 (added PictureInspector, Pictures and Sounds no longer initia...) committed by C.J.Maddison   -   added PictureInspector, Pictures and Sounds no longer initialize the modules, added documentation to mediawindows
    added PictureInspector, Pictures and Sounds no longer initialize the modules, added documentation to mediawindows
  • Aug 22, 2008
    r354 (Sounds and Pictures now initialize picture or sound module i...) committed by C.J.Maddison   -   Sounds and Pictures now initialize picture or sound module if it is not already inititalized.
    Sounds and Pictures now initialize picture or sound module if it is not already inititalized.
  • Aug 20, 2008
    r353 (Cool things to check out!) committed by C.J.Maddison   -   Cool things to check out!
    Cool things to check out!
  • Aug 20, 2008
    r352 (changed from color import * to import color) committed by C.J.Maddison   -   changed from color import * to import color
    changed from color import * to import color
  • Aug 20, 2008
    r351 (cleaning up code) committed by C.J.Maddison   -   cleaning up code
    cleaning up code
  • Aug 20, 2008
    r350 (working threaded window) committed by C.J.Maddison   -   working threaded window
    working threaded window
  • Aug 20, 2008
    r349 (fixed initializer bug) committed by C.J.Maddison   -   fixed initializer bug
    fixed initializer bug
  • Aug 20, 2008
    r348 ( ) committed by C.J.Maddison   -  
  • Aug 20, 2008
    r347 (with init_*() methods) committed by C.J.Maddison   -   with init_*() methods
    with init_*() methods
  • Aug 20, 2008
    r346 (got rid of import graphics) committed by C.J.Maddison   -   got rid of import graphics
    got rid of import graphics
  • Aug 20, 2008
    r345 (for paul) committed by C.J.Maddison   -   for paul
    for paul
  • Aug 19, 2008
    r344 (no real changes) committed by C.J.Maddison   -   no real changes
    no real changes
 
Hosted by Google Code