Key Detection & Dynamic Complexity

The work on the new project continued; however, slow-paced. Experimentation and gathering data was the highlight of the whole week, as I started working with a new audio processing library “Essentia”. Essentia is a C++ library used for the purpose of analyzing and processing audio signals and files. It has Read more…

Tempo Detection

Unlike the past few weeks, the progress in this one was a bit bumpy and slow. The work for most of this week was based on the research done last week and a continuation of it. While a certain amount of time was spent writing and implementing code, the biggest Read more…

Reacting to React

This week went past fairly quick and smooth and I had the opportunity to delve in a little deeper into the React Ecosystem when configuring the components on our admin system dashboard. At the start of the week I managed to get the Admin system packaged and bundled with Electron Read more…

On Music Information Retrieval

Research is most probably the most important aspect of any project; implementation can go as smooth as a breeze if done right. For this exact reason, most of this week’s work was dedicated towards research, in preparation for my new project. Music information retrieval is a small but rapidly growing Read more…

Photo by Charles Deluvio 🇵🇭🇨🇦 on Unsplash

Finishing Up 1st Project

As the project I am working one came closer to finishing, many additions, touches, and bugfixes were needed to be performed on the source code. Below is a description that walks you through the events of this week. Before getting into the code, it is worth mentioning that a major Read more…

Registration Slips with QR

On top of filling the registration slip with the participant and registration details, a QR code is added too. This code will be generated using the qrencode library and the png library. These registration slips are then sent to the provided emails. Templates are used to render the contents of Read more…

Gaining Traction

Having deployed the main application previously I had been struggling to get the Admin system up and running but after receiving some help setting up the DataProvider and AuthProvider I was finally able to get in on the action and get some work done. React Admin is a great tool Read more…

Registration Slips

I am currently working on generating the registration slips for the participants of a music competition. After participants complete registration, these slips are sent to them to confirm their registration. This program starts off with listening to changes in the database. If a change is detected, the id of the Read more…