Original Source
- Original title: Music Generator
- Original author: Capitán
- Original date: June 16, 2015
- Source thread: https://forums.rpgmakerweb.com/threads/music-generator.41235/
- Source forum path: Game Development Engines > Ruby Game System (RGSS) Scripts > RGSS3 Scripts (RMVX Ace)
Summary
Music Generator (Made this for the purpose of humor) - Yuuta Kirishima Something I wrote in 10 minutes, RGSS3 Generates music from sound files Labeling it v-0.1 because the sounds are not good right now lol I actually managed to generate 1 decent track.
Archived First Post
- Yuuta Kirishima
Something I wrote in 10 minutes, RGSS3 Generates music from sound files
Labeling it v-0.1 because the sounds are not good right now lol I actually managed to generate 1 decent track.
Basically it generates music from sounds and simple math formulas, test it out yourself
Instructions:
Place all Sound Files in the Audio/SE folder
Use the script call:
GenerateMusic.play(loop)
Set loop to either true or false
if loop is set to True then the music will play continuosly (for now until the game is stopped or until another sound effect is played)
If loop is set to false then the music will terminate.
Downloads:
Sound Files
Scripthttp://github.com/Heark/rgss3/blob/master/musicgenerator/musicgenerator.rb
Terms of Use:
The script is free to use in both commercial and in non-commerical, The sound files however are not, the website I got them from prohibits commercial use.
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
Terms of Use: The script is free to use in both commercial and in non-commerical, The sound files however are not, the website I got them from prohibits commercial use.
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
Topic Summary
Loading summary...