English Amiga Board


Go Back   English Amiga Board > Requests > request.Apps

 
 
Thread Tools
Old 30 July 2018, 13:57   #21
Paulee_Bow
Registered User
 
Paulee_Bow's Avatar
 
Join Date: Jul 2018
Location: Birmingham, UK
Posts: 185
Yeah it doesn’t have an icon, it’s under show all files.

I understood from this script that channel 0 would modulate channel 1, so I’d lose channel 0’s output, but not sure why I’m losing channel 3, as 2 & 3 should be untouched, but hey ho.
Paulee_Bow is offline  
Old 30 July 2018, 14:11   #22
meynaf
son of 68k
 
meynaf's Avatar
 
Join Date: Nov 2007
Location: Lyon / France
Age: 51
Posts: 5,323
Quote:
Originally Posted by xanderbeanz View Post
I understood from this script that channel 0 would modulate channel 1, so I’d lose channel 0’s output, but not sure why I’m losing channel 3, as 2 & 3 should be untouched, but hey ho.
Indeed not exactly normal. What happens if you remove constant AM_NONE from the list ?
meynaf is offline  
Old 30 July 2018, 14:25   #23
Paulee_Bow
Registered User
 
Paulee_Bow's Avatar
 
Join Date: Jul 2018
Location: Birmingham, UK
Posts: 185
That was going to be my next step, taking one of the AM/FM values out.
To be honest, I think I’ll chop up the program a bit, in half maybe.

I’ve found that the Amiga’s FM modulation is actually pretty much useless, just sounds like radio interference and not like exponential or linear FM/phase modulation.

So I only really want the AM part of the program.
Paulee_Bow is offline  
Old 30 July 2018, 23:26   #24
Leffmann
 
Join Date: Jul 2008
Location: Sweden
Posts: 2,269
Try this:
Code:
AM_NORMAL = 0
AM_NONE   = 8
AM_23     = 4    ; channel 2 modulates channel 3 volume
AM_12     = 2    ;         1                   2
AM_01     = 1    ;         0                   1

  move.w  #$f, $dff09e
  move.w  #$8000|AM_01, $dff09e

  move.l  4, a6
  move.l  (276, a6), a2
  lea     (92, a2), a0
  jsr     (-384, a6)
  lea     (92, a2), a0
  jsr     (-372, a6)
  move.l  d0, d2
  jsr     (-132, a6)
  move.l  d2, a1
  jsr     (-378, a6)
  rts
Leffmann 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
Songs that use early Soundtracker modulation commands james666 request.Modules 12 29 June 2018 19:13
Sound channel modulation: Ever used? NorthWay Coders. Asm / Hardware 12 01 November 2014 02:22
Looking for some basic IP tools en SDK tools Roland007 support.WinUAE 0 28 November 2012 22:34
Ability to turn one sound channel on and off MethodGit request.UAE Wishlist 11 28 January 2004 22:40
Artistic Modulation Paul support.Demos 3 21 November 2001 17:57

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 17:23.

Top

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