Happy Birthday müziğini C# üzerinde dinlemenin keyfini yaşayacağız.
Happy Birthday Müziği Notaları
do-do-re-do-fa-mi
do-do-re-do-sol-fa
do-do-incedo-la-fa-fa-mi-re
do-do-si-sol-la-sol
Notaların harf karşılığı ise aşağıdaki gibidir.
Bu notaların frekansları ise aşağıdaki gibidir. Bir frekansta ses çaldırmak gerekir ki bu frekansları aşağıdaki siteden öğrenebiliriz.
C harfin karşılık gelen nota Do notası olup Do notası 130.82 ile 1046.5 aralığında frekans değeri alabilmektedir.
Happy Birthday Kodları aşağıdaki gibidir.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Media; | |
using System.Text; | |
using System.Threading.Tasks; | |
namespace muzikcaldir | |
{ | |
class Program | |
{ | |
static void Main(string[] args) | |
{ | |
//Happy Birthday Müzik Notaları | |
System.Threading.Thread.Sleep(2000); | |
Console.Beep(264, 125); | |
System.Threading.Thread.Sleep(250); | |
Console.Beep(264, 125); | |
System.Threading.Thread.Sleep(250); | |
Console.Beep(297, 500); | |
System.Threading.Thread.Sleep(125); | |
Console.Beep(264,500); | |
System.Threading.Thread.Sleep(125); | |
Console.Beep(352,500); | |
System.Threading.Thread.Sleep(125); | |
Console.Beep(330, 1000); | |
System.Threading.Thread.Sleep(250); | |
Console.Beep(264,125); | |
System.Threading.Thread.Sleep(250); | |
Console.Beep(297,500); | |
System.Threading.Thread.Sleep(125); | |
Console.Beep(264, 500); | |
System.Threading.Thread.Sleep(125); | |
Console.Beep(396, 500); | |
System.Threading.Thread.Sleep(125); | |
Console.Beep(352, 1000); | |
System.Threading.Thread.Sleep(250); | |
Console.Beep(264, 125); | |
System.Threading.Thread.Sleep(250); | |
Console.Beep(264, 125); | |
System.Threading.Thread.Sleep(125); | |
Console.Beep(2642, 500); | |
System.Threading.Thread.Sleep(125); | |
Console.Beep(440, 500); | |
System.Threading.Thread.Sleep(125); | |
Console.Beep(352, 250); | |
System.Threading.Thread.Sleep(125); | |
Console.Beep(352, 125); | |
System.Threading.Thread.Sleep(125); | |
Console.Beep(330, 500); | |
System.Threading.Thread.Sleep(125); | |
Console.Beep(297, 1000); | |
System.Threading.Thread.Sleep(250); | |
Console.Beep(466, 125); | |
System.Threading.Thread.Sleep(250); | |
Console.Beep(466, 125); | |
System.Threading.Thread.Sleep(125); | |
Console.Beep(440, 500); | |
System.Threading.Thread.Sleep(125); | |
Console.Beep(352, 500); | |
System.Threading.Thread.Sleep(125); | |
Console.Beep(396, 500); | |
System.Threading.Thread.Sleep(125); | |
Console.Beep(352, 1000); | |
//nagihanesendal.blogspot.com | |
Console.Read(); | |
} | |
} | |
} |
Hocam merhabalar.
YanıtlaSilBende arduino kartlar için çok emek harcanmış bir kod var.
Happy birthday melodisini solo mono bass olacak şekilde aynı kod içinde alt alta yazarak tek bir karttan aynı anda 3 farklı enstrümandan çıkıyormuşcasına güzel bir kod.
Bu melodi polifonik tarzda yapılmaya çalışılmış.
Ve bu kod esp8266 diye adlandırılan bir kart için yazılmış.
Bende ise adetli olarak bolca elimde esp32 kart olduğundan kod benim kartta çalışmadı.
Bende oturup her bir notayı solo mono bass 3 farklı şekilde alt alta sırasına göre uyarladım.
Ancak müzik bilgim kısıtlı oldugundan vuruşları muhtemelen yapamamışımki kodu yükledikten sonra çıkan seslerin alakası bile yoktu...
Tamda bu sıralarda sizin kod açıklama bloğunuza denk geldim.
Kodum şöyle