|
From: Yoda-JM <yo...@us...> - 2009-08-28 18:13:06
|
Module: performous Branch: master Commit: 8c81069b3fcad29a3c8c09886e3abd9e0c5f137f Author: Vincent Le Ligeour <yo...@us...> Date: Fri Aug 28 20:12:24 2009 +0200 Added some preliminary code for song editor sandbox --- CMakeLists.txt | 1 + editor/CMakeLists.txt | 40 +++++++ editor/config.cmake.hh | 16 +++ editor/ffmpeg.cc | 286 ++++++++++++++++++++++++++++++++++++++++++++++++ editor/ffmpeg.hh | 241 ++++++++++++++++++++++++++++++++++++++++ editor/main.cc | 18 +++ editor/pitch.cc | 197 +++++++++++++++++++++++++++++++++ editor/pitch.hh | 111 +++++++++++++++++++ editor/util.hh | 25 ++++ editor/xtime.hh | 34 ++++++ 10 files changed, 969 insertions(+), 0 deletions(-) |