INTERACT FORUM
Windows => Plug-in Development => Topic started 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?
-
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.
-
The Devzone is current.
Depending on what you want to do, MCWS might be the best interface.
-
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.
-
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