Open miek opened 9 years ago
New drawing method since 8a8b800ceeca35f6dcf49e322307eb4de794e314 fixes the widget height issue, but the new issue is the scrollbar value is limited to 32-bits.
Can you please help me i dont know how to launch ispectrum
Thanks Dale
If you did a "make install" you can simply type inspectrum from a terminal window and the program should open.
I used the mac way to install. It installed all the components but will not launch with just ispectrum
Thank you for your help
Dale
Sent from my Dale's iphone 7 plus
On Jun 6, 2017, at 15:26, vsboost notifications@github.com wrote:
If you did a "make install" you can simply type inspectrum from a terminal window and the program should open.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
what happens when you type the word "inspectrum" in your terminal? can you copy and pasted the text that appears in the terminal window?
The maximum width/height of a QWidget is 16777215 and this is pretty easy to hit with a large file / high zoom / small fft size. Might need to rethink how the spectrogram drawing is done.