As was discussed on the premiere in the chat, minutephysics has a video explaining 2^1/12 in the Semitones -> Hz formula: th-cam.com/video/1Hqm0dYKUx4/w-d-xo.html Thanks Jagholin for bringing it up! Now I understand that black box! :)
46:51 he almost let his plan slip with that laugh when he heard it and wondered probably if you can already recognize it, the mad lad is a coding Meme Legend
That attack-decay-sustain-release thing could be implemented very elegantly with simplexes or splines. As they form interesting algebras, I think Haskell would have very nice representations of that.
Never really saw Haskell before, but the way you explain it... My God, I think I'm into Haskell now You've done a great job! It was entertaining and to some extend even useful to a person who never touched that language before Kudos from a fellow programmer and a musician
i had to learn haskell for school so thats why i guess this is in my recommended. man this language is so over my head, watching this brought back bad memories of spending 5 hours to write 5 lines of code lol.
You, sir, are an excellent explainer. Really, not many youtuber programmers have your ability to explain, let alone the knowledge of Haskell. Again, excellent content.
Attack, decay, sustain, and release are used as they can help to emulate sounds of many instruments more accurately and pleasantly. For example, some instruments have a very strong “front” or attack, that decays quickly, whereas others have a weak attack but sustain for a bit then decay.
i've gotten myself into this weird situation where i'd put on your videos as i go to bed and now hearing your voice is the only thing that effectively knocks me out
Argh!! Thank you. I knew I definitely knew the song but I could not find it for the life of me. First comment I found that actually mentioned the name 🙏
Nice educational and entertaining video (not many people can pull off both aspects), good job. Even though I knew everything on the Haskell front, I learned a lot about music :D.
the reason why a is 2 ^ 1/12 is because an octave has 12 notes, (i think it's kind of made to be like that, because of the chromatic scale and things) so if we multiply the standard pitch with that 12 times: (2 ^ 1/12) ^ 12 = 2 we get 2, and that's because the ratio of one octave to the next is 1/2. if the process start again multiplying the last frequency we got, times 2 ^ 1/12 that will be in the next octave. our ears perceives pitches with double the frequency as one octave above :) source: www.simplifyingtheory.com/mathematics-and-music/
Переписываю, значит, я тут второй день свой синт с плюсов на раст. Подумываю в процессе как бы это на хаскеле выглядело. А чувак такой: «ща покажу». На следующий день после того как я вообще этот канал обнаружил. Что это? Телепатия? Отсутствие приватности? Магия?
Да, со мной происходило подобное. Мне близко объяснение такого явления тем, что у людей с похожими интересами и занятиями рождаются +/- одни и те же идеи. Ну, а получить соответствующее видео к просмотру - вопрос времени. Есть история одного писателя-фантаста, который изо всех сил торопился выпустить свой роман. Потому что по его убеждению в то самое время другие ~двадцать человек обыгрывали ту же самую идею в своих произведениях. Вопрос был в том, кому удастся высказаться первым. В то же время публично эта идея не обсуждалась, и было это в доинтернетную эпоху. Но идеи-то витают: кто-то где-то обмолвился, кто-то что-то подумал, - и вот оказывается, таких больше одного.
Thank you a lot for this cool tutorial. It was so fun following around and even I just started programming in Haskell I could learn a lot about Haskell AND music :D Keep on going!
Sum and scale the pulses. Anonther thing that is needed is symbols for notes and symbols for periods (full, half, quater, eighth and so forth). And not to forget abour doted notes. Probably more useful to parse the abc format.
That was amazing. Thanks for sharing your knowledge. Just a few small things: * In case you didn't know: The function *void* will turn the type of any Functor into (). * Haskell is the only language that does not support implicit conversion. This is actually a good thing because it avoids a lot of nasty bugs and forces you to think about the meaning of the expressions you want to write. Converting an Integer to any other type that is an instance of Num is the easiest thing. Just use the fromInteger function. * Your pronounciation of *beats* sounds like *bits*. The i in beats is long. * Also, the last part could have used some more abstraction. :P
I've been following through this tutorial. FYI: the pitch standard tone seems slightly sharp in Tsoding's TH-cam video, but when you compare against the Wikipedia 440hz tone ( en.wikipedia.org/wiki/File:Sine_wave_440.ogg ), it sounds identical :)
I find all your haskell videos very helpful, Can you please please create a video on how to connect to a mysql database. There is no single video on youtube to get help from.
I have a question. I am making my independent research in the domain. I find some information useful for me in the video. My project code is published under MIT licence but does not use the code from the video. May I use some ideas (e. g. Float type etc.) in the project with credits to the authors of the video and still with the same license?
I don't know Haskell, but it looks beautiful.. it is like a completely alien language. I wonder how would this code look e.g. in C, could you do a video where you compare Haskell programs with their equivalents in conventional langages?
Great video, if you want to explore this topic more you can do videos on different types of waves like sawtooth and square, and maybe on distortions and effects like that
I would find great to have better tooling for Haskell. For example, an Haskell compiler that can be easily ported to any system (it's painful to port it on new systems…), a compiler which can easily compile statically (even itself), etc.
He answered what song he was marking before people even asked the question what a mad lad coder to think that far ahead because what the only answer on TH-cam comments when someone ask “hey what’s that song called” The only answer is “Darude sandstorm”
How is it possible that printf takes a variable number of arguments depending on the number of %s, %f etc?? I didn't think this would be possible with Haskell's type system
The answer is type classes. You can define instances for function types. This works so well because functions are always curried. If you're interested take a look at the QuickCheck package. As long as each parameter type of a function has an *Arbitrary* instance there is an instance that allows to test arbitrary functions.
As was discussed on the premiere in the chat, minutephysics has a video explaining 2^1/12 in the Semitones -> Hz formula: th-cam.com/video/1Hqm0dYKUx4/w-d-xo.html
Thanks Jagholin for bringing it up! Now I understand that black box! :)
46:51 he almost let his plan slip with that laugh when he heard it and wondered probably if you can already recognize it, the mad lad is a coding Meme Legend
Who needs Ableton when you have Haskell?
don't know if this video's author got the acid criticism in your sarcastic comment
imbecils!
No one has ever needed ableton when rosegarden exists!
@@webgpu Depends on how cynical you are on a scale from this video's author to you.
@@DanDart also LMMS with Ardour.
Tsoding inspired me to start a channel myself, where I am explaining Haskell algorithms, he is indeed an epic haskeller.
Cool, there should be more content for haskellers. You have got yourself a new subscriber.
It's the truth and advertisement both
Subscribed just in case you upload something new to me.
Subbed, thanks
"I will make semitones floats, because I don't feel like converting ints to floats." Time for some microtonal music :)
“hey what song is that?”
“It’s Darude Sandstorm “
omg this is the best youtube recommendation of the month for me
ikr
That attack-decay-sustain-release thing could be implemented very elegantly with simplexes or splines. As they form interesting algebras, I think Haskell would have very nice representations of that.
Never really saw Haskell before, but the way you explain it...
My God, I think I'm into Haskell now
You've done a great job! It was entertaining and to some extend even useful to a person who never touched that language before
Kudos from a fellow programmer and a musician
i had to learn haskell for school so thats why i guess this is in my recommended. man this language is so over my head, watching this brought back bad memories of spending 5 hours to write 5 lines of code lol.
You, sir, are an excellent explainer. Really, not many youtuber programmers have your ability to explain, let alone the knowledge of Haskell. Again, excellent content.
Attack, decay, sustain, and release are used as they can help to emulate sounds of many instruments more accurately and pleasantly.
For example, some instruments have a very strong “front” or attack, that decays quickly, whereas others have a weak attack but sustain for a bit then decay.
This is my favorite video of yours now! I like how you come from the absolute simplicity to the details.
This is the coolest thing i've seen about programming since i started learning it 5 month ago.
i've gotten myself into this weird situation where i'd put on your videos as i go to bed and now hearing your voice is the only thing that effectively knocks me out
Not so much activity anymore, was enjoying haskell content. We need more of that!
That was great. As a musician and programmer I really learned a lot about both things! Subbed!
The text at the bottom of the screen is my favorite.
i3wm ?
@@ewowoi Yeah it looks like default i3status or py3status
@@itsblack2321 Probably using XMonad and its staus bar, or I will not be happy. :-)
"Music is the most advanced form of mathematics" - GPT-3.
Now everything makes sense.
This was really entertaining video. I coded along and it was fun. You just got yourself another subscriber, sir :D
So great tutorial! I recommend this great work to my students in a Haskell course!!!
2020 Tsoding: Linus Torvalds
2024 Tsoding: Mark Succerburg
Thanks a lot for this video! It's really educational to see a master at work! I wish there were some similar stuff with common lisp or scheme hacking!
Amazing content.
I would like to see more video exploring sound generation changing the frequency as a function of the time. Like police car alarm.
Wow amazing content! Keep it up. Deserves way more views
Lol TH-cam Vorschläge😂
Wow, you were here, nice :)
I love how you can't help but laugh when you're putting together the song at the end
OMG he made DARUDE SANDSTORM IN HASKELL, absolute mad lad
Argh!!
Thank you.
I knew I definitely knew the song but I could not find it for the life of me.
First comment I found that actually mentioned the name 🙏
It's been a while since I viewed a programming video but this one was really fun to watch, thank you!
Nice educational and entertaining video (not many people can pull off both aspects), good job.
Even though I knew everything on the Haskell front, I learned a lot about music :D.
the reason why a is 2 ^ 1/12 is because an octave has 12 notes, (i think it's kind of made to be like that, because of the chromatic scale and things) so if we multiply the standard pitch with that 12 times:
(2 ^ 1/12) ^ 12 = 2
we get 2, and that's because the ratio of one octave to the next is 1/2. if the process start again multiplying the last frequency we got, times 2 ^ 1/12 that will be in the next octave. our ears perceives pitches with double the frequency as one octave above :)
source: www.simplifyingtheory.com/mathematics-and-music/
this was the most legendary programming video I've seen in a while
Do you know about TidalCycles? It's a music DSL based on haskell that allows you to do cool live music performances.
Переписываю, значит, я тут второй день свой синт с плюсов на раст. Подумываю в процессе как бы это на хаскеле выглядело. А чувак такой: «ща покажу». На следующий день после того как я вообще этот канал обнаружил. Что это? Телепатия? Отсутствие приватности? Магия?
Это Гугл тебя слушает.
Да, со мной происходило подобное. Мне близко объяснение такого явления тем, что у людей с похожими интересами и занятиями рождаются +/- одни и те же идеи. Ну, а получить соответствующее видео к просмотру - вопрос времени.
Есть история одного писателя-фантаста, который изо всех сил торопился выпустить свой роман. Потому что по его убеждению в то самое время другие ~двадцать человек обыгрывали ту же самую идею в своих произведениях. Вопрос был в том, кому удастся высказаться первым. В то же время публично эта идея не обсуждалась, и было это в доинтернетную эпоху. Но идеи-то витают: кто-то где-то обмолвился, кто-то что-то подумал, - и вот оказывается, таких больше одного.
Very fun and educative. Really liked this video. Keep making amazing and cool stuff.
Thank you a lot for this cool tutorial. It was so fun following around and even I just started programming in Haskell I could learn a lot about Haskell AND music :D Keep on going!
Says the legend there was a dude who uses Haskell to compose Electronic music by ear.❤
idea for a part 2: make it read .midi files, and have summation of [Pulse] for multiple frequencies at the same time
Sum and scale the pulses.
Anonther thing that is needed is symbols for notes and symbols for periods (full, half, quater, eighth and so forth).
And not to forget abour doted notes.
Probably more useful to parse the abc format.
"442 pies per second"
- Tsoding, 2020
This video is awesome. I've never used Emacs and Haskell, but this is awesome.
I found myself enjoying this as a child, wicked man, you are awesome!!!
Bro, I've watched the video with "one breath", really enjoyed it. Thanks a lot!
I watched the whole thing. You have a really nice coding style. That undertale in the end caught me pretty off guard though
не знаю что больше поразило, sandstorm на хаскеле или температура чая
That was so happy! Loved how much you were enjoying it. (And what a great invitation to Haskell...)
Code You a Sound for Great Good!
It's really nice, proposal for the next session: music visualization :-)
That was amazing. Thanks for sharing your knowledge.
Just a few small things:
* In case you didn't know: The function *void* will turn the type of any Functor into ().
* Haskell is the only language that does not support implicit conversion. This is actually a good thing because it avoids a lot of nasty bugs and forces you to think about the meaning of the expressions you want to write. Converting an Integer to any other type that is an instance of Num is the easiest thing. Just use the fromInteger function.
* Your pronounciation of *beats* sounds like *bits*. The i in beats is long.
* Also, the last part could have used some more abstraction. :P
Wicked! Love your sessions ! Keep rockin!
That was great. Now I really want to learn Haskell
I'm new here and I have one thing to say, love the slavic accent
this is a completely different lvl of insanity
We can go further: to construct notes with the sine overtones, to use Just Intonation note system.
I've been following through this tutorial. FYI: the pitch standard tone seems slightly sharp in Tsoding's TH-cam video, but when you compare against the Wikipedia 440hz tone ( en.wikipedia.org/wiki/File:Sine_wave_440.ogg ), it sounds identical :)
it can become a morse translator if you create a table of letters
oh. god!!! i am now discovering this channel.
How do I "like" this 1000 times?
another fantastic video sir you are fantastic at coding haskell nice video
"Специфик" - I'm already hearing this for the second time from you ;) Don't reveal yourself :-D
Tsoding: "But I'm not a musician..."
Either that statement was (Just Musician) or he had some notes and this was (Just NotByEar). Awesome video btw :D
This is just amazing, bro! :D (and crazy...)
Did I just watch some code from scratch Darude -Sandstorm what a mad lad , I love it, i bursted laughing once I realized what song he was making
extremely satisfying. Thank you!
Very cool! this convinced me to learn Haskell
One year later, how is it going?
@@beauteetmusculation8191 very well, I'm learning OCaml and Agda now
@@felixlipski3956 Nice! Did you learn Haskell too?
Subscribed when I see music and Haskell
That was amaizing! ❤️
You will never know that it is a click bait when he played the tone in the end part. Omegalol. Darudepoggers
I find all your haskell videos very helpful, Can you please please create a video on how to connect to a mysql database. There is no single video on youtube to get help from.
HELL YEAHH.. 48:59
I have a question. I am making my independent research in the domain. I find some information useful for me in the video. My project code is published under MIT licence but does not use the code from the video. May I use some ideas (e. g. Float type etc.) in the project with credits to the authors of the video and still with the same license?
The code shown in this video is also released under MIT license github.com/tsoding/haskell-music/blob/master/LICENSE
So, yes, I suppose. :)
Sir, you are a musician.
I don't know Haskell, but it looks beautiful.. it is like a completely alien language. I wonder how would this code look e.g. in C, could you do a video where you compare Haskell programs with their equivalents in conventional langages?
I will start...
static blah blah blah{
Blah blah{
# The actual Code goes here
}
}
@@twb0109 I am not a fan of C# either :D
Great video, if you want to explore this topic more you can do videos on different types of waves like sawtooth and square, and maybe on distortions and effects like that
я человек простой, вижу цодинг - ставлю лайк
I would find great to have better tooling for Haskell. For example, an Haskell compiler that can be easily ported to any system (it's painful to port it on new systems…), a compiler which can easily compile statically (even itself), etc.
Name of outro song?
more haskell videos pls :b
who are you? why is your voice so magical ? you make me melt no homo
Thanks for posting such a great video ! :)
He answered what song he was marking before people even asked the question what a mad lad coder to think that far ahead because what the only answer on TH-cam comments when someone ask “hey what’s that song called”
The only answer is
“Darude sandstorm”
DUDE WHERE ARE YOU?? COME BACK 😭
Very fun and educational, thank you!
How is it possible that printf takes a variable number of arguments depending on the number of %s, %f etc?? I didn't think this would be possible with Haskell's type system
The answer is type classes. You can define instances for function types. This works so well because functions are always curried. If you're interested take a look at the QuickCheck package. As long as each parameter type of a function has an *Arbitrary* instance there is an instance that allows to test arbitrary functions.
stackoverflow.com/questions/7828072/how-does-haskell-printf-work
Long story short: Typeclasses and recursion
It was fun for me to listen to you in English realizing that we're both Russian :-D
Excellent explanation. However, there are some problems with running the program in Windows 10.
What peroblem? You can install Linux in MS Windows now, if you don't want to run this in a proper Linux (or Virtual Box).
hot i3wm setup, near default ftw
Sarude Dandstorm!!!
Awesome Video! Since you made me wanna start with haskell, whats the best way to learn haskell?
Oh yeah the old channele
Now |I'm one step closer to "Still Alive in a Linux Terminal"
You should look into ImplicitCAD. It lets you write Haskell that generates 3D models.
My Haskell class gave 28 grey hairs and three tumors
Теперь ждем самодельную флку)
mesmerising
can you implement fm synthesis in haskell?
Oh man tsoding, wait until you hear about bytebeat then realise you could have just sent "cycle[1..65535] " to the audio file to get a sawtoothwave
Song name?
/s
Interesting tutorial
This is really great content!
that github link is 404ing
gib spoilers pleez
Should be available already :)
Yo that song at the end sounded good, what was it? The one that went dudududud dadada dudud
The one in the absolute end of the video is the megalovania from the game undertale. th-cam.com/video/wDgQdr8ZkTw/w-d-xo.html
th-cam.com/video/y6120QOlsfU/w-d-xo.html it is a meme, I am sure that you opened that link at least once in your life lol