BBC BASIC for Windows
« Marching On ! »

Welcome Guest. Please Login or Register.
Apr 5th, 2018, 11:34pm



ATTENTION MEMBERS: Conforums will be closing it doors and discontinuing its service on April 15, 2018.
Ad-Free has been deactivated. Outstanding Ad-Free credits will be reimbursed to respective payment methods.

If you require a dump of the post on your message board, please come to the support board and request it.


Thank you Conforums members.

BBC BASIC for Windows Resources
Online BBC BASIC for Windows documentation
BBC BASIC for Windows Beginners' Tutorial
BBC BASIC Home Page
BBC BASIC on Rosetta Code
BBC BASIC discussion group
BBC BASIC for Windows Programmers' Reference

« Previous Topic | Next Topic »
Pages: 1  Notify Send Topic Print
 thread  Author  Topic: Marching On !  (Read 624 times)
hitsware
Junior Member
ImageImage


member is offline

Avatar




Homepage PM

Gender: Male
Posts: 70
xx Marching On !
« Thread started on: May 7th, 2014, 03:40am »

http://www.audioasylum.com/forums/otl/messages/3/36324.html
User IP Logged

rtr
Guest
xx Re: Marching On !
« Reply #1 on: May 7th, 2014, 08:23am »

on May 7th, 2014, 03:40am, hitsware wrote:
http://www.audioasylum.com/forums/otl/messages/3/36324.html

Yes, I am on your side in that argument, but I'm afraid 'audiophiles' often disbelieve what the mathematics tells them! Perhaps the BBC BASIC code will be more convincing - you could have drawn a graph as well as listing the results as a table:

Code:
      volts = 10
      outputZ = 8
      FOR load = 1 TO 20
        allZ = load + outputZ
        I = volts / allZ
        pout = (I ^ 2) * load
        PRINT "load="; load TAB(10) "pout="; pout
        DRAW load * 20, pout * 50
      NEXT load 

Richard.
User IP Logged

hitsware
Junior Member
ImageImage


member is offline

Avatar




Homepage PM

Gender: Male
Posts: 70
xx Re: Marching On !
« Reply #2 on: May 7th, 2014, 7:11pm »

Thanks !
I had no idea graphing was so simple.
User IP Logged

hitsware
Junior Member
ImageImage


member is offline

Avatar




Homepage PM

Gender: Male
Posts: 70
xx Re: Marching On !
« Reply #3 on: May 9th, 2014, 03:43am »

http://www.magle.dk/music-forums/10249-done-bb4w-bbc-basic.html
User IP Logged

hitsware
Junior Member
ImageImage


member is offline

Avatar




Homepage PM

Gender: Male
Posts: 70
xx Re: Marching On !
« Reply #4 on: May 26th, 2014, 03:11am »

I wish I had saved the BBC file for this

http://home.comcast.net/~mnjmiller/trinidad.mp3
User IP Logged

hitsware
Junior Member
ImageImage


member is offline

Avatar




Homepage PM

Gender: Male
Posts: 70
xx Re: Marching On !
« Reply #5 on: May 31st, 2014, 02:18am »

REM: This sorta works as is .......
REM: The tuning is BB4W but the just
REM: to BB4W interpreter at least allows
REM: the ' spirit ' of Just Intonation !

*TEMPO 133

DIM c%(3), d%(3), m%(3)

REM:Key(K%) A(76) C(40) D(48) E(56) G(68)
K% = 40

ENVELOPE 1,0,0,0,0,0,0,0,127,000,0,-001,120,0
ENVELOPE 2,0,0,0,0,0,0,0,127,000,0,-002,090,0
ENVELOPE 3,0,0,0,0,0,0,0,127,000,0,-003,090,0
ENVELOPE 4,0,0,0,0,0,0,0,127,-40,0,0000,127,0
ENVELOPE 5,0,0,0,0,0,0,0,000,000,0,0000,000,0

FOR x%=0 TO 3: READ c%(x%): NEXT x%
FOR x%=0 TO 3: READ m%(x%): NEXT x%
FOR x%=0 TO 3: READ d%(x%): NEXT x%

DATA 8,6,9,6, 2,4,3,4
DATA 5,5,4,5

REPEAT
FOR x%=0 TO 3: FOR y%=0 TO 3
r%=RND(3): j%=c%(x%)*m%(y%)*(2^r%)
n%=K%+(LOG(j%/40)*(48/LOG(2)))

SOUND 0,d%(y%),120,5
ON r% PROC_LOW,PROC_MID,PROC_HI
NEXT y%: NEXT x%
UNTIL FALSE: END

DEFPROC_LOW
SOUND 0001,1,n%,1: SOUND 4097,5,0,4
SOUND 4098,5,00,5: SOUND 4099,5,0,5
ENDPROC
DEFPROC_MID
SOUND 0002,2,n%,1: SOUND 4098,5,0,4
SOUND 4097,5,00,5: SOUND 4099,5,0,5
ENDPROC
DEFPROC_HI
SOUND 0003,3,n%,1: SOUND 4099,1,0,4
SOUND 4097,5,00,5: SOUND 4098,5,0,5
ENDPROC










User IP Logged

Pages: 1  Notify Send Topic Print
« Previous Topic | Next Topic »

| |

This forum powered for FREE by Conforums ©
Terms of Service | Privacy Policy | Conforums Support | Parental Controls