7182 projects tagged "Windows"
wx12Ton helps one to work with music involving twelve-note series. In particular, it displays the 48 forms of a twelve-note series, and tests series for tonal phrases. In addition, wx12Ton allows the user to list the complete set of all twelve-note series which satisfy certain criteria.
wxBase contains most of the non-GUI classes from the wxWindows cross-platform C++ framework. There are 2 categories: generally useful portable code (date/time handling, command line parsing, regular expression support) and wrappers for the OS objects (files, directories, sockets, threads, etc.) allowing you to write portable programs easily.
wxDesigner is a dialog editor and RAD tool for the wxWindows C++ library and its popular Python and Perl bindings. It includes a visual dialog editor, a bitmap editor, a syntax-highlighting source editor, and built-in mechanisms for automatic generation of file skeletons, GUI classes, event handlers, and getter functions. It provides an identical user interface and identical functionality for C++, Perl, and Python, and it can generate output in C++, Python, Perl, and XML.
wxMusik is a fast and lean music library player for Windows and Linux. It supports MP3, MP2 , Ogg, APE, MPC, and FLAC, WAV, and AIFF formats on all platforms and WMA on Windows. It features powerful dynamic playlists that use SQLite, supports listening to Icecast and Shoutcast streams in a reliable manner, and has a nice cross-fading feature and a really cool autodj feature.
wxOptParse is a Python program that brings up a graphical representation of the command line options of a Python program, if it happens to use the standard optparse module. What this means is that if if you have a program that uses optparse you can optionally click on checkboxes, edit boxes, combo boxes, etc. instead of using the command line.