Code: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (9 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
< | <img src="http://www.kjams.com/resources/open_source.png" href="http://www.opensource.org"/><br> | ||
Okay, so i'll put up some of my programming experiences here. Yeah, that. | Okay, so i'll put up some of my programming experiences here. Yeah, that. | ||
| Line 11: | Line 11: | ||
* [[Code/AudioClip Recorder|AudioClip Recorder]] automates the creation of audio clips of your productions, and their crossfaded playback<br> | * [[Code/AudioClip Recorder|AudioClip Recorder]] automates the creation of audio clips of your productions, and their crossfaded playback<br> | ||
* [[Code/new iTunes Crossfader|iTunes Crossfader]] automates the cross fading between iTunes and kJams. This new version allows more flexible volume settings<br> | * [[Code/new iTunes Crossfader|iTunes Crossfader]] automates the cross fading between iTunes and kJams. This new version allows more flexible volume settings<br> | ||
* [[Code/new kJams server pages with autologout|Server AutoLogout]] New versions of the kJams server pages with autologout and delete key trapping<br> | * [[Code/new kJams server pages with autologout|Server AutoLogout]] [Deprecated] New versions of the kJams server pages with autologout and delete key trapping<br> | ||
* [[Code/new AUTOMAGIC iTunes Crossfader|iTunes autoCrossfader]] Automates the cross fading between iTunes and kJams. Runs continuously in the background<br> | * [[Code/new AUTOMAGIC iTunes Crossfader|iTunes autoCrossfader]] Automates the cross fading between iTunes and kJams. Runs continuously in the background<br> | ||
* [[Code/new Copy Singers|Copy Singers | * [[Code/new Copy Singers|Copy Singers]] [Deprecated] Service to automate the transfer of Singers between venues<br> | ||
* [[Code/new Sound Effects Player|Sound Effects Player | * [[Code/new Sound Effects Player|Sound Effects Player]] Service to provide kJams (or any other program) the ability to play overlapping sound effects<br> | ||
* [[Code/new Video Backdrop Generator|Video Backdrop Generator]] Service to provide kJams with both static and animated lyric screen backdrops.<br> | * [[Code/new Video Backdrop Generator|Video Backdrop Generator]] Service to provide kJams with both static and animated lyric screen backdrops.<br> | ||
* [[Server/Code|Flashing "Song Added" alert text]] by the kJams [[Server]]<br> | |||
* [[Code/New Server Files]] Adds a number of features to make using the server a more streamlined experience.<br> | |||
* [[Python/Code|Python code]] for embedding in C++ | |||
* [[Code/new purgeVM|purgeVM]] purge unused RAM and remove unnecessary swap for OSX<br> | |||
* [[Blog/Parallels/Solution|Debug a QuickTime app in Parallels without hanging]] by removing the "QTIdle" window from the clipboard chain | |||
Latest revision as of 01:18, 17 November 2025
Okay, so i'll put up some of my programming experiences here. Yeah, that.
- Java served up by the kJams Server
- CFLite My crowning achievement in Open Source.
- Hello FUSE Carbon
- LAME a universal binary of the famous MP3 encoder
- OGG Vorbis Comment Edit Frameworks to edit Meta Data tags in Vorbis files
- karaokeArchiver automates the zipping together of CD+G and MP3 files
- AudioClip Recorder automates the creation of audio clips of your productions, and their crossfaded playback
- iTunes Crossfader automates the cross fading between iTunes and kJams. This new version allows more flexible volume settings
- Server AutoLogout [Deprecated] New versions of the kJams server pages with autologout and delete key trapping
- iTunes autoCrossfader Automates the cross fading between iTunes and kJams. Runs continuously in the background
- Copy Singers [Deprecated] Service to automate the transfer of Singers between venues
- Sound Effects Player Service to provide kJams (or any other program) the ability to play overlapping sound effects
- Video Backdrop Generator Service to provide kJams with both static and animated lyric screen backdrops.
- Flashing "Song Added" alert text by the kJams Server
- Code/New Server Files Adds a number of features to make using the server a more streamlined experience.
- Python code for embedding in C++
- purgeVM purge unused RAM and remove unnecessary swap for OSX
- Debug a QuickTime app in Parallels without hanging by removing the "QTIdle" window from the clipboard chain
