
BPM Detect
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
macrophone
12 years ago
scons: Reading SConscript files ...
Checking for pkg-config : /usr/bin/pkg-config version 0.22
Checking for qt : found in /usr
Checking for uic : found as /usr/bin/uic
Checking for moc : found as /usr/bin/moc
Checking for the qt includes : found in /usr/include/qt3/
Checking for kde-config : found /usr/bin/kde-config
Checking for kde version : 3.5.8
Checking for the kde includes : NOT found
Checking for taglib (pkg-config) : not found
Report
traaf
13 years ago
succeeded fmod install, i run the app and got these errors for every file:
Quote:
./bin/bpmdetect
load settings
Initializing FMOD sound system
FMOD version 00040809.
Driver: /dev/dsp
An Event failed to be retrieved, most likely due to 'just fail' being specified as the max playbacks behaviour. : /home/traaf/ambassador 21 - ambassador 21 vs the world/Ambassador 21 (A21 Vs The World - DTRASH39) 02 Folk Against A21.mp3
Report
HessiJames
13 years ago
Seems to affect only mp3 files. BPM Detect removes extended information like disc number and cuts long tags (id3v1 / id3v2 problem?)
Report
CuteRabbit
13 years ago
Report
d4r3b4k
13 years ago
Report
dovidhalevi
13 years ago
Where does one get it?
Report
blurymind
13 years ago
Report
dovidhalevi
13 years ago
(Information like this sort of belongs in the documentation, i.e. the readme or install text. This would avoid silly problems in building BPMDetect.)
Report
gohanz
14 years ago
http://www.slacky.it/
http://www.slacky.it/index.php?option=com_remository&Itemid=29&func=fileinfo&id=1291
Report
gohanz
14 years ago
This is the Fmodex Makefile
VERSION = 4.04.16
LIBDIR = api/lib
HDRDIR = api/inc
DESTLIBDIR = /usr/lib
DESTHDRDIR = /usr/include/fmodex
And there is no Categories in the bmpdetect.desktop file, than the Kmenu don't show the voice.
Maybe good categories for desktop file are
Categories=Qt;KDE;AudioVideo;
Report