miek / inspectrum

Radio signal analyser
GNU General Public License v3.0
2.09k stars 270 forks source link

Spectrogram width is limited #35

Open miek opened 8 years ago

miek commented 8 years ago

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 commented 8 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.

sflipper12 commented 7 years ago

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

Thanks Dale

vsboost commented 7 years ago

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

sflipper12 commented 7 years ago

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.

tresacton commented 7 years ago

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