Log inRegister an accountBrowse CSDbHelp & documentationFacts & StatisticsThe forumsAvailable RSS-feeds on CSDbSupport CSDb Commodore 64 Scene Database
You are not logged in - nap
CSDb User Forums


Forums > C64 Composing > Converting from Sound Monitor to SID
2007-02-25 14:03
repsam94
Account closed

Registered: Feb 2007
Posts: 3
Converting from Sound Monitor to SID

Hi,

Does someone know if it's possible to convert music created with Sound Monitor into SID-format?
2007-02-25 14:06
SIDWAVE
Account closed

Registered: Apr 2002
Posts: 2238
enter code at $9ff8:
lda #$01
sta $c00f
jmp $c000

then save $9ff8-$cbd4

Move the soundmon file to pc, then use sidedit to make psid file.
http://www.transbyte.org/SID/SIDedit_v4.02_Win32.zip

init $9ff8
play 0

set speed to 1 (CIA)
2007-02-25 14:10
Bamu®
Account closed

Registered: May 2005
Posts: 1332
Quote: enter code at $9ff8:
lda #$01
sta $c00f
jmp $c000

then save $9ff8-$cbd4

Move the soundmon file to pc, then use sidedit to make psid file.
http://www.transbyte.org/SID/SIDedit_v4.02_Win32.zip

init $9ff8
play 0

set speed to 1 (CIA)


Haa, you were faster than me. :)
2007-02-25 15:37
repsam94
Account closed

Registered: Feb 2007
Posts: 3
Thanks a lot :-) It works fine now!

However, I discovered, that some of my tunes have been created with Rockmonitor, with the extra drum track.

Is it possible to include these drums in a SID-file as well?
2007-02-25 15:52
Conrad

Registered: Nov 2006
Posts: 849
Quote: Thanks a lot :-) It works fine now!

However, I discovered, that some of my tunes have been created with Rockmonitor, with the extra drum track.

Is it possible to include these drums in a SID-file as well?


With Rockmonitor tunes the sample data is usually before $9ff8 (usually starts around $6000 or $7000, depending how many samples are used, you will need to check.) Also, you won't need to do the coding at $9ff8 for RockMonitor tunes as start code will be there already, afaik.
2007-02-25 16:46
repsam94
Account closed

Registered: Feb 2007
Posts: 3
I just got the Rockmonitor-files converted to SID, playing the drums as well :-)

Thanks for all the help!
2007-02-25 20:44
Rough
Account closed

Registered: Feb 2002
Posts: 1829
Quote: enter code at $9ff8:
lda #$01
sta $c00f
jmp $c000

then save $9ff8-$cbd4

Move the soundmon file to pc, then use sidedit to make psid file.
http://www.transbyte.org/SID/SIDedit_v4.02_Win32.zip

init $9ff8
play 0

set speed to 1 (CIA)


I prefer initing the routine with LDA#$01 STA$C00F RTS and play interrupt at $C475, you wont need to set CIA speed to 1 then.
2007-02-25 22:45
SIDWAVE
Account closed

Registered: Apr 2002
Posts: 2238
But soundmon uses CIA, so if you have changed the tempo in BF00 then the tune will play wrong in IRQ.
2007-02-26 02:03
Rough
Account closed

Registered: Feb 2002
Posts: 1829
all the rips I did this way play at correct speed (I hope at least) and there are many of such rips in HVSC by different rippers.
RefreshSubscribe to this thread:

You need to be logged in to post in the forum.

Search the forum:
Search   for   in  
All times are CET.
Search CSDb
Advanced
Users Online
Brataccas/HF
JCH/Vibrants
TPM/Silicon Ltd
zscs
Guests online: 120
Top Demos
1 Next Level  (9.7)
2 13:37  (9.7)
3 Mojo  (9.7)
4 Coma Light 13  (9.6)
5 The Demo Coder  (9.6)
6 Edge of Disgrace  (9.6)
7 What Is The Matrix 2  (9.6)
8 Uncensored  (9.6)
9 Comaland 100%  (9.6)
10 Wonderland XIV  (9.6)
Top onefile Demos
1 Layers  (9.6)
2 Cubic Dream  (9.6)
3 Party Elk 2  (9.6)
4 X-Mas Demo 2024  (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 Booze Design  (9.3)
2 Oxyron  (9.3)
3 Performers  (9.3)
4 Censor Design  (9.3)
5 Triad  (9.3)
Top Coders
1 Axis  (9.8)
2 Graham  (9.8)
3 Lft  (9.8)
4 Crossbow  (9.8)
5 HCL  (9.8)

Home - Disclaimer
Copyright © No Name 2001-2024
Page generated in: 0.052 sec.