so I want to code a ddream replacement since its website died

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • leonid
    I am leonid
    FFR Simfile Author
    FFR Music Producer
    • Oct 2008
    • 8080

    #16
    Re: so I want to code a ddream replacement since its website died

    Originally posted by TheLaughingSpaz
    Why is that a major problem for an editor?
    Because some stepauthors can't read upscroll (e.g. me)



    Proud member of Team No

    Comment

    • NeoMasterPie
      Forum User
      • Jul 2007
      • 1405

      #17
      Re: so I want to code a ddream replacement since its website died

      omg... this sounds amzin... you have my full support (':

      edit: this is just something very minor, but i think it would be cool to eventually support 3.9 noteskins to step with if you can figure it out

      Comment

      • qqwref
        stepmania archaeologist
        FFR Simfile Author
        • Aug 2005
        • 4092

        #18
        Re: so I want to code a ddream replacement since its website died

        Originally posted by Patashu
        -To be able to step with beats or with bpms and mix the two models on the go depending on what's more appropriate, and to have stops at the same time.
        If you make something like ddream which lets you sync from the perspective of BPM, I will use it for stepping. Also you will be awesome. Just sayin'.
        Best AAA: Policy In The Sky [Oni] (81)
        Best SDG: PANTS (86)
        Best FC: Future Invasion (93)

        Comment

        • Jousway
          FFR Player
          • Jun 2009
          • 867

          #19
          Re: so I want to code a ddream replacement since its website died

          Originally posted by leonid
          Because some stepauthors can't read upscroll (e.g. me)
          well you better learn then , I can read up and down scroll
          Its not a bug its a FEATURE!



          Comment

          • ddrxero64
            FFR Player
            • Nov 2008
            • 790

            #20
            Re: so I want to code a ddream replacement since its website died

            Originally posted by Jousway
            well you better learn then , I can read up and down scroll
            Or you can install both to make it customizable. I can read both default and flashy noteskins.

            Same concept.

            Comment

            • Jousway
              FFR Player
              • Jun 2009
              • 867

              #21
              Re: so I want to code a ddream replacement since its website died

              Originally posted by ddrxero64
              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!



              Comment

              • TheLaughingSpaz
                FFR Player
                • Apr 2006
                • 7

                #22
                Re: so I want to code a ddream replacement since its website died

                -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. :-\

                Comment

                • aj187
                  FFR Player
                  • Dec 2002
                  • 74

                  #23
                  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.

                  @ssc_kki on Twitter
                  StepMania 5 Themes available from spinal shark collective. Might also want to check the SM5 Theme Update.

                  Comment

                  • MetzgerSM
                    FFR Player
                    • Feb 2009
                    • 241

                    #24
                    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

                    Comment

                    • jimerax
                      FFR Simfile Author
                      FFR Music Producer
                      • Nov 2003
                      • 8185

                      #25
                      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, 11:15 AM.

                      Comment

                      • MetzgerSM
                        FFR Player
                        • Feb 2009
                        • 241

                        #26
                        Re: so I want to code a ddream replacement since its website died

                        I want to know it now!
                        it prevents me from stepping

                        Comment

                        • Wineandbread
                          Custom User Title
                          • Oct 2007
                          • 2105

                          #27
                          Re: so I want to code a ddream replacement since its website died

                          Originally posted by MetzgerSM
                          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 (,:
                          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.


                          Comment

                          • Charlo
                            FFR Player
                            • Oct 2005
                            • 199

                            #28
                            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:

                            Comment

                            • john_reactor
                              FFR Player
                              • Sep 2004
                              • 4

                              #29
                              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

                              Comment

                              • who_cares973
                                FFR Player
                                • Aug 2006
                                • 15407

                                #30
                                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

                                Comment

                                Working...