Home Forum
Welcome, Guest
Please Login or Register.    Lost Password?
Re:Open source BPM algorithm gone? (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Re:Open source BPM algorithm gone?
#28
Open source BPM algorithm? 6 Months ago Karma: 0  
Where is the source code?

Thanks,
Kin
kin (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
The administrator has disabled public write access.  
#29
Re:Open source BPM algorithm? 6 Months ago Karma: 1  
Ahoy,

The latest C++ and Javascript versions will be committed here within the next two days (hopefully get time to do it tonight):

sourceforge.net/projects/beatdetektor/

You can currently find it in the cubicvr repository under "vis_testbed" and "CubicFX" but those versions are out of date in comparison to the iPhone -- the version to be posted shortly includes many improvements like fractional detection as well as better source comments.

Cheers,
-CJ
admin (Admin)
Charles J. Cliffe
Admin
Posts: 22
graph
User Offline Click here to see the profile of this user
Gender: Male Location: Kingston, Ontario
Logged Logged  
 
The administrator has disabled public write access.  
#30
Re:Open source BPM algorithm? 6 Months ago Karma: 1  
Ahoy,

BeatDetektor core source files for Javascript and C++ and some tests have been posted on SourceForge, you can download them using subversion:

Code:

svn co https://beatdetektor.svn.sourceforge.net/svnroot/beatdetektor beatdetektor


Let me know if you have any questions.

Cheers,
-CJ
admin (Admin)
Charles J. Cliffe
Admin
Posts: 22
graph
User Offline Click here to see the profile of this user
Gender: Male Location: Kingston, Ontario
Logged Logged  
 
The administrator has disabled public write access.  
#33
Re:Open source BPM algorithm gone? 3 Months, 2 Weeks ago Karma: 0  
Hi, did you take down the source? I can't find it anymore and I would love to noodle through it.
Jarson (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
The administrator has disabled public write access.  
#34
Re:Open source BPM algorithm gone? 3 Months, 2 Weeks ago Karma: 1  
I've verified the link and the svn checkout procedure listed here is working correctly, SourceForge might have just been doing maintenance or something at the time you checked it.

You can browse the source directly online at:

beatdetektor.svn.sourceforge.net/viewvc/beatdetektor/trunk/

Note the 'core' directory has the actual lib in c++ and js -- the examples just reference them as svn:external folders.
admin (Admin)
Charles J. Cliffe
Admin
Posts: 22
graph
User Offline Click here to see the profile of this user
Gender: Male Location: Kingston, Ontario
Logged Logged  
 
The administrator has disabled public write access.  
#36
Re:Open source BPM algorithm? 2 Months ago Karma: 0  
I'm having some trouble getting BeatDetektor to work on the iPhone. I pretty much just copied over the core directory, and some code from main.cpp from the test_app project.

I get EXC_BAD_ACCESS when doing:

Code:

alcCaptureOpenDevice(NULL, SRATE*2, AL_FORMAT_STEREO16, BUF);


And I have no idea why.

Any help please?
quano (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
Last Edit: 2010/07/08 16:56 By quano.
 
The administrator has disabled public write access.  
Go to top