Go Back   Flash Flash Revolution > Gaming > Stepmania
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
Old 04-28-2011, 11:33 PM   #21
Jousway
FFR Player
 
Jousway's Avatar
 
Join Date: Jun 2009
Posts: 865
Default Re: so I want to code a ddream replacement since its website died

Quote:
Originally Posted by ddrxero64 View Post
Or you can install both to make it customizable. I can read both default and flashy noteskins.

Same concept.
or you could just flip your monitor upside down haha
__________________
Its not a bug its a FEATURE!



Jousway is offline   Reply With Quote
Old 05-1-2011, 08:38 PM   #22
TheLaughingSpaz
FFR Player
FFR Veteran
 
TheLaughingSpaz's Avatar
 
Join Date: Apr 2006
Posts: 7
Default Re: so I want to code a ddream replacement since its website died

Quote:
-Does anyone know good java libraries for music file manipulation, e.g. for ddream's waveform display, waveform filtering and ability to change the music rate while playing? How would I do all this?
Hey Patashu, I've been looking into this a bit out of curiosity. You are most probably not going to be able to find any Java-native audio libraries. Libraries of that sort are usually in C or C++. Four that I found were SDL, SFML, Bass, and fmod. That leaves you with three options.

1. Find a library that has bindings for Java. I tried out the C# binding of SFML. The example program worked...but would crash with "this application tried to access memory at 0xblahblah" when the program tried to exit. I haven't looked into the cause of the error. Other language bindings for it are several versions behind and likely haven't been updated in a while. So...you might have trouble finding an audio library with good Java bindings. Bass appears to have an unofficial Java binding, maybe you could try that.

2. Find a library that exports a C API (all of ones I listed above do) and write your own bindings for the functions you need using JNI or whatever it is that Java uses.

3. Embrace the suckiness that is C++. At least you'd avoid requiring a JVM to be installed and gain a lower memory footprint and maybe better performance.

Not terribly appealing options. :-\
TheLaughingSpaz is offline   Reply With Quote
Old 05-1-2011, 09:13 PM   #23
aj187
FFR Player
 
aj187's Avatar
 
Join Date: Dec 2002
Posts: 74
Default Re: so I want to code a ddream replacement since its website died

LWJGL allows access to OpenAL.
There's also Sonia and the few native ports on this page.
aj187 is offline   Reply With Quote
Old 05-2-2011, 12:07 PM   #24
MetzgerSM
FFR Player
 
MetzgerSM's Avatar
 
Join Date: Feb 2009
Location: Germany
Posts: 241
Default Re: so I want to code a ddream replacement since its website died

I have a question... how can I put in different, but static BPMs in one file with BPM changes in DDream?
example: a bit of the song is 225 BPM, it goes further with 240 and ends with 210
__________________
MetzgerSM is offline   Reply With Quote
Old 05-2-2011, 12:10 PM   #25
jimerax
Retired StaffFFR Simfile AuthorFFR Music ProducerFFR Veteran
 
jimerax's Avatar
 
Join Date: Nov 2003
Location: Tokyo
Posts: 8,185
Send a message via AIM to jimerax Send a message via MSN to jimerax Send a message via Skype™ to jimerax
Default Re: so I want to code a ddream replacement since its website died

oh didn't notice this.. where's the author now?

gl pat

Last edited by jimerax; 05-2-2011 at 12:15 PM..
jimerax is offline   Reply With Quote
Old 05-5-2011, 01:23 PM   #26
MetzgerSM
FFR Player
 
MetzgerSM's Avatar
 
Join Date: Feb 2009
Location: Germany
Posts: 241
Default Re: so I want to code a ddream replacement since its website died

I want to know it now!
it prevents me from stepping
__________________
MetzgerSM is offline   Reply With Quote
Old 05-5-2011, 03:08 PM   #27
Wineandbread
Custom User Title
FFR Veteran
 
Wineandbread's Avatar
 
Join Date: Oct 2007
Posts: 2,105
Default Re: so I want to code a ddream replacement since its website died

Quote:
Originally Posted by MetzgerSM View Post
I want to know it now!
it prevents me from stepping
highlight the beats you want to change in sync mode and Grow/Shrink the region to the designated bpm you want


Also this will be amzin hopefully (,:
__________________
Quote:
Originally Posted by Gundam-Dude
my semen is flying through the air as we speak
We climb up a lot of ladders, and fall down a lot of chutes.

Taking "all" oddjobs! PM me requests. Requests filled: 2 last active Mar. 6th, 2017


Keep it real pls. Will deny requests I cannot manage.


Wineandbread is offline   Reply With Quote
Old 05-6-2011, 08:23 PM   #28
Charlo
FFR Player
 
Charlo's Avatar
 
Join Date: Oct 2005
Location: Wisconsin
Posts: 199
Default Re: so I want to code a ddream replacement since its website died

This would be quite a large undertaking. My suggestion would be to get just a simple stepping tool created first, something even simpler than the one that comes with SM. If you can get that done, building on components such as waveforms would be more manageable.

Also, some kind of XML file format for charts would be cool. Would make it easy to write new applications that parse charts.
__________________
Check out Guessthatalbum.com for a fun music-related game.

I make metal files for keyboard players! Check them out at:
Charlo is offline   Reply With Quote
Old 05-13-2011, 10:50 AM   #29
john_reactor
FFR Player
 
Join Date: Sep 2004
Posts: 4
Default Re: so I want to code a ddream replacement since its website died

I`m cheering extensively for your project Patashu.
I have suggestion. Try to implement spectral frequency view in your program instead of waveform. I`ve noticed that in many songs, beats are very easy to find, then you use this view mode. No filtering is needed. Let me illustrate. Here`s link to the image: http://krokmania.com/tmp/beat.jpg
john_reactor is offline   Reply With Quote
Old 05-13-2011, 05:45 PM   #30
who_cares973
FFR Player
 
who_cares973's Avatar
 
Join Date: Aug 2006
Location: :U
Age: 35
Posts: 15,407
Send a message via AIM to who_cares973 Send a message via MSN to who_cares973 Send a message via Yahoo to who_cares973 Send a message via Skype™ to who_cares973
Default Re: so I want to code a ddream replacement since its website died

Hey that's awesome. I wouldn't mind using that. Assuming its implemented I hope it won't be the same colour lol
__________________
who_cares973 is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT -5. The time now is 12:27 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright FlashFlashRevolution