public
Description: A WaveView modified from ArkWaveView
Homepage:
Clone URL: git://github.com/jjgod/JJWaveView.git
name age message
file .gitignore Mon May 04 01:30:14 -0700 2009 Add project files [jjgod]
file ArkLinePrefs.h Mon May 04 01:27:07 -0700 2009 Style fixes [jjgod]
file ArkLinePrefs.m Mon May 04 01:27:07 -0700 2009 Style fixes [jjgod]
file ArkWaveView.h Mon May 04 01:27:07 -0700 2009 Style fixes [jjgod]
file ArkWaveView.mm Mon May 04 01:27:07 -0700 2009 Style fixes [jjgod]
directory English.lproj/ Mon May 04 01:30:14 -0700 2009 Add project files [jjgod]
file Info.plist Mon May 04 01:30:14 -0700 2009 Add project files [jjgod]
file Makefile Mon May 04 01:27:07 -0700 2009 Style fixes [jjgod]
file README.markdown Mon May 04 01:00:10 -0700 2009 Initial commit [jjgod]
file Utility.h Mon May 04 01:27:07 -0700 2009 Style fixes [jjgod]
directory WaveView.xcodeproj/ Mon May 04 01:30:14 -0700 2009 Add project files [jjgod]
file WaveView_Prefix.pch Mon May 04 01:30:14 -0700 2009 Add project files [jjgod]
file main.m Mon May 04 01:30:14 -0700 2009 Add project files [jjgod]
file test.m Mon May 04 01:27:07 -0700 2009 Style fixes [jjgod]
file version.plist Mon May 04 01:30:14 -0700 2009 Add project files [jjgod]
README.markdown

JJWaveView - A clean-room implementation of ArkWaveView

ArkWaveView is a (and perhaps the only) implementation to browse sound tracks in 2D graphical form with Cocoa and C++. The only catch is it requires a lot of libraries like MOKit and libsndfile. This implementation (JJWaveView) aims to remove most of the requirements, use Mac OS X (10.5+) core frameworks like Core Audio to replace them.