|
Post by kikemadrigal on Jun 15, 2021 6:04:58 GMT
I have created the MSX version of my game in MPAGD and I have put music to it with MSX Suite I have created another version of my game for spectrum and I have put music to it following this tutorial: pacmanzxspectrum.blogspot.com/2021/01/beeper.htmlBut I don't know how to create music and effects for amstrad Is there an agd compiler for amstrad that generates asm code compatible with assembler pasmo? Thanks and greetings to all In Spanish: He creado la versión para MSX de mi juego en MPAGD y le he puesto música con Suite MSX He creado otra versión de mi juego para spectrum y le he puesto música siguiendo este tutorial: pacmanzxspectrum.blogspot.com/2021/01/beeper.htmlPero yo no sé como crear música y efectos para amstrad Existe algún compilador de agd para amstrad que genere código asm compatible con pasmo? github.com/kikemadrigal/MSX1-CPC-ZX-asm-agd-basic-hunter
|
|
|
Post by oss003 on Jun 15, 2021 10:07:46 GMT
Coldsnap is a player for Spectrum and CPC and is included as Spectrum player in the Userroutines\Spectrum.
; ColdSnap Audio ; ; Z80/AY music player for Amstrad CPC and ZX Spectrum 128. ; ; Copyright (c) 2016 Source Solutions, Inc. ; Copyright (c) 2004, 2007 Sergey Bulba ; Refactored by Matt Westcott ; Bugfixed by Lee du Caine ; CPC driver by Grim/Arkos^Semilanceata ; Adapted for MPAGD by Jonathan Cauldwell
; Variables are 541 bytes long and follow the player. ; Music is in ProTracker 3.6 format (without the 100 byte header).
; Assemble with SjAsmPlus.
|
|
|
Post by kikemadrigal on Jun 15, 2021 18:18:07 GMT
I made an example program for spectrum
I clicked inside winagd.exe in Tools-> Select User Routine and I selected the coldsnap.asm file that is inside the \ UserRoutines \ Spectrum folder, in my intro menu event I wrote USER 1 and a strange sound is heard, I have edited the coldsnap.asm file to do various tests with no luck.
I have tried working with asm files that are not the first 100 bytes.
Do you have an example?
Where do I download the ProTracker 3.6 program?
|
|
|
Post by oss003 on Jun 17, 2021 12:19:32 GMT
The Coldsnap user routine you downloaded is for the Spectrum ....... to use it for the CPC you have to change some code of the Spectrum Coldsnap player. Haven't got it working yet but if you look at the original Coldsnap code, it should run on a CPC.
|
|
|
Post by kikemadrigal on Jun 18, 2021 6:59:55 GMT
The Coldsnap user routine you downloaded is for the Spectrum ....... to use it for the CPC you have to change some code of the Spectrum Coldsnap player. Haven't got it working yet but if you look at the original Coldsnap code, it should run on a CPC. I believe that none of the spectrum works in a cpc through the communication ports of the processor. Please Jonathan Cauldwell, make a video with a player for spectrum and cpc and code examples. Thank you very much for your interest
|
|
|
Post by kikemadrigal on Jul 13, 2021 5:13:07 GMT
|
|
yellowbelly1970
Processing Plant

Scratching my head, trying to add Arkos Music to MPAGD
Posts: 20
|
Post by yellowbelly1970 on Jul 15, 2021 6:43:02 GMT
awesome stuff but the YT video has been removed
|
|
|
Post by kikemadrigal on Jul 15, 2021 7:31:50 GMT
|
|
|
Post by mananuk on Oct 16, 2021 17:44:09 GMT
Kike, I'm following the tutorial you posted, but I can't play the music in the menu, have you found a way to put some effect, even if it's simple, into the game in amstrad? a greeting
IN SPANISH
Kike, estoy siguiendo el tutorial que has colgado, pero no consigo reproducir la música en el menú, has encontrado alguna forma de meter algún efecto aunque sea simple al juego en amstrad? un saludo
|
|
|
Post by kikemadrigal on Nov 4, 2021 20:45:55 GMT
Kike, I'm following the tutorial you posted, but I can't play the music in the menu, have you found a way to put some effect, even if it's simple, into the game in amstrad? a greeting IN SPANISH Kike, estoy siguiendo el tutorial que has colgado, pero no consigo reproducir la música en el menú, has encontrado alguna forma de meter algún efecto aunque sea simple al juego en amstrad? un saludo Hello, if I found the way and this is the final result (download in your mobile): play.google.com/store/apps/details?id=com.cpctelera.rvmengine.hunterThe player that I have used in assembler is the Arkos tracker: www.julien-nevo.com/arkostracker/Please check the source code: github.com/kikemadrigal/MSX1-CPC-ZX-asm-agd-basic-hunter/blob/main/agd/src/hunter.a12But it can be improved by using interrupts: www.youtube.com/watch?v=Y70WWi3zbcEIf you want you can contact me in the mail: kikemadrigal@hotmail.com In Spanish (I am Spanish): Hola, si encontré la forma y este es el resultado final (descarga en tu móvil): kikemadrigal.github.io/MSX1-CPC-ZX-asm-agd-basic-hunter/MSX/?diska=hunter.dskEl reproductor que he utilizado en ensamblador es el Arkos tracker: www.julien-nevo.com/arkostracker/Por favor, revisa el código fuente: github.com/kikemadrigal/MSX1-CPC-ZX-asm-agd-basic-hunter/blob/main/agd/src/hunter.a12Pero se puede mejorar utilizando las interrupciones www.youtube.com/watch?v=Y70WWi3zbcESi quieres puedes contactar conmigo en el correo: kikemadrigal@hotmail.com
|
|
|
Post by mananuk on Nov 7, 2021 19:39:29 GMT
Thanks Kike, I take a look at it as soon as I can I have been able to test the music in another smaller project and it works perfectly, thanks again, the problem I have is memory, it occupies too much the game and I must be crushing part of the code in the 9000, I have tried to put the music in other directions without success. Does anyone know how to activate the AY sound in CPC?, In ZX it is heard if I import a project from AGD but when making the change in cpc I do not hear anything, a greeting !!! In Spanish Muchas gracias Kike, le pego un vistazo en cuanto pueda a ver si le puedo meter soniquete al juego  He podido probar la música en otro proyecto más pequeño y funciona perfectamente, gracias de nuevo, el problema que tengo es de memoria, ocupa demasiado el juego y debo estar machacando parte del código en la 9000, he probado meter la música en otras direcciones sin éxito. Sabe alguien como activar el sonido AY en CPC ?, en ZX se escucha si importo un proyecto desde AGD pero al hacer el cambio en cpc no se oye nada , un saludo !!!
|
|
|
Post by mananuk on Dec 21, 2021 18:24:37 GMT
Hello again !!! I have been able to test the music in another smaller project and it works perfectly, thanks again, the problem I have is memory, it occupies too much the game and I must be crushing part of the code in the 9000, I have tried to put the music in other directions without success.
Does anyone know how to activate the AY sound in CPC?, In ZX it is heard if I import a project from AGD but when making the change in cpc I do not hear anything, a greeting !!!
In Spanish
Hola de nuevo !!!! He podido probar la música en otro proyecto más pequeño y funciona perfectamente, gracias de nuevo, el problema que tengo es de memoria, ocupa demasiado el juego y debo estar machacando parte del código en la 9000, he probado meter la música en otras direcciones sin éxito.
Sabe alguien como activar el sonido AY integrado en el mpagd en CPC ?, en ZX se escucha si importo un proyecto desde AGD pero al hacer el cambio en cpc no se oye nada , un saludo !!!
|
|
|
Post by ramon on Jun 22, 2022 7:20:45 GMT
|
|