English Amiga Board


Go Back   English Amiga Board > Coders > Coders. Language > Coders. Blitz Basic

 
 
Thread Tools
Old 18 November 2019, 11:02   #1
slademania
Registered User
 
slademania's Avatar
 
Join Date: Oct 2019
Location: Spain
Posts: 23
Problems with playing modules in Blitz 2.1

Hello everyone, I am trying to make a program that plays songs coming from trackers (.mod, .med) without having satisfactory results: the music plays in leaps, the tempo goes crazy or just doesn't sound. I have tried to reproduce these .mod files in other languages ??and they reproduce without problems. And, of course, these modules plays perfectly in Noise/ProTracker,MED, or similar programs.This occurs with 99% of the modules. Even using a simple code like this :

LoadModule 0,¨music.mod¨
;
PlayModule 0
;
Do
.... main loop code...
loop
;
Free Module 0
End
;
the result is the same. I'm using WinUAE 4.0. I don't have
possibility of executing this code in a real Amiga.

I hope to recieve some help because i'm fustrated with this
maddening issue.

Thank you very much in advance!!!
slademania is offline  
Old 19 November 2019, 08:30   #2
MickGyver
Registered User
 
MickGyver's Avatar
 
Join Date: Oct 2008
Location: Finland
Posts: 643
The default mod player commands are synced to vbl so inside the loop, add a VWait command.

I would recommend Leffman's MED player for MEDs and the PTXPlayer for MODs. They can be found here:

http://eab.abime.net/showthread.php?t=50111&&page=3
http://eab.abime.net/showthread.php?t=87959
MickGyver is offline  
Old 20 November 2019, 08:08   #3
slademania
Registered User
 
slademania's Avatar
 
Join Date: Oct 2019
Location: Spain
Posts: 23
OK MickGyver, I'll try this solution.
Thank for your answer..
slademania is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Playing IT format modules on Amiga andyhants support.Other 5 02 April 2014 07:10
Problem playing modules from fast ram vagrant support.Hardware 4 19 February 2013 23:51
ADF-Blitz problems keitha1200 support.Apps 3 18 May 2012 18:28
Modules playing slower on WinUAE than on DeliPlayer Win32? andreas support.WinUAE 10 07 May 2009 20:49
Problems playing certain, the best games.. bazzza1975 project.WHDLoad 15 24 August 2008 12:47

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 23:34.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.07085 seconds with 13 queries