View Single Post
Old 12-08-2014, 05:38 PM   #118
Xenakios
Human being with feelings
 
Xenakios's Avatar
 
Join Date: Feb 2007
Location: Oulu, Finland
Posts: 8,062
Default

Quote:
Originally Posted by Argitoth View Post
REQUEST!: Replace media item peaks with image... so I could put a spectrogram image on a media item... or color-coded waveform display like this: http://www.comparisonics.com/color.html

Or how about some API to plug in your own realtime image generation...? maybe I'm just dreaming... *nudge nudge wink wink COUGH* Justin... REAPER 5... *cough*
That's already possible, I've actually lately worked on a plugin to replace the item waveforms with a spectrogram... Note that implementing this is going to be somewhat involved...The way to do it is to implement your own PCM_source subclass where you implement the Extended() method to handle the item graphics drawing etc...To keep the item playing the original audio, you should have another PCM_source object inside your custom object which you use to implement most of the other stuff the PCM_source objects are supposed to do. (Such as playing the audio samples...)

Screencap of the in-progress-plugin in action :

http://ge.tt/3bXP4O52/v/0?c
__________________
I am no longer part of the REAPER community. Please don't contact me with any REAPER-related issues.

Last edited by Xenakios; 12-08-2014 at 05:47 PM.
Xenakios is offline   Reply With Quote