• Remixes of C64 tunes

    From Lodger@WMUTE to All on Sat Dec 19 16:25:52 2009
    It's one of these cold and dark winter days, so I've been surfing retro websites and found: http://remix.kwed.org - there you will find a base filled with remixes (or 'cover versions') of old C64 tunes. My favourite is "Last Ninja (ninja go rock)" but there are so many more cool ones (the "International Karate - Rock" remix is great as well). It's a very cool website, check it out!


    Wintermute BBS +++ telnet://wintermute.homeunix.com

    ---
    ■ Synchronet ■ Wintermute BBS +++ telnet://wintermute.homeunix.com
  • From datavase@DATAVASE to Lodger on Mon Apr 12 16:03:24 2010
    It's one of these cold and dark winter days, so I've been surfing retro websites and found: http://remix.kwed.org - there you will find a base filled with remixes (or 'cover versions') of old C64 tunes. My favourite
    is "Last Ninja (ninja go rock)" but there are so many more cool ones (the "International Karate - Rock" remix is great as well). It's a very cool website, check it out!

    Wintermute BBS +++ telnet://wintermute.homeunix.com

    ---
    ■ Synchronet ■ Wintermute BBS +++ telnet://wintermute.homeunix.com

    Hi all,

    I'm into retro-music myself (well, I should say "I was" as not been able to find any free time since long time ago) and I would like to share some good websites I look into often:

    http://www.milkywayunderground.net/
    http://www.tscc.de/fadtwilg.html
    http://www.ym2149.com/osv/
    http://www.atarimusic.net/

    And to listen the best 8-bit music: http://www.last.fm/listen/globaltags/8-bit Hope you enjoy.

    Cheers,
    datavase
    -+-
    ▀ Synchronet ▀ datavase BBS (telnet/WWW: bbs.datavase.info) - 2:250/8
    ---
    ■ Synchronet ■ datavase BBS - telnet://bbs.datavase.info
  • From Nightfox to datavase on Tue Apr 13 19:18:04 2010
    Re: Re: Remixes of C64 tunes
    By: datavase to Lodger on Mon Apr 12 2010 16:03:24

    http://www.atarimusic.net/

    hehe, that sounds interesting. :)

    Nightfox
  • From Rassilon@CITADEL to Nightfox on Wed Apr 14 02:29:04 2010
    Re: Re: Remixes of C64 tunes
    By: Nightfox to datavase on Tue Apr 13 2010 07:18 pm

    Ya, that reminds me...nobody ever replied to the first two songs I wrote on computers. They being:

    10 PRINT "^G"

    and the 2nd being:

    10 PRINT "^G"
    20 GOTO 10

    ------|:-> Rassilon <-:|-----

    -Welcome to the house of fun...


    The Citadel BBS - telnet://citadel.synchro.net (PORT 4000) - Sci-Fi / Fantasy / Role Playing...


    ---
    ■ Synchronet ■ *[The Citadel BBS]* - citadel.synchro.net (PORT 4000) - Sci-Fi / Fantasy / Role
  • From datavase@DATAVASE to Rassilon on Wed Apr 14 13:48:14 2010
    Re: Re: Remixes of C64 tunes
    By: Nightfox to datavase on Tue Apr 13 2010 07:18 pm

    Ya, that reminds me...nobody ever replied to the first two songs I wrote on computers. They being:

    10 PRINT "^G"

    and the 2nd being:

    10 PRINT "^G"
    20 GOTO 10

    ------|:-> Rassilon <-:|-----

    Sorry, I didn't get it. My only experience programing in Basic was in the Amstrad CPC, and AFAIK the commands for sound where ENV and SOUND.

    Can you give any clue? ;-)

    Cheers,
    datavase

    -+-
    ▀ Synchronet ▀ datavase BBS (telnet/WWW: bbs.datavase.info) - 2:250/8
    ---
    ■ Synchronet ■ datavase BBS - telnet://bbs.datavase.info
  • From Rassilon@CITADEL to datavase on Wed Apr 14 15:56:30 2010
    Re: Re: Remixes of C64 tunes
    By: datavase to Rassilon on Wed Apr 14 2010 01:48 pm

    10 PRINT "^G"

    and the 2nd being:

    10 PRINT "^G"
    20 GOTO 10

    Sorry, I didn't get it. My only experience programing in Basic was in the Amstrad CPC, and AFAIK the commands for sound where ENV and SOUND.

    Oh. Ok. Anyway ^G (Ctrl-G) is an annoying beep. The "20 GOTO 10" is (obviously) a loop so it's one long incredibly annoying tone that doesn't quit until you break the code with Ctrl-C.

    Really cool if you want to annoy people.

    -----|:-> Rassilon <-:|-----


    The Citadel BBS - telnet://citadel.synchro.net (PORT 4000) - Sci-Fi / Fantasy / Role Playing...

    ---
    ■ Synchronet ■ *[The Citadel BBS]* - citadel.synchro.net (PORT 4000) - Sci-Fi / Fantasy / Role
  • From Nightfox to Rassilon on Thu Apr 15 07:24:34 2010
    Re: Re: Remixes of C64 tunes
    By: Rassilon to Nightfox on Wed Apr 14 2010 02:29:04

    Ya, that reminds me...nobody ever replied to the first two songs I wrote on computers. They being:

    10 PRINT "^G"

    and the 2nd being:

    10 PRINT "^G"
    20 GOTO 10

    Looks like BASIC programming, but I'm not familiar with the type of application/platform that is for.. Looks like something that would make an annoying noise though, if it's for music. :P

    Nightfox
  • From datavase@DATAVASE to Rassilon on Thu Apr 15 15:00:57 2010
    Re: Re: Remixes of C64 tunes
    By: datavase to Rassilon on Wed Apr 14 2010 01:48 pm

    10 PRINT "^G"

    and the 2nd being:

    10 PRINT "^G"
    20 GOTO 10

    Sorry, I didn't get it. My only experience programing in Basic was in
    the Amstrad CPC, and AFAIK the commands for sound where ENV and SOUND.

    Oh. Ok. Anyway ^G (Ctrl-G) is an annoying beep. The "20 GOTO 10" is (obviously) a loop so it's one long incredibly annoying tone that doesn't quit until you break the code with Ctrl-C.

    Really cool if you want to annoy people.

    -----|:-> Rassilon <-:|-----

    Lol, I understood the GOTO instruction ;-) but I didn't know about the beep with ^G.

    I remember some people were doing music directly on Basic or even on Assembler on the Z-80 based computers.

    As a Synchronet's SysOp you probably have noticed that there a few files under exec\tone with extension .ton. I don't know how to use them, but it totally looks like musical files.

    Cheers,
    datavase
    -+-
    ▀ Synchronet ▀ datavase BBS (telnet/WWW: bbs.datavase.info) - 2:250/8
    ---
    ■ Synchronet ■ datavase BBS - telnet://bbs.datavase.info
  • From Nightfox to datavase on Thu Apr 15 18:47:18 2010
    Re: Re: Remixes of C64 tunes
    By: datavase to Rassilon on Thu Apr 15 2010 15:00:57

    As a Synchronet's SysOp you probably have noticed that there a few files und exec\tone with extension .ton. I don't know how to use them, but it totally looks like musical files.

    I think those are intended to be used with Synchronet's sysop page feature.. I
    think you can configure Synchroent to play one of those files when a user pages you.

    Nightfox
  • From datavase@DATAVASE to Nightfox on Fri Apr 16 09:55:07 2010
    Re: Re: Remixes of C64 tunes
    By: datavase to Rassilon on Thu Apr 15 2010 15:00:57

    As a Synchronet's SysOp you probably have noticed that there a few files und exec\tone with extension .ton. I don't know how to use them, but it totally looks like musical files.

    I think those are intended to be used with Synchronet's sysop page
    feature.. I
    think you can configure Synchroent to play one of those files when a user pages you.

    Nightfox

    ---
    ■ Synchronet ■ Digital Distortion BBS: digdist.bbsindex.com

    Thnaks for the info. I haven't seen anything explained in the Synchronet's documentation.

    Cheers,
    datavase

    -+-
    ▀ Synchronet ▀ datavase BBS (telnet/WWW: bbs.datavase.info) - 2:250/8
    ---
    ■ Synchronet ■ datavase BBS - telnet://bbs.datavase.info
  • From Nightfox to datavase on Fri Apr 16 07:35:29 2010
    Re: Re: Remixes of C64 tunes
    By: datavase to Nightfox on Fri Apr 16 2010 09:55:07

    Thnaks for the info. I haven't seen anything explained in the Synchronet's documentation.

    I read about them in the Synchronet docs under "External Sysop Chat Pagers": http://www.synchro.net/docs/chat_section.html#ExternalSysopPagers

    Nightfox
  • From datavase@DATAVASE to Nightfox on Mon Apr 19 09:12:35 2010
    Re: Re: Remixes of C64 tunes
    By: datavase to Nightfox on Fri Apr 16 2010 09:55:07

    Thnaks for the info. I haven't seen anything explained in the Synchronet's documentation.

    I read about them in the Synchronet docs under "External Sysop Chat
    Pagers": http://www.synchro.net/docs/chat_section.html#ExternalSysopPagers Nightfox

    ---
    ■ Synchronet ■ Digital Distortion BBS: digdist.bbsindex.com

    Thanks a lot! It's there, and I didn't see it. Dear oh dear. :-D

    -+-
    ▀ Synchronet ▀ datavase BBS (telnet/WWW: bbs.datavase.info) - 2:250/8
    ---
    ■ Synchronet ■ datavase BBS - telnet://bbs.datavase.info
  • From jimmy anderson to datavase on Fri May 10 11:45:00 2013
    datavase wrote to Rassilon <=-

    I remember some people were doing music directly on Basic or even on Assembler on the Z-80 based computers.

    While learning BASIC back in the day with my TRS-80 CoCo 2, I found
    the commands to play particular notes and their duration, so I
    wrote a simple program to play Ghost Riders (in the sky). Took me
    MUCH longer to program than to just grab the guitar and play it. LOL


    ... If you can't laugh at yourself, make fun of other people.
    --- MultiMail/Win32 v0.49