inspectrum icon indicating copy to clipboard operation
inspectrum copied to clipboard

Spectrogram width is limited

Open miek opened this issue 10 years ago • 5 comments

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.

miek avatar Oct 03 '15 15:10 miek

New drawing method since 8a8b800ceeca35f6dcf49e322307eb4de794e314 fixes the widget height issue, but the new issue is the scrollbar value is limited to 32-bits.

miek avatar Mar 07 '16 14:03 miek

Can you please help me i dont know how to launch ispectrum

Thanks Dale

sflipper12 avatar Jun 06 '17 17:06 sflipper12

If you did a "make install" you can simply type inspectrum from a terminal window and the program should open.

vsboost avatar Jun 06 '17 22:06 vsboost

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 [email protected] 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.

sflipper12 avatar Jun 07 '17 11:06 sflipper12

what happens when you type the word "inspectrum" in your terminal? can you copy and pasted the text that appears in the terminal window?

tresacton avatar Jun 14 '17 01:06 tresacton