flesniak / python-prodj-link

A python interface to Pioneer ProDJ Link
Apache License 2.0
134 stars 26 forks source link

Added support for NXS2 blue waveform previews and color waveforms #16

Closed jan2000 closed 5 years ago

jan2000 commented 5 years ago

Added support for NXS2 waveforms.

$ ./monitor-qt.py -h
usage: monitor-qt.py [-h] [--disable-pdb] [--nxs2-blue] [--nxs2-color]

Python ProDJ Link

optional arguments:
  -h, --help     show this help message and exit
  --disable-pdb  Disable PDB provider
  --nxs2-blue    Show NXS2 blue waveform previews
  --nxs2-color   Show NXS2 color waveforms

image

brunchboy commented 5 years ago

You figured it out, that’s wonderful! 🎉 🎊

flesniak commented 5 years ago

Wow, that looks like a huge overhaul! Thanks a lot. I will try to take a lot into it this evening.

flesniak commented 5 years ago

Finally managed to merge this one, thanks a lot for the amazing work. I changed some minor details as merging old and colored widgets to support displaying blue waveforms when no colored ones are available. I changed the command line arguments - which I should have introduced long ago, so thanks a lot for that as well - to a bit more descriptive names.