A Midi file contains electronic music data. When you record into a Midi file, you record the keys you hit on your electronic keyboard, how hard you hit the key, the “voice” on the keyboard, such as grand piano, and other data. Later, your keyboard can play this music again from this file. But you […]
Connect your Yamaha keyboard to your PC to record
Connecting your Yamaha keyboard to your PC so that you can use recording software seems like a no-brainer, but, in fact, it can be surprisingly difficult. However, once you understand how to do it, it all makes sense. In this post, I don’t try to explain how to connect every type of Yamaha keyboard, but […]
Filtering an html table with .net core
I was looking for a quick and dirty way to filter a table that I got as the result of a search on a webpage. For a one-time effort, I could print it to a pdf. However, I wanted to only keep certain rows in that table. I could load it to an excel […]
Adding a secure and trusted HTTPS certificate to your localhost Visual Studio Code website
If you are developing a Visual Studio .Net project with Visual Studio, Visual Studio will take care of setting up the SSL on your localhost. However, if you are not aiming for a .net project. you will have to set it up yourself. You need to create an SSL certificate and then reference it in […]
Bootstrap navbar used to reverse orientation of a list
Bootstrap navbar is awesome for adding a navigation line and having it collapse to a button for a small screen. However, navbar is also useful when you don’t want it to collapse, but, instead, to change its orientation from horizontal to vertical and back when the screen size changes. Here is the code to acheive […]