sonic-pi.net Report : Visit Site


  • Server:nginx/1.10.3...

    The main IP address: 178.79.153.200,Your server United Kingdom,Leeds ISP:Linode LLC  TLD:net CountryCode:GB

    The description :sonic pi is a new kind of instrument for a new generation of musicians. it is simple to learn, powerful enough for live performances and free to download....

    This report updates in 07-Jul-2018

Created Date:2013-04-29
Changed Date:2018-04-22

Technical data of the sonic-pi.net


Geo IP provides you such as latitude, longitude and ISP (Internet Service Provider) etc. informations. Our GeoIP service found where is host sonic-pi.net. Currently, hosted in United Kingdom and its service provider is Linode LLC .

Latitude: 51.246768951416
Longitude: 0.60681998729706
Country: United Kingdom (GB)
City: Leeds
Region: England
ISP: Linode LLC

the related websites

HTTP Header Analysis


HTTP Header information is a part of HTTP protocol that a user's browser sends to called nginx/1.10.3 containing the details of what the browser wants and will accept back from the web server.

Content-Encoding:gzip
Transfer-Encoding:chunked
Server:nginx/1.10.3
Last-Modified:Wed, 06 Jun 2018 16:25:45 GMT
Connection:keep-alive
ETag:W/"5b180b09-109b5"
Date:Fri, 06 Jul 2018 23:28:54 GMT
Content-Type:text/html

DNS

soa:ns.123-reg.co.uk. hostmaster.sonic-pi.net. 2013042902 86400 0 604800 14400
txt:"v=spf1 include:mailgun.org ~all"
ns:ns.123-reg.co.uk.
ns2.123-reg.co.uk.
ipv4:IP:178.79.153.200
ASN:63949
OWNER:LINODE-AP Linode, LLC, US
Country:GB
mx:MX preference = 10, mail exchanger = mx0.123-reg.co.uk.
MX preference = 20, mail exchanger = mx1.123-reg.co.uk.

HtmlToText

intro | community | examples | news | tutorial sonic pi the live coding music synth for everyone. welcome to the future of music . simple enough for computing and music lessons. powerful enough for professional musicians. free to download with a friendly tutorial . diverse community of over one million live coders. learn to code creatively by composing or performing music in an incredible range of styles from classical & jazz to grime & edm . brought to you by sam aaron and the sonic pi core team sonic pi is currently free (please support us on patreon to help keep it free) windows macos raspberry pi linux -- created at the university of cambridge computer laboratory . currently developed with kind support from norfolk & norwich festival bridge , arts council england and generous patreon supporters . sonic pi is an open source project released under the mit licence. introducing sonic pi... sonic pi helps you engage students in computing through music. read how in the article 'live coding education' watch this introductory cas tv interview with sonic pi creator sam aaron. sonic pi in the computing classroom sonic pi was specifically designed for and built in collaboration with teachers for use in the classroom. music live coding sonic pi is a new kind of musical instrument which enables exciting new learning pathways in the classroom. scheme of work for music lessons classroom ready sonic pi was designed, implemented and developed with extensive classroom trials in close collaboration with teachers. introduction for teachers creative computing sonic pi comes with a scheme of work targetted for ks3 computing developed in harmony with the new uk curriculum. scheme of work for computing lessons engage your students by coding music in your classroom today. welcome to our community join the friendly sonic pi community and share your ideas and thoughts with other educators , musicians and live coders ... come and join the conversation... live coding performances sonic pi is a new kind of musical instrument . watch how you can use it for live performances from ambient sets to dance music in nightclubs... the sonic pi live and coding project. daft punk - aerodynamic by sébastien rannou polycore - sam aaron & ben smith phase abstractions coded by sam aaron live at the node festival in frankfurt sonic pi at tedx "sonic pi lowers the barrier to entry for a creative experience with code..." programming as performance | sam aaron | tedx newcastle free sonic pi book sam aaron, creator of sonic pi, has written this book to complement the built-in documentation . master live loops, code drum breaks, compose your own melodies make random riffs and loops, learn to shape and sculpt sounds and much, much more... download "code music with sonic pi" now! music. code. simple. see how easy it is to get started coding your first sounds... haunted bells loop do sample :perc_bell , rate: ( rrand 0 . 125 , 1 . 5 ) sleep rrand ( 0 , 2 ) end listen to the coded bells... than 50% -- than 50% -- play pause pentatonic bleeps with_fx :reverb , mix: 0 . 2 do loop do play scale ( :eb2 , :major_pentatonic , num_octaves: 3 ). choose , release: 0 . 1 , amp: rand sleep 0 . 1 end end code with scales and chords... than 50% -- than 50% -- play pause tron bikes loop do with_synth :dsaw do with_fx ( :slicer , phase: [ 0 . 25 , 0 . 125 ]. choose ) do with_fx ( :reverb , room: 0 . 5 , mix: 0 . 3 ) do start_note = chord ([ :b1 , :b2 , :e1 , :e2 , :b3 , :e3 ]. choose , :minor ). choose final_note = chord ([ :b1 , :b2 , :e1 , :e2 , :b3 , :e3 ]. choose , :minor ). choose p = play start_note , release: 8 , note_slide: 4 , cutoff: 30 , cutoff_slide: 4 , detune: rrand ( 0 , 0 . 2 ), pan: rrand ( - 1 , 0 ), pan_slide: rrand ( 4 , 8 ) control p , note: final_note , cutoff: rrand ( 80 , 120 ), pan: rrand ( 0 , 1 ) end end end sleep 8 end listen to bikes from the future... than 50% -- than 50% -- play pause wob rhythm with_fx :reverb do in_thread do loop do r = [ 0 . 5 , 1 . 0 / 3 , 3 . 0 / 5 ]. choose 8 . times do sample :ambi_choir , rate: r , pan: rrand ( - 1 , 1 ) sleep 0 . 5 end end end end with_fx :wobble , phase: 2 do | w | with_fx :echo , mix: 0 . 6 do loop do sample :drum_heavy_kick sample :bass_hit_c , rate: 0 . 8 , amp: 0 . 4 sleep 1 end end end hear the rhythmic wobble... than 50% -- than 50% -- play pause ocean waves with_fx :reverb , mix: 0 . 5 do loop do s = synth [ :bnoise , :cnoise , :gnoise ]. choose , amp: rrand ( 0 . 5 , 1 . 5 ), attack: rrand ( 0 , 4 ), sustain: rrand ( 0 , 2 ), release: rrand ( 1 , 3 ), cutoff_slide: rrand ( 0 , 3 ), cutoff: rrand ( 60 , 80 ), pan: rrand ( - 1 , 1 ), pan_slide: 1 , amp: rrand ( 0 . 5 , 1 ) control s , pan: rrand ( - 1 , 1 ), cutoff: rrand ( 60 , 115 ) sleep rrand ( 2 , 3 ) end end hear the digital waves crash... than 50% -- than 50% -- play pause idm breakbeat define :play_bb do | n | sample :drum_heavy_kick sample :ambi_drone , rate: [ 0 . 25 , 0 . 5 , 0 . 125 , 1 ]. choose , amp: 0 . 25 if rand < 0 . 125 sample :ambi_lunar_land , rate: [ 0 . 5 , 0 . 125 , 1 , - 1 , - 0 . 5 ]. choose , amp: 0 . 25 if rand < 0 . 125 sample :loop_amen , attack: 0 , release: 0 . 05 , start: 1 - ( 1 . 0 / n ), rate: [ 1 , 1 , 1 , 1 , 1 , 1 , - 1 ]. choose sleep sample_duration ( :loop_amen ) / n end loop { play_bb ([ 1 , 2 , 4 , 8 , 16 ]. choose )} listen to crazy coded beats... than 50% -- than 50% -- play pause acid walk in_thread do use_synth :fm sleep 2 loop do 28 . times do sample :drum_bass_hard , amp: 0 . 8 sleep 0 . 25 play :e2 , release: 0 . 2 sample :elec_cymbal , rate: 12 , amp: 0 . 6 sleep 0 . 25 end sleep 4 end end use_synth :tb303 with_fx :reverb do | rev | loop do control rev , mix: rrand ( 0 , 0 . 3 ) with_fx :slicer , phase: 0 . 125 do sample :ambi_lunar_land , sustain: 0 , release: 8 , amp: 2 end control rev , mix: rrand ( 0 , 0 . 6 ) r = rrand ( 0 . 05 , 0 . 3 ) 64 . times do play chord ( :e3 , :minor ). choose , release: r , cutoff: rrand ( 50 , 90 ), amp: 0 . 5 sleep 0 . 125 end control rev , mix: rrand ( 0 , 0 . 6 ) r = rrand ( 0 . 1 , 0 . 2 ) with_synth :prophet do 32 . times do sleep 0 . 125 play chord ( :a3 , :m7 ). choose , release: r , cutoff: rrand ( 40 , 130 ), amp: 0 . 7 end end control rev , mix: rrand ( 0 , 0 . 6 ) r = rrand ( 0 . 05 , 0 . 3 ) 32 . times do play chord ( :e3 , :minor ). choose , release: r , cutoff: rrand ( 110 , 130 ), amp: 0 . 4 sleep 0 . 125 end control rev , mix: rrand ( 0 , 0 . 6 ) with_fx :echo , phase: 0 . 25 , decay: 8 do 16 . times do play chord ([ :e2 , :e3 , :e4 ]. choose , :m7 ). choose , release: 0 . 05 , cutoff: rrand ( 50 , 129 ), amp: 0 . 5 sleep 0 . 125 end end end end start producing longer tracks... than 50% -- than 50% -- play pause what are you waiting for? get yourself a copy of sonic pi for: raspberry pi macos windows linux -- what's happening with sonic pi here's a taster of some of the exciting things happening in the sonic pi world... the music commission sonic pi is represented by sam aaron on the music commission panel, a new enquiry launched by abrsm exploring how to better sustain & support progress & progression in learning music. the naked scientists the wonderful naked scientists covered sonic pi in an interview which was broadcast live on bbc radio and is available to listen and read here . the big bang fair 2018 the big bang fair is the uk's largest celebration of stem for young people. the sonic pi band will perform a series of shows demonstrating how to live code your own band. kokoa certified resources the incredible mehackit sonic pi creative coding resource has been certified by the finnish education standard kakoa for its educational quality. royal albert hall : convo sonic pi is an education partner for convo, an ambitious new work at the royal albert hall featuring 1,000 young instrumentalists & singers combining traditional instruments & code. codebus africa in 2017, african and finnish tech and education innovators collaborated to use sonic

URL analysis for sonic-pi.net


http://www.sonic-pi.net/#rp
http://www.sonic-pi.net/#news
http://www.sonic-pi.net/tutorial.html
http://www.sonic-pi.net/#examples
http://www.sonic-pi.net/files/releases/v3.0.1/sonic-pi_1_3.0.1-armhf.deb
http://www.sonic-pi.net/#intro
http://www.sonic-pi.net/#mac
http://www.sonic-pi.net/files/articles/live-coding-education.pdf
http://www.sonic-pi.net/files/releases/v3.1.0/sonic-pi-for-win-portable-v3.1.0.paf.exe
http://www.sonic-pi.net/#community
http://www.sonic-pi.net/files/releases/v3.1.0/sonic-pi-for-win-v3.1.0.msi
http://www.sonic-pi.net/#windows
http://www.sonic-pi.net/tutorial.html
http://www.sonic-pi.net/files/releases/v3.1.0/sonic-pi-for-mac-v3.1.0.dmg
musiccommission.org.uk
nnfestival.org.uk
bbc.co.uk
thebigbangfair.co.uk
artscouncil.org.uk
musiceducationexpo.co.uk

Whois Information


Whois is a protocol that is access to registering information. You can reach when the website was registered, when it will be expire, what is contact details of the site with the following informations. In a nutshell, it includes these informations;

Domain Name: SONIC-PI.NET
Registry Domain ID: 1797524173_DOMAIN_NET-VRSN
Registrar WHOIS Server: whois.123-reg.co.uk
Registrar URL: http://www.meshdigital.com
Updated Date: 2018-04-22T02:44:23Z
Creation Date: 2013-04-29T07:16:14Z
Registry Expiry Date: 2019-04-29T07:16:14Z
Registrar: 123-Reg Limited
Registrar IANA ID: 1515
Registrar Abuse Contact Email:
Registrar Abuse Contact Phone:
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Name Server: NS.123-REG.CO.UK
Name Server: NS2.123-REG.CO.UK
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2018-07-06T23:28:47Z <<<

For more information on Whois status codes, please visit https://icann.org/epp

NOTICE: The expiration date displayed in this record is the date the
registrar's sponsorship of the domain name registration in the registry is
currently set to expire. This date does not necessarily reflect the expiration
date of the domain name registrant's agreement with the sponsoring
registrar. Users may consult the sponsoring registrar's Whois database to
view the registrar's reported date of expiration for this registration.

TERMS OF USE: You are not authorized to access or query our Whois
database through the use of electronic processes that are high-volume and
automated except as reasonably necessary to register domain names or
modify existing registrations; the Data in VeriSign Global Registry
Services' ("VeriSign") Whois database is provided by VeriSign for
information purposes only, and to assist persons in obtaining information
about or related to a domain name registration record. VeriSign does not
guarantee its accuracy. By submitting a Whois query, you agree to abide
by the following terms of use: You agree that you may use this Data only
for lawful purposes and that under no circumstances will you use this Data
to: (1) allow, enable, or otherwise support the transmission of mass
unsolicited, commercial advertising or solicitations via e-mail, telephone,
or facsimile; or (2) enable high volume, automated, electronic processes
that apply to VeriSign (or its computer systems). The compilation,
repackaging, dissemination or other use of this Data is expressly
prohibited without the prior written consent of VeriSign. You agree not to
use electronic processes that are automated and high-volume to access or
query the Whois database except as reasonably necessary to register
domain names or modify existing registrations. VeriSign reserves the right
to restrict your access to the Whois database in its sole discretion to ensure
operational stability. VeriSign may restrict or terminate your access to the
Whois database for failure to abide by these terms of use. VeriSign
reserves the right to modify these terms at any time.

The Registry database contains ONLY .COM, .NET, .EDU domains and
Registrars.

  REGISTRAR 123-Reg Limited

SERVERS

  SERVER net.whois-servers.net

  ARGS domain =sonic-pi.net

  PORT 43

  TYPE domain

DOMAIN

  NAME sonic-pi.net

  CHANGED 2018-04-22

  CREATED 2013-04-29

STATUS
clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
clientTransferProhibited https://icann.org/epp#clientTransferProhibited
clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited

NSERVER

  NS.123-REG.CO.UK 212.67.202.2

  NS2.123-REG.CO.UK 62.138.132.21

  REGISTERED yes

Go to top

Mistakes


The following list shows you to spelling mistakes possible of the internet users for the website searched .

  • www.usonic-pi.com
  • www.7sonic-pi.com
  • www.hsonic-pi.com
  • www.ksonic-pi.com
  • www.jsonic-pi.com
  • www.isonic-pi.com
  • www.8sonic-pi.com
  • www.ysonic-pi.com
  • www.sonic-piebc.com
  • www.sonic-piebc.com
  • www.sonic-pi3bc.com
  • www.sonic-piwbc.com
  • www.sonic-pisbc.com
  • www.sonic-pi#bc.com
  • www.sonic-pidbc.com
  • www.sonic-pifbc.com
  • www.sonic-pi&bc.com
  • www.sonic-pirbc.com
  • www.urlw4ebc.com
  • www.sonic-pi4bc.com
  • www.sonic-pic.com
  • www.sonic-pibc.com
  • www.sonic-pivc.com
  • www.sonic-pivbc.com
  • www.sonic-pivc.com
  • www.sonic-pi c.com
  • www.sonic-pi bc.com
  • www.sonic-pi c.com
  • www.sonic-pigc.com
  • www.sonic-pigbc.com
  • www.sonic-pigc.com
  • www.sonic-pijc.com
  • www.sonic-pijbc.com
  • www.sonic-pijc.com
  • www.sonic-pinc.com
  • www.sonic-pinbc.com
  • www.sonic-pinc.com
  • www.sonic-pihc.com
  • www.sonic-pihbc.com
  • www.sonic-pihc.com
  • www.sonic-pi.com
  • www.sonic-pic.com
  • www.sonic-pix.com
  • www.sonic-pixc.com
  • www.sonic-pix.com
  • www.sonic-pif.com
  • www.sonic-pifc.com
  • www.sonic-pif.com
  • www.sonic-piv.com
  • www.sonic-pivc.com
  • www.sonic-piv.com
  • www.sonic-pid.com
  • www.sonic-pidc.com
  • www.sonic-pid.com
  • www.sonic-picb.com
  • www.sonic-picom
  • www.sonic-pi..com
  • www.sonic-pi/com
  • www.sonic-pi/.com
  • www.sonic-pi./com
  • www.sonic-pincom
  • www.sonic-pin.com
  • www.sonic-pi.ncom
  • www.sonic-pi;com
  • www.sonic-pi;.com
  • www.sonic-pi.;com
  • www.sonic-pilcom
  • www.sonic-pil.com
  • www.sonic-pi.lcom
  • www.sonic-pi com
  • www.sonic-pi .com
  • www.sonic-pi. com
  • www.sonic-pi,com
  • www.sonic-pi,.com
  • www.sonic-pi.,com
  • www.sonic-pimcom
  • www.sonic-pim.com
  • www.sonic-pi.mcom
  • www.sonic-pi.ccom
  • www.sonic-pi.om
  • www.sonic-pi.ccom
  • www.sonic-pi.xom
  • www.sonic-pi.xcom
  • www.sonic-pi.cxom
  • www.sonic-pi.fom
  • www.sonic-pi.fcom
  • www.sonic-pi.cfom
  • www.sonic-pi.vom
  • www.sonic-pi.vcom
  • www.sonic-pi.cvom
  • www.sonic-pi.dom
  • www.sonic-pi.dcom
  • www.sonic-pi.cdom
  • www.sonic-pic.om
  • www.sonic-pi.cm
  • www.sonic-pi.coom
  • www.sonic-pi.cpm
  • www.sonic-pi.cpom
  • www.sonic-pi.copm
  • www.sonic-pi.cim
  • www.sonic-pi.ciom
  • www.sonic-pi.coim
  • www.sonic-pi.ckm
  • www.sonic-pi.ckom
  • www.sonic-pi.cokm
  • www.sonic-pi.clm
  • www.sonic-pi.clom
  • www.sonic-pi.colm
  • www.sonic-pi.c0m
  • www.sonic-pi.c0om
  • www.sonic-pi.co0m
  • www.sonic-pi.c:m
  • www.sonic-pi.c:om
  • www.sonic-pi.co:m
  • www.sonic-pi.c9m
  • www.sonic-pi.c9om
  • www.sonic-pi.co9m
  • www.sonic-pi.ocm
  • www.sonic-pi.co
  • sonic-pi.netm
  • www.sonic-pi.con
  • www.sonic-pi.conm
  • sonic-pi.netn
  • www.sonic-pi.col
  • www.sonic-pi.colm
  • sonic-pi.netl
  • www.sonic-pi.co
  • www.sonic-pi.co m
  • sonic-pi.net
  • www.sonic-pi.cok
  • www.sonic-pi.cokm
  • sonic-pi.netk
  • www.sonic-pi.co,
  • www.sonic-pi.co,m
  • sonic-pi.net,
  • www.sonic-pi.coj
  • www.sonic-pi.cojm
  • sonic-pi.netj
  • www.sonic-pi.cmo
Show All Mistakes Hide All Mistakes