Advanced Search

Author Topic: I need help with loops.  (Read 2469 times)

0 Members and 1 Guest are viewing this topic.

August 26, 2016, 10:20:03 AM
Read 2469 times

Offline PotatoStrike

  • Standard Member
  • Date Registered: March 12, 2014, 04:29:39 PM

    • View Profile
I need help with loops.
« on: August 26, 2016, 10:20:03 AM »
So as many of you may know, MM8BDM v5 had the feature of looping musics. Great changes, it feels more like Mega Man since the previous loops weren't conventional loops. Now I may ask:

How does it work and how can I reproduce it in a custom map?

Because it would be really helpful for any mapper that want their music looped correctly.

Thanks for answering.

August 26, 2016, 02:44:20 PM
Reply #1

Offline Russel

  • MM8BDM Extender

  • Doc Croc
  • **********
  • Date Registered: December 17, 2010, 11:11:25 PM

    • View Profile
Re: I need help with loops.
« Reply #1 on: August 26, 2016, 02:44:20 PM »
You need to get a program like Winamp or Audacity that can edit the tags of a music file. Things like Name, Author, etc.
After this, you add a new tag named LOOP_START, with the value of the tag being the time you wish for the loop to start.

Say the intro of a song ends at 5.432 seconds. The value of the tag should be :5.432.
That's it, really.

If you need examples, you can look at pretty much any track from LegoPack or MM8BDM-v5.
8BDM uses sample position instead of time, in Audacity this can be viewed by changing the units viewed under Selection Start at the bottom of the editor.

August 27, 2016, 12:08:40 PM
Reply #2

Offline PotatoStrike

  • Standard Member
  • Date Registered: March 12, 2014, 04:29:39 PM

    • View Profile
Re: I need help with loops.
« Reply #2 on: August 27, 2016, 12:08:40 PM »
Alright, thanks for answering. I tried some loop but when I did change the music, it shows this:

Code: [Select]
Invalid LOOP_START tag: '6.629'
Can you help me on this please?

September 04, 2016, 04:36:18 PM
Reply #3

Offline Russel

  • MM8BDM Extender

  • Doc Croc
  • **********
  • Date Registered: December 17, 2010, 11:11:25 PM

    • View Profile
Re: I need help with loops.
« Reply #3 on: September 04, 2016, 04:36:18 PM »
Wow I'm late on this.
You need to start the value with a colon. The value on the above should be ":6.629", not including quotation marks.

Sorry about the late response.

September 16, 2016, 08:52:51 AM
Reply #4

Offline Zdagger67

  • Standard Member

  • Just still Oppo lady silver
  • Date Registered: January 15, 2016, 01:30:24 PM

    • View Profile
Re: I need help with loops.
« Reply #4 on: September 16, 2016, 08:52:51 AM »
if you working looping music, change your hh:mm:ss+millisecond into samples in selection start.
here explain it:


so "6.629 second" It is "292354 samples", This solution is right for looping music

September 16, 2016, 02:55:27 PM
Reply #5

Offline TheDoc

  • Standard Member
  • Date Registered: August 31, 2011, 10:37:33 PM

    • View Profile
Re: I need help with loops.
« Reply #5 on: September 16, 2016, 02:55:27 PM »
Actually, I do it with milliseconds just fine. When you export it, just create a new category called LOOP_START (underneath the categories like Artist, Author, etc.), then fill in the corresponding box likes Lego shows. Be sure not the forget the colon at the beginning and you should be good to go.

Ex:
Quote from: Lego
The value of the tag should be :5.432.

September 16, 2016, 03:06:07 PM
Reply #6

Offline Russel

  • MM8BDM Extender

  • Doc Croc
  • **********
  • Date Registered: December 17, 2010, 11:11:25 PM

    • View Profile
Re: I need help with loops.
« Reply #6 on: September 16, 2016, 03:06:07 PM »
both samples and time tags work fine
core MM8BDM uses samples [which I did not know when I looped NEEMUS which is why it's screwed up] while my map pack uses time.

both work fine and neither is explicitly better, I just prefer time because it's clearer.

September 25, 2016, 04:29:01 PM
Reply #7

Offline PotatoStrike

  • Standard Member
  • Date Registered: March 12, 2014, 04:29:39 PM

    • View Profile
Re: I need help with loops.
« Reply #7 on: September 25, 2016, 04:29:01 PM »
Now it works with samples! Thank you so much, guys!