Scrolling a Viewport crashes compiled plugin....
-
@Christoph-Hart - there is no event taking place on the viewport scroll is there? There's nothing happening in the HISEScript...
-
@Lindon said in Scrolling a Viewport crashes compiled plugin....:
there is no event taking place on the viewport scroll is there? There's nothing happening in the HISEScript...
Yes it communicates to the audio thumbnail class which range to create a path for and spawns the waveform calculation on a background thread.
Alright, send me over this bad boy and I'll try to reproduce it. If you can limit the amount of samples I have to download or remove some parts that don't affect the functionality it would be great.
-
@Christoph-Hart said in Scrolling a Viewport crashes compiled plugin....:
@Lindon said in Scrolling a Viewport crashes compiled plugin....:
there is no event taking place on the viewport scroll is there? There's nothing happening in the HISEScript...
Yes it communicates to the audio thumbnail class which range to create a path for and spawns the waveform calculation on a background thread.
Alright, send me over this bad boy and I'll try to reproduce it. If you can limit the amount of samples I have to download or remove some parts that don't affect the functionality it would be great.
found it I think --- the viewport works fine for a hundred items, but crashes everytime when I add in all 1500 items.....
-
@Lindon said in Scrolling a Viewport crashes compiled plugin....:
found it I think --- the viewport works fine for a hundred items, but crashes everytime when I add in all 1500 items.....
nope now its working fine... grrr...hang on chasing down a couple of other possibilities - if they dont pan out it will be over to you...
-
@Lindon said in Scrolling a Viewport crashes compiled plugin....:
@Lindon said in Scrolling a Viewport crashes compiled plugin....:
found it I think --- the viewport works fine for a hundred items, but crashes everytime when I add in all 1500 items.....
nope now its working fine... grrr...hang on chasing down a couple of other possibilities - if they dont pan out it will be over to you...
sigh oh dear - I've got it a bit more reliable - pretty much in the end all I did was replace the viewport with another and copied over the code from the CB....so its over to you I'm afraid.... I PM you the download URL....
-
Ok yet more testing...
Now I added a viewport, and put a panel in it.. and wrote the sample map names --- no on mouse callback - its doing nothing
-- compile, load in reaper, play a note - go to the browser - scroll the new viewport - ---- crash.
-
@Lindon Ok got some debug info. out of VS, again Im just moving the viewport scroll bar..
..and its still telling me there are problems in the SamplerSoundWaveform::paint
-
bump bump?
-
-
@Christoph-Hart great! Thanks.