INTERACT FORUM

Windows => Plug-in Development => Topic started by: tij on September 28, 2018, 12:44:55 pm

Title: [SOLVED] Is SDK on JRiver wiki still valid?
Post by: tij on September 28, 2018, 12:44:55 pm
SDK on wiki DevZone is dated 1/24/2008, 3:19pm

is it still valid for MC24?
Title: Re: Is SDK on JRiver wiki still valid?
Post by: krmasson on September 28, 2018, 02:39:50 pm
I was able, about 6 months ago, to compile and use the dsp_stutter plugin w/o problem, for MC21.
Worked as first shot.
Random crash when later changing the parameters, but this is due to a bug in the sample itself, not to the framework.
Title: Re: Is SDK on JRiver wiki still valid?
Post by: JimH on September 28, 2018, 02:56:50 pm
The Devzone is current.

Depending on what you want to do, MCWS might be the best interface.
Title: Re: Is SDK on JRiver wiki still valid?
Post by: krmasson on September 28, 2018, 03:06:00 pm
I was trying to implement  a "smart gapless" mode, letting two ajdacent tracks be played gapless when the track ends "suddenly", while adding a few blank seconds to the gap when the track ends softly.

However I failed in that: the sound chunks sent to the plugin seem to have no standard duration (5 or 6 different values encountered, more or less randomly), and that makes it impossible to detect an incomplete chunk denoting the end of the track.
Title: Re: Is SDK on JRiver wiki still valid?
Post by: tij on September 29, 2018, 05:23:30 am
The Devzone is current.

Depending on what you want to do, MCWS might be the best interface.

Thx … I like to try hard staff first … I assume that directly interfacing to MC API is faster than web services … then see what plugin I can come up with lol