home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Development
Improvement Suggestions
[External Display] Soundgraph iMON Graphic Equalizer
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="chemelli" data-source="post: 195216" data-attributes="member: 25221"><p>I would vote to add a Graphic Equalizer to iMON external driver.</p><p></p><p>I received this info from hwahrmann:</p><p></p><p>Basically, you need to implement the methods as described in the Core\MusicPlayer\Visualization\IVisualization.cs</p><p></p><p>Then have a look at SoniqueViz.cs in the same dir.</p><p></p><p>Initialize() - is called, when MP startups and does the init job. in our case activate the vs in SetOutputContext</p><p>InitializePreview() - is used in Config to show the preview window</p><p>RenderVisualization() - does the actual rendering. here you need to put your equalizer code</p><p>WindowChanged(VisualizationWindow vizWindow) and WindowSizeChanged(Size newSize) - get called, whenever the window is activated for the first time or switched been Fullscreen and overlay.</p><p></p><p>Regards,</p><p></p><p>Simone</p></blockquote><p></p>
[QUOTE="chemelli, post: 195216, member: 25221"] I would vote to add a Graphic Equalizer to iMON external driver. I received this info from hwahrmann: Basically, you need to implement the methods as described in the Core\MusicPlayer\Visualization\IVisualization.cs Then have a look at SoniqueViz.cs in the same dir. Initialize() - is called, when MP startups and does the init job. in our case activate the vs in SetOutputContext InitializePreview() - is used in Config to show the preview window RenderVisualization() - does the actual rendering. here you need to put your equalizer code WindowChanged(VisualizationWindow vizWindow) and WindowSizeChanged(Size newSize) - get called, whenever the window is activated for the first time or switched been Fullscreen and overlay. Regards, Simone [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
Improvement Suggestions
[External Display] Soundgraph iMON Graphic Equalizer
Contact us
RSS
Top
Bottom