Thread: Music AND coding

  1. #31
    Registered User
    Join Date
    Mar 2012
    Location
    the c - side
    Posts
    373
    Have to also mention what was the 2nd side of David Bowie's vinyl album 'Low' for
    a good 20 mins of ambient/atmospheric music.

    Just realised it has something in common with 'Laid' - Brian Eno was involved
    with both.

    Big up Brian!

  2. #32
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    Sort of off topic, but here's me pretending I can still play the guitar. I used to be a pretty decent rhythm guitarist, actually - back in the 1980's...
    Code:
    #include <cmath>
    #include <complex>
    bool euler_flip(bool value)
    {
        return std::pow
        (
            std::complex<float>(std::exp(1.0)), 
            std::complex<float>(0, 1) 
            * std::complex<float>(std::atan(1.0)
            *(1 << (value + 2)))
        ).real() < 0;
    }

  3. #33
    SAMARAS std10093's Avatar
    Join Date
    Jan 2011
    Location
    Nice, France
    Posts
    2,694
    @gemera, how can I find your music?

    @Sebastian - you do not pretend! You really play it nice! Bravo!

    I subscribed your channel
    Code - functions and small libraries I use


    It’s 2014 and I still use printf() for debugging.


    "Programs must be written for people to read, and only incidentally for machines to execute. " —Harold Abelson

  4. #34
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    Quote Originally Posted by std10093 View Post

    @Sebastian - you do not pretend! You really play it nice! Bravo!

    I subscribed your channel
    Well thanks! I do enjoy playing, just need to tighten it up a bit...
    Code:
    #include <cmath>
    #include <complex>
    bool euler_flip(bool value)
    {
        return std::pow
        (
            std::complex<float>(std::exp(1.0)), 
            std::complex<float>(0, 1) 
            * std::complex<float>(std::atan(1.0)
            *(1 << (value + 2)))
        ).real() < 0;
    }

  5. #35
    Registered User
    Join Date
    Mar 2012
    Location
    the c - side
    Posts
    373
    Quote Originally Posted by std10093 View Post
    @gemera, how can I find your music?
    should be easy to find on the internet, also never tried them myself but there are music streaming services

    whether you'll like it might be something else

  6. #36
    Registered User
    Join Date
    Mar 2012
    Location
    the c - side
    Posts
    373
    Quote Originally Posted by gemera View Post
    should be easy to find on the internet
    btw just to clarify I'm referring to legal sources on the web e.g. amazon for cds and itunes for downloads.

    I don't support illegal downloading.

  7. #37
    Still A Registered User DISGUISED's Avatar
    Join Date
    Aug 2001
    Posts
    499
    If I am at home I might have Spotify or Youtube or something on, but definitely not at work as we pair program in my shop.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Music
    By MaGaIn in forum C++ Programming
    Replies: 17
    Last Post: 11-01-2007, 03:09 AM
  2. How to add music?
    By FingerPrint in forum Game Programming
    Replies: 9
    Last Post: 04-03-2006, 04:28 AM
  3. A little music for you...
    By RobR in forum A Brief History of Cprogramming.com
    Replies: 14
    Last Post: 09-17-2003, 12:52 PM
  4. friday night coding with mind numbing music
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 07-13-2002, 05:17 PM
  5. Music
    By Unregistered in forum C Programming
    Replies: 2
    Last Post: 12-05-2001, 10:06 AM