Change Set Date Downloads Comment
27121
by obiwanjacobi
Sep 24 at
8:52 PM
61 Extended the MidiNoteMapper with code that communicates the current node to the UI and selects the map item currently executed. Also fixed the custom persistence in the MidiNoteMapper and the framework. Implementing persistence but not programs now works.
27040
by obiwanjacobi
Sep 21 at
10:00 PM
19 Added the VstParameterNormalizationInfo class to allow parameter values to be normalized on a value range of [0.0, 1.0]. Incorporated this into the Delay sample (also the VB version). The call to VstParameterNormalizationInfo.AttachTo(VstParameterInfo paramInfo) is al you need to do. The normalization will be lifted when the host queries for the parameter properties. Step values are not implemented yet.
Also fixed a bug in the Delay sample that the default delay time was not being used during processing.
26878
by obiwanjacobi
Sep 16 at
1:04 PM
15 Fixed a bug in the ResourceManager in Interop. Added two more literals to resource.
23485
by obiwanjacobi
Jul 3 at
10:00 AM
104 Corrected bugs in checks in the CopyTo methods of the audio buffers.
23483
by obiwanjacobi
Jul 3 at
9:55 AM
34 Added support for the deprecated method WantMidi on the HostCommandStub. The Framework now contains an extra IVstHostDeprecated interface a plugin can use to call deprecated methods. The PluginBase(WithInterfaceManager) base classes now implement the Resume method to call WantMidi when the Plugin implements the IVstMidiProcessor.
19763
by obiwanjacobi
Jun 3 at
8:04 PM
45 Ported the Delay sample to VB.NET
19482
by obiwanjacobi
May 9 at
1:52 PM
44 fix for the stack overflow exception on creation of a Plugin Context (Interop.Host).
19095
by obiwanjacobi
Apr 9 at
10:53 AM
41 Moved the Copy audio buffer method to Core. Added a resource manager for exception texts in Interop. Added cleanup logic (Close method) in the CorePlugin sample.
18964
by obiwanjacobi
Mar 28 at
8:41 PM
46 Documentation update.
18793
by obiwanjacobi
Mar 13 at
9:25 PM
24 Enlarged the parameter-related string buffers (now 64 chars) used for managed Host interop to unmanaged Plugins. Fixed the VstPluginContext.Dispose cleanup sequence. The Dll was being unloaded before Plugin.Close was called.
18778
by obiwanjacobi
Mar 12 at
11:34 AM
17 Finished implementing the VstHostCommandProxy (Interop.Host) and fixed a bug in the UnmanagedPluginContext callback.
18686
by obiwanjacobi
Mar 1 at
2:08 PM
28 Rewritten the samples a bit to use the new base classes. Added custom peristence to the MidiNoteMapper. Also made the Host property public on the VstPlugin(WithInterfaceManager)Base classes.
18683
by obiwanjacobi
Mar 1 at
8:40 AM
23 Updated the CorePlugin to also showcase the WpfControlWrapper class to host a Wpf Control as a Plugin Editor.
18672
by obiwanjacobi
Feb 28 at
9:29 PM
21 Added support to eleminate double marshalling for managed host loading managed plugins. VstPluginContext is now created through a static factory method and will auto detect a managed plugin by its extra assembly. Plugin.Close is now called by the VstPluginContext when its Disposed. Also adjusted the Host sample to fit the new VstPluginContext. Documentation update.
18665
by obiwanjacobi
Feb 28 at
1:59 PM
15 Added more base classes for common interfaces. VstPluginAudio(Precision)ProcessorBase, VstPluginProgramsBase, VstPluginPresistenceBase together with VstProgramWriter and VstProgramReaderBase (IO).
18663
by obiwanjacobi
Feb 28 at
8:49 AM
18 Fixed a bug in string conversion (string did not truncate if too long - pretty important, thanx Thor!) and some corrected doc xml tags.
18479
by obiwanjacobi
Feb 15 at
4:14 PM
37 Documentation update.
18343
by obiwanjacobi
Feb 8 at
8:49 AM
31 bumped version for samples
18340
by obiwanjacobi
Feb 8 at
8:07 AM
26 Added audio noise processing to the Host sample.
18330
by obiwanjacobi
Feb 7 at
12:33 PM
26 Add new SHFB 1.8 doc files
18329
by obiwanjacobi
Feb 7 at
12:22 PM
26 Remove old SHFB 1.7 files
18138
by obiwanjacobi
Jan 26 at
7:52 PM
34 Interop: added a Delete method to (I)VstPluginContext and also put internal classes into the correct code namespace. Added code documentation.
Host Sample: Added some comments.
17748
by obiwanjacobi
Dec 21 2008 at
8:08 AM
66 removed some of the dispatcher return value checks and added a plugin detail form to the Host sample.
17745
by obiwanjacobi
Dec 20 2008 at
5:57 PM
30 added the beginings of a host sample.
17741
by obiwanjacobi
Dec 20 2008 at
8:41 AM
30 enhanced the VstPluginContext with a generic dictionary and declared an interface to be shared to the command stubs.


1-25 of 76Change Sets < Previous 1 2 3 4 Next >
Updating...
© 2006-2009 Microsoft | About CodePlex | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2009.10.27.15987