Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: How to make music/sound, easily?  (Read 2737 times)

0 Members and 1 Guest are viewing this topic.

unranked86

  • Newbie
  • *
  • Posts: 37
    • View Profile
How to make music/sound, easily?
« on: July 12, 2012, 06:02:46 pm »
Hello guys.

I know, that this question has nothing to do with SFML at all, so sorry about that.
I need a software for creating music. So far, I'm playing around with Rosegarden with the Musica Theora soundfont, which is nice and all, and if I click here and there, and press some buttons on my keyboard, I can generate some noise. In other words, it is not what I'm looking for. What I want is something really simple, and easy to use stuff, because I have no idea how to compose music.
This software should be really, really cheap, preferably for free (no trial, and shareware, and of course no illegal stuff), and I should be able to create some basic music in a matter of minutes, without any musical knowledge.

Also looking for something to create sound effects. Like explosions, shooting and so on.

Any suggestions ?

Calmatory

  • Newbie
  • *
  • Posts: 16
    • View Profile
Re: How to make music/sound, easily?
« Reply #1 on: July 12, 2012, 06:42:03 pm »
Code: [Select]
#include <math.h> /*** ---- viznut --- http://www.hytti.uku.fi/~vheikkil/ */
main(v,i,z,n,u,t){for(v=-1;;)for(n=pow(/* gcc -lm sig.c; a.out > /dev/dsp */
1.06,"`cW`g[`cgcg[eYcb^bV^eW^be^bVecb^"[++v&31]+(v&64)/21),i=999;i;putchar(
128+((8191&u)>i?0:i/8)-((8191&(z+=n))*i-->>16)))u+=v&1?t/2:(t=v&6?t:n/4);}

It works. Plays a cool tune on any Unix machine with /dev/dsp. Honest.
The amount of effort we put into something arbitrary we do in our everyday lives is proportional to the amount we gain from it. It's fascinating how this applies to everything in our lives. Your task is to try to enjoy and make the most out of it.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10823
    • View Profile
    • development blog
    • Email
Re: How to make music/sound, easily?
« Reply #2 on: July 12, 2012, 06:47:57 pm »
I need a software for creating music. So far, I'm playing around with Rosegarden with the Musica Theora soundfont, which is nice and all, and if I click here and there, and press some buttons on my keyboard, I can generate some noise. In other words, it is not what I'm looking for. What I want is something really simple, and easy to use stuff, because I have no idea how to compose music.
This software should be really, really cheap, preferably for free (no trial, and shareware, and of course no illegal stuff), and I should be able to create some basic music in a matter of minutes, without any musical knowledge.

Also looking for something to create sound effects. Like explosions, shooting and so on.
Are you serious? At least gave me a good laughter. ;D

So you're basically ask for an application that has a button and when you click it, it generates all the wonderfull sound and music that you can use in your game and of course it should be for free? ::)

Do you think programming is a hard job? Yes? Then why do you think creating music or sound is something that one should be able to do just by clicking some buttons? The music 'industry' is way bigger than the game industry and way more people make their living with it...

To kind of answer your question, you can search for 'sample library' to maybe get some usefull samples for sounds. If you want music, I guess you could browse diffrent music website like soundcloud.com and maybe some of the artist will let you use their music for free.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

bastien

  • Full Member
  • ***
  • Posts: 231
    • View Profile
    • http://bastien-leonard.alwaysdata.net
Re: How to make music/sound, easily?
« Reply #3 on: July 12, 2012, 08:12:03 pm »
There are sound generators, this one is pretty nice: http://www.bfxr.net/

There are some music generators too: http://www.ludumdare.com/compo/2012/04/16/some-useful-music-generators/
Although personally I would prefer looking for free music.
Check out pysfml-cython, an up to date Python 2/3 binding for SFML 2: https://github.com/bastienleonard/pysfml-cython

 

anything