You are not logged in -
nap
CSDb User Forums
Forums
>
Requests
>
Hearing music using the Datassette
2002-11-07
20:50
fermhg
Account closed
Registered: Oct 2002
Posts: 43
Hearing music using the Datassette
I remember, a long time ago I had a program for the Commodore 64 with which I could hear music or any sound recorded in a cassette through the Datassette and the monitor, passing, clearing is, for the c64. It was, I remember, a program that left the screen in white, I imagine in order to give priority to the SID and to the Datassette. The thing worked, clearing is, to a level of very poor sound, but with an important effect: I could hear my favorite music through the Commodore 64.
Does somebody know how to program something like this? Does somebody have this program?
Thank you,
fermhg
2002-11-08
08:44
algorithm
Registered: May 2002
Posts: 705
I had created a sample recording utility which uses the datasette.
Very easy really, As far as I remember, a memory location is read while the audio tape is playing. If the signal on the tape is above a specific level (or something like that!) a bit is set on the location. Unfortunately not surprisingly, the recorded sample is 1 bit only! (The major advantage is that you can store 8 samples in 1 byte!
As far as I am aware, I had submitted this program to Binary Zone PD nearly 10 years ago! Contact Kenz for more details. The program was released under the 'Fantasys' label!
2002-11-17
20:35
iopop
Registered: Dec 2001
Posts: 317
Given that the datasette will operate. ie. no other code have put it off. This code will give you sound in your monitor.
LDX #$00
STX $D011
SEI
LOOP LDX #$00
LDA $DC0D
AND #$10
BEQ NOSND
LDX #$0F
NOSND
STX $D418
JMP LOOP
Refresh
Subscribe to this thread:
You need to be logged in to post in the forum.
Search the forum:
Search
All forums
C64 Coding
C64 Composing
C64 Pixeling
C64 Productions
CSDb Bug Reports
CSDb Development
CSDb Discussions
CSDb Entries
CSDb Feedback
CSDb Info
CSDb moderators
CSDb Questions
Messages to moderators
Requests
for
in
Writer & text
Text
Writer
All times are CET.
Search CSDb
All
Releases
Groups
Sceners
Events
BBS
SIDs
-------
Forum
Comments
Advanced
Users Online
Andy/AEG
Soya/Fairlight
Peacemaker/CENSOR/Hi..
megasoftargentina
BYB/Hokuto Force
t0m3000/hf^boom!^ibx
Conjuror
kbs/Pht/Lxt
zscs
XmikeX
Brataccas/HF
rexbeng
McMeatLoaf
Guests online: 138
Top Demos
1
Next Level
(9.7)
2
13:37
(9.7)
3
Mojo
(9.7)
4
Coma Light 13
(9.6)
5
Edge of Disgrace
(9.6)
6
What Is The Matrix 2
(9.6)
7
The Demo Coder
(9.6)
8
Uncensored
(9.6)
9
Comaland 100%
(9.6)
10
Wonderland XIV
(9.6)
Top onefile Demos
1
No Listen
(9.6)
2
Layers
(9.6)
3
Cubic Dream
(9.6)
4
Party Elk 2
(9.6)
5
Copper Booze
(9.6)
6
Dawnfall V1.1
(9.5)
7
Rainbow Connection
(9.5)
8
Onscreen 5k
(9.5)
9
Morph
(9.5)
10
Libertongo
(9.5)
Top Groups
1
Performers
(9.3)
2
Booze Design
(9.3)
3
Oxyron
(9.3)
4
Censor Design
(9.3)
5
Triad
(9.3)
Top Original Suppliers
1
Derbyshire Ram
(9.7)
2
Fungus
(9.3)
3
Black Beard
(9.2)
4
Baracuda
(9.2)
5
hedning
(9.1)
Home
-
Disclaimer
Copyright © No Name 2001-2024
Page generated in: 0.042 sec.