1waffle1
|
  |
| Joined: 16 Oct 2007 |
| Total Posts: 16381 |
|
|
| 03 Jan 2012 08:13 PM |
| I only have a small list of Roblox music. Gothic (at a high pitch) is the only good-enough song in the entire list. All of the other old sounds I used to play in my other games (2008) are gone now. (Sandstorm, some other song) None of the encrypted song links work for half of Roblox. Besides just normal (1-10 second) noises, what is there for songs (besides RIDI)? |
|
|
| Report Abuse |
|
|
Quenty
|
  |
| Joined: 03 Sep 2009 |
| Total Posts: 9316 |
|
|
| 03 Jan 2012 08:14 PM |
| Use RIDI. Also, look up Music on the ROBLOX wiki, I just added a ton today to it. |
|
|
| Report Abuse |
|
|
1waffle1
|
  |
| Joined: 16 Oct 2007 |
| Total Posts: 16381 |
|
|
| 03 Jan 2012 08:23 PM |
| How did you find all those music links..? |
|
|
| Report Abuse |
|
|
1waffle1
|
  |
| Joined: 16 Oct 2007 |
| Total Posts: 16381 |
|
|
| 03 Jan 2012 08:30 PM |
This is what I have now:
local list = [[[No music]: blank Awakening: http://www.roblox.com/asset/?id=27697277 Better Off Alone (remix): http://www.roblox.com/asset/?id = 27697392 Caramel Dansen: http://www.roblox.com/asset/?id=2303479 Choir: http://www.roblox.com/asset/?id=1372258 Chrono Trigger Theme: http://www.roblox.com/asset/?id=1280463 Cursed Abbey: http://www.roblox.com/asset/?id=1372257 Entertainer Rag: http://www.roblox.com/asset/?id = 27697267 FFVII Battle AC: http://www.roblox.com/asset/?id=1280473 Final Destination: http://www.roblox.com/asset/?id=1280414 Fire Emblem: http://www.roblox.com/asset/?id=1372259 Flight of the Bumblebee: http://www.roblox.com/asset/?id = 27697719 Foggy Mountain Breakdown: http://www.roblox.com/asset/?id=27697298 Gothic: http://www.roblox.com/asset/?id=27697743 Halo Theme: http://www.roblox.com/asset/?id=1034065 Hip Hop: http://www.roblox.com/asset/?id=27697735 Intro: http://www.roblox.com/asset/?id = 27697707 M.U.L.E: http://www.roblox.com/asset/?id=1077604 Music for a Film: http://www.roblox.com/asset/?id = 27697713 One Winged Angel: http://www.roblox.com/asset/?id=1372260 Pokemon Theme: http://www.roblox.com/asset/?id=1372261 Resist (remix): http://www.roblox.com/asset/?id = 27697234 Rick Roll: http://www.roblox.com/asset/?id=2027611 Star Fox: http://www.roblox.com/asset/?id=1372262 Super Mario 64: http://www.roblox.com/asset/?id=1280470 Winds Of Fjords: http://www.roblox.com/asset/?id=1015394 Woman King: http://www.roblox.com/asset/?id=5982975]]
local name = {} local id = {} local pitch = {} for v in list:gmatch("[^\n]+") do local a, b = v:find(":") table.insert(name, v:sub(1, a-1)) table.insert(id, v:sub(a+2)) table.insert(pitch, 12) end |
|
|
| Report Abuse |
|
|
br45entei
|
  |
| Joined: 06 Nov 2010 |
| Total Posts: 1058 |
|
|
| 03 Jan 2012 09:25 PM |
This is from the wiki:
Songs = { ["Gothic"] = { Artist = "Zero Project", ItemId = "http://www.roblox.com/asset/?id = 27697743", DatabaseId = "http://c7bg.roblox.com/76d00f427b9ac4196f67a2b17891954a", Length = 346.464 }, ["Hip Hop"] = { Artist = "Jeff Syndicate", ItemId = "http://www.roblox.com/asset/?id = 27697735", DatabaseId = "http://c3bg.roblox.com/630a7f54523b96b980ff1d8939a03482", Length = 228.672 }, ["Flight of the Bumblebee"] = { Artist = "Daniel Bautista", ItemId = "http://www.roblox.com/asset/?id = 27697719", DatabaseId = "http://c7bg.roblox.com/72c546f1c54db95088a7c8812dacf7e2", Length = 108.016327 }, ["Music for a Film"] = { Artist = "Daniel Bautista", ItemId = "http://www.roblox.com/asset/?id = 27697713", DatabaseId = "http://c4bg.roblox.com/16f7c76798017c91441fb21b5a30a943", Length = 226.008 }, ["Intro"] = { Artist = "Daniel Bautista", ItemId = "http://www.roblox.com/asset/?id = 27697707", DatabaseId = "http://c6bg.roblox.com/d4c9789e1ad5f352360029bb1bfd14f7", Length = 156.312 }, ["Better Off Alone (remix)"] = { Artist = "DJ Glejs", ItemId = "http://www.roblox.com/asset/?id = 27697392", DatabaseId = "http://c1bg.roblox.com/285e6ae5d39e3e9ce0ae2cfd6655967f", Length = 362.016 }, ["Foggy Mountain Breakdown"] = { Artist = "Flatt & Scruggs", ItemId = "http://www.roblox.com/asset/?id = 27697298", DatabaseId = "http://c1bg.roblox.com/88189e83713ecb77929aa97d5ca10db9", Length = 163.728 }, ["Awakening"] = { Artist = "Positively Dark", ItemId = "http://www.roblox.com/asset/?id = 27697277", DatabaseId = "http://c0bg.roblox.com/a6808f735e7da071156c8b46fe3f62ad", Length = 268.056 }, ["Entertainer Rag"] = { Artist = "Scott Joplin", ItemId = "http://www.roblox.com/asset/?id = 27697267", DatabaseId = "http://c0bg.roblox.com/12abdbba12192560ca9dcf1554f61da3", Length = 265.68 }, ["Resist (remix)"] = { Artist = "Mubarek", ItemId = "http://www.roblox.com/asset/?id = 27697234", DatabaseId = "http://c6bg.roblox.com/95bed730f2c92540c86adf1bbdd0a0a8", Length = 446.184 } } |
|
|
| Report Abuse |
|
|
1waffle1
|
  |
| Joined: 16 Oct 2007 |
| Total Posts: 16381 |
|
|
| 03 Jan 2012 09:44 PM |
| Thanks for nothing, entei. |
|
|
| Report Abuse |
|
|
Quenty
|
  |
| Joined: 03 Sep 2009 |
| Total Posts: 9316 |
|
|
| 03 Jan 2012 10:10 PM |
You literally have almost every single song ROBLOX has uploaded with the exception of around 5 or so.
Seriously. Use RIDI. There are like 100 premade songs for it. |
|
|
| Report Abuse |
|
|
1waffle1
|
  |
| Joined: 16 Oct 2007 |
| Total Posts: 16381 |
|
|
| 03 Jan 2012 11:03 PM |
| But they're all just beeps and pew pews. |
|
|
| Report Abuse |
|
|
|
| 04 Jan 2012 12:23 AM |
I should probably make a public RIDI composer soon. =/
I've been waiting to ask an admin about uploading a bunch of sound files (for each instrument, a midi file containing a single C4 note. It might be less than a KB for all of them) so I can make RIDI 2.0, and trying to work out how to read/convert MIDIs. |
|
|
| Report Abuse |
|
|
NXTBoy
|
  |
| Joined: 25 Aug 2008 |
| Total Posts: 4533 |
|
|
| 04 Jan 2012 02:06 AM |
@1waffle1: Y U NO Patterns?
local sounds = {} for name, url in list:gmatch("(.-): (.*)") do table.insert(sounds, { id = url, name = name, pitch = 12 }) end |
|
|
| Report Abuse |
|
|
|
| 08 Feb 2012 12:42 PM |
| Wow! This forum helped me a TON. Thanks! |
|
|
| Report Abuse |
|
|
|
| 08 Feb 2012 01:12 PM |
@brandonhare
Implementing MIDI in ROBLOX is something I dream about at night. |
|
|
| Report Abuse |
|
|
|
| 08 Feb 2012 03:48 PM |
@jedit
why u no do it then? :L |
|
|
| Report Abuse |
|
|
|
| 12 Aug 2016 12:08 AM |
bump
dis is a good post1!!1!! |
|
|
| Report Abuse |
|
|
| |
|
typo432
|
  |
| Joined: 01 Dec 2011 |
| Total Posts: 897 |
|
| |
|