mantaraya36's blog
Brain dump
Monthly Archives: July 2011
Update on Schema properties
Posted by on July 29, 2011
My original proposal has of course changed substantially! First, instead of defining a new data structure with multiple types, I’ve started using xmmsv_t which already exists and does most of the work (IPC interchange, value serializing, memory mangement). I only needed to add support for floats. Easy, right? It turned out to be very complicated [...]
Schema properties
Posted by on July 10, 2011
OK, so here are my ideas to enhance the server config properties system. This is my initial proposal which will surely have changes after a round of feedback. Current state Currently properties are stored in a GTree structure in the file config.c, in a global variable from the following struct: 00085 struct xmms_config_St { 00086 [...]
Dynamic effect chains
Posted by on July 2, 2011
The goal of this part of the project is to make changes in the effects chain have effect immediately, so if you add a ladspa plugin, or Eq to the chain, you won’t have to wait for the next song, when the chain is rebuilt, to hear it. So, I’ve been looking at the code [...]