New waveform view on main panel

@Leszek did this all work at your end on mac?

I also made an update to this so that it will remember the current preset/settings you have for Wave Observer, as
I was finding it annoying to have to keep slowing the wave scrolling down and move the window each time a new instance was toggled.

ledger.scripts.ToggleWaveObserverCurrentTrack_V1.2.xrnx (2.9 KB)

Wave Observer Download Page: Wave Observer - oscilloscope plug-in

NOTE: If anyone wants to get the free version on mac working with this tool, you will probably [need to provide me with the same details Leszek did which I guess was for his bought version of the plug.

see:*post

1 Like

Hi i have installed this script but when i run it is says.
image
is it because i have installed full version of Wave Observer Pro ?
Thanks!

I edited the script but still no luck , same error.
this part of script I have changed.

A Menuitem to show/hide on the Trackmenu (or on the Device) would be nice too! It comes as an FX device? Then it would be nice to if it react on deactivation with Enter key! The coolest thing would be to overide the entire Renoise oszilloscops window area with a custom canvas for this, but i think that are only dreams…

happy tracking :slight_smile:

The two lines that need to be adjusted are.

if available_devs[i].path == “Audio/Effects/AU/aufx: PPwp: PPly” then
device_path = “Audio/Effects/AU/aufx: PPwp: PPly”

I would leave the device_display_name for now.

Anyway I think I caught the problem, It was the spaces that Windows OCR added, the path should have been:

“Audio/Effects/AU/aufx:PPwp:PPly”



Here is a download with that changed, hopefully it fixes it.

ledger.scripts.ToggleWaveObserverCurrentTrack_V1.21.xrnx (3.0 KB)



If not I am probably going to add a more general version of this into this tool which will just allow you to have this same behaviour for any oscilloscope/ analysis plug:

Other Tool: New Tool (3.3): Toggle Master Track Meter

A Menuitem to show/hide on the Trackmenu (or on the Device) would be nice too!

This could be added, but trying to not force menu items with all tools, I’m looking at making a general prefs for menu items with scripts. I did start on that a while ago so need to go back and see what I can do.

It comes as an FX device? Then it would be nice to if it react on deactivation with Enter key!

It is a VST so should behave like any other with Enter when used, or do you mean something else, like closing the GUI when DSP is bypassed in renoise?

The coolest thing would be to overide the entire Renoise oszilloscops window area with a custom canvas for this, but i think that are only dreams…

A “+1” for OP then :slight_smile:

exactly this! :slight_smile:

As far i know that is not able with Api 6.1 And i dont have checked newer Api

you should listen with your ears. who cares how it looks like?

1 Like

Ear fatigue is real and monitoring often imperfect, sometimes a visual sanity check is welcome! particularly for DC offsets and transient spikes. Stuff that’s not apparent in a frequency analyser.

Also can be a learning aid/ prompt in realtime for how different processes modify waveforms.

No i don’t think it’s possible, that is one for native/ taktik I think

1 Like

Now it works but it add plugin to first to chain of devices… it is strange, when you chose a new track sometimes this plugin is at the end of chain but when you close it and open again it is again as first in chain.

The current behaviour is to add after the selected device in chain. If there is no device selected then it defaults to adding at start of chain.

I’ll make a second shortcut that adds always to end of chain which makes sense to have.

1 Like

A ok it make sense :slight_smile: leave as it is then.

Thanks for this script! :slight_smile:

1 Like

Had a thought and modified it so that before Wave Observer is deleted it hands back selected device to the device before it, so when you come back to the track it will re-insert in the same pos as before:

Script: ledger.scripts.ToggleWaveObserverCurrentTrack_V1.23.xrnx (3.1 KB)

Plug: Wave Observer - oscilloscope plug-in

2 Likes

..closing the GUI when DSP is bypassed in renoise?

I’ll have a look this, will have to add some notifiers for this to work, probably doable with an alternative shortcut so as not to add menu option clutter for now

@NPC1

I added a second shortcut with the '‘closing the GUI when DSP is bypassed’ behaviour. Let me know if it works for you as expected:

Shortcut: Toggle Wave Observer Current Track ALT

edit: mini update removes an unused file:

ledger.scripts.ToggleWaveObserverCurrentTrack_V1.25.xrnx (3.3 KB)

1 Like