Search:

Type: Posts; User: teknologik

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    7,037

    Thanks MacGyver that worked on DEV-C++ perfectly,...

    Thanks MacGyver that worked on DEV-C++ perfectly, better than when i tried it using a dos compiler. You should be made a saint! certainly wont be using Turbo C v201 anymore thats for sure! Thanks to...
  2. Replies
    8
    Views
    7,037

    thanks for the info on that compiler kwak.

    thanks for the info on that compiler kwak.
  3. Replies
    8
    Views
    7,037

    thanks for those words of wisdom oh wise one! :-)

    thanks for those words of wisdom oh wise one! :-)
  4. Replies
    8
    Views
    7,037

    Compiler that uses dos.h

    this is my code which plays a scale:


    #include <stdlib.h>
    #include <dos.h>

    void my_sounds(void);

    int music(int pitch, int time)
    {
  5. Replies
    20
    Views
    8,688

    yeah google is normally my friend but not on...

    yeah google is normally my friend but not on this, i tried the harmony-central site before i came to this board.
  6. Replies
    20
    Views
    8,688

    when you say portable what do you mean? is...

    when you say portable what do you mean?

    is this 'beep' similar to the sound() and nosound()

    see i came up with something using he sound(), delay() and nosound(). but it just seemed to produce a...
  7. Replies
    20
    Views
    8,688

    ok then salem what do you recommend a suitable...

    ok then salem what do you recommend a suitable compiler?
  8. Replies
    20
    Views
    8,688

    yes the os is xp

    yes the os is xp
  9. Replies
    20
    Views
    8,688

    hello kwak, the compiler which i am using...

    hello kwak,

    the compiler which i am using Turbo C v 2.0.1 (i think) didnt seem to like the _ between the notes, is there anything you can suggest which may work?

    thanks
  10. Replies
    20
    Views
    8,688

    my school days have been and gone; so lucky for...

    my school days have been and gone; so lucky for me this isnt homework other wise i would never get it handed in on time lol just trying to learn some C thats all, how would i go about making a look...
  11. Replies
    20
    Views
    8,688

    i know how to make the square wave using C its...

    i know how to make the square wave using C its just im not sure how to generate a sequence of musical notes correctly.

    static char seq[]="CDEFGABAGFEDC"; but thats as far as i can get

    does...
  12. Replies
    20
    Views
    8,688

    generating audio in C

    Hi,

    Iam trying to design a small C programme which can generate a squarewave function and play a sequence of musical notes for 30 seconds. How would i go about doing this?

    Many Thanks
    ...
Results 1 to 12 of 12