The WaveformMarks are set from the Skin like that:
https://github.com/mixxxdj/mixxx/blob/8d191bf7ce2d62d24c6e0ffac4b2afd7359afa8a/res/skins/LateNight/waveform.xml#L40

The usage is explained here:
http://www.mixxx.org/wiki/doku.php/creating_skins?s[]=markrange#sectionvisual

you can start mixxx with
mixxx --developer to have a developer meu with a reload skin feature.

So you may want to play with it.

for debugging you can use qDebug() statements or gdb.
Are you able to single step though the code?



Am 17.12.2016 um 16:53 schrieb NImit Bhardwaj:
> I need help, as in I am not able to get the meaning of the class
> WaveformMark, in the src/waveform/renders/waveformmark.h, i got that it
> has something to do with the marker of the waveforms in the Mixxx, but
> moreover, I want to know that in the setup function of the class, why is
> that the item, is compared if its empty or not, i checked that it is
> converting the QDomNode object and the "Control" string to the string,
> then how it can be null, it can be possible if in the function of
> SkinContext::nodeToString in the file src/skin/skincontext.cpp, the
> child is initially Null, so a null tree was formed, which i think is the
> case with the code, as in setup function, context object calls
> selectString and selectString calls nodeToString, so i need clearity here.
>
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> _______________________________________________
> Get Mixxx, the #1 Free MP3 DJ Mixing software Today
> http://mixxx.org
>
>
> Mixxx-devel mailing list
> Mixxx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mixxx-devel
>

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Get Mixxx, the #1 Free MP3 DJ Mixing software Today
http://mixxx.org


Mixxx-devel mailing list
Mixxx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mixxx-devel

Reply via email to