BBC BASIC for Windows
« Making a voice with ENVELOPE »

Welcome Guest. Please Login or Register.
Apr 5th, 2018, 9:56pm



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: Making a voice with ENVELOPE  (Read 414 times)
michael
Senior Member
ImageImageImageImage


member is offline

Avatar




PM


Posts: 335
xx Making a voice with ENVELOPE
« Thread started on: Jun 13th, 2016, 3:43pm »

Anyone have ideas on how I could develop a computer voice with ENVELOPE? I tried to do that back in the 80s with fast PLAY commands.
Anyone have ideas?

Here is a link that should help
http://www.bbcbasic.co.uk/bbcwin/tutorial/chapter19.html

I just came up with an idea.. I am on it!!
« Last Edit: Jun 13th, 2016, 5:31pm by michael » User IP Logged

I like making program generators and like reinventing the wheel
michael
Senior Member
ImageImageImageImage


member is offline

Avatar




PM


Posts: 335
xx Re: Making a voice with ENVELOPE
« Reply #1 on: Jun 13th, 2016, 7:04pm »

rave music experimentation
hmmm.....
Code:
 REM SOUND  channel,volume,pitch,duration    
 REPEAT
        SOUND RND(1),-5,RND(5),1
        SOUND RND(1),-2,RND(20),1
        SOUND RND(1),-15,RND(20),1
        SOUND 0,-1,RND(10),1
       REM  mouse b : 1 - right button 4 - left button       
     MOUSE x,y,b
      UNTIL b=4
 

hmmm.... intresting
Code:
      REM SOUND  channel,volume,pitch,duration
      REPEAT
        SOUND RND(1),-15+RND(15),RND(5),1
  
  
  
        REM  mouse b : 1 - right button 4 - left button
        MOUSE x,y,b
      UNTIL b=4

 
« Last Edit: Jun 13th, 2016, 8:01pm by michael » User IP Logged

I like making program generators and like reinventing the wheel
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