Jump to content
 







Main menu
   


Navigation  



Main page
Contents
Current events
Random article
About Wikipedia
Contact us
Donate
 




Contribute  



Help
Learn to edit
Community portal
Recent changes
Upload file
 








Search  

































Create account

Log in
 









Create account
 Log in
 




Pages for logged out editors learn more  



Contributions
Talk
 

















File:Risset accelerando beat1 MCLD.ogg




Page contents not supported in other languages.  









File
Talk
TimedText
 

















Read
View on Commons
 








Tools
   


Actions  



Read
View on Commons
 




General  



What links here
Upload file
Special pages
Printable version
Page information
Get shortened URL
Download QR code
 
















Appearance
   

 





This is a file from the Wikimedia Commons

From Wikipedia, the free encyclopedia
 


File

File history

File usage

Global file usage

Metadata

Risset_accelerando_beat1_MCLD.ogg(Ogg Vorbis sound file, length 4 min 55 s, 194 kbps, file size: 6.84 MB)





Summary

Description An example of the accelerando effect invented by w:Jean-Claude Risset
Date
Source Own work
Author Mcld

Source code

Source code (which I also release under the license given here) runs in w:SuperCollider:

// Written by Dan Stowell, September 2006

b = Buffer.read(s,"sounds/break2.snd"); // Provide a simple breakbeat loop
(
var ampTable = Signal.hanningWindow(1024,100).squared;
var ampBuf = Buffer.loadCollection(s, ampTable);

SynthDef("accelerando_inf1", { arg out=0,bufnum=0;
 var pos, posses, pitches, amps, sons;

 // "pos" is a kind of master pitch control, linear varying between one and zero
 pos = Phasor.ar(1, 0.007 / SampleRate.ir, 0, 1);
 
 posses = (pos + ((0..4)/5)).wrap(0.0, 1.0); // Evenly spaced circularly within 0 to 1
 
  pitches = (0.2 * 2.0.pow(posses * 5));
 
 amps = BufRd.kr(1, ampBuf.bufnum, posses * BufFrames.ir(ampBuf.bufnum));
 
 sons = (PlayBuf.ar(1, bufnum, pitches.poll(100), loop:1) * amps * 10);
 
 Out.ar(out,
  Pan2.ar(sons.mean.softclip)
 )
}).play(s,[\out, 0, \bufnum, b.bufnum]);
)

Originally published online at http://swiki.hfbk-hamburg.de/MusicTechnology/826

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
  • Under the following conditions:
    • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
    • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

    Captions

    Add a one-line explanation of what this file represents

    Items portrayed in this file

    depicts

    some value

    23 September 2006

    application/ogg

    File history



    Click on a date/time to view the file as it appeared at that time.
    Date/TimeThumbnailDimensionsUserComment
    current07:53, 29 May 20094 min 55 s (6.84 MB)Mcld{{Information |Description=An example of the accelerando effect invented by w:Jean-Claude Risset |Source=self-made |Date=23 September 2006 |Author= Mcld |Permission= |other_versions= }} Category:Auditory illusions [[Category:Illusio



    The following pages on the English Wikipedia use this file (pages on other projects are not listed):

    Auditory illusion

    Jean-Claude Risset

    Shepard tone


    Global file usage


    The following other wikis use this file:

    Usage on ca.wikipedia.org

    To de Shepard

    Jean-Claude Risset


    Usage on cs.wikipedia.org

    Sluchový klam


    Usage on es.wikipedia.org

    Tono de Shepard


    Usage on et.wikipedia.org

    Kõrvapete


    Usage on fr.wikipedia.org

    Illusion auditive

    Gamme de Shepard

    Wikipédia:Projets pédagogiques/Université du Québec à Chicoutimi/calendrier


    Usage on gl.wikipedia.org

    Escala de Shepard


    Usage on ja.wikipedia.org








    Usage on pcd.wikipedia.org

    Jean-Claude Risset


    Usage on pt.wikipedia.org

    Ilusão auditiva



    Metadata

    If the file has been modified from its original state, some details may not fully reflect the modified file.


    Retrieved from "https://en.wikipedia.org/wiki/File:Risset_accelerando_beat1_MCLD.ogg"







    Privacy policy

    About Wikipedia

    Disclaimers

    Contact Wikipedia

    Code of Conduct

    Developers

    Statistics

    Cookie statement

    Mobile view



    Wikimedia Foundation
    Powered by MediaWiki