| Change Set |
Date |
Downloads |
Comment |
31002
by
obiwanjacobi
|
Mon at
2:27 AM
|
13 |
Fixed memory leak effGetEditRect. Initial implementation of deprecated member support. NOT TESTED YET. Removed framework support of deprecated members. Both Plugin and Host [interop] support deprecated members . Some members are not fully defined in the VST SDK. Added a FourCharacterCode helper class [Core]. |
27121
by
obiwanjacobi
|
Sep 24 at
8:52 PM
|
86 |
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
|
17 |
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
|
46 |
Ported the Delay sample to VB.NET |
19482
by
obiwanjacobi
|
May 9 at
1:52 PM
|
46 |
fix for the stack overflow exception on creation of a Plugin Context (Interop.Host). |
19095
by
obiwanjacobi
|
Apr 9 at
10:53 AM
|
43 |
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
|
48 |
Documentation update. |
18793
by
obiwanjacobi
|
Mar 13 at
9:25 PM
|
26 |
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
|
19 |
Finished implementing the VstHostCommandProxy (Interop.Host) and fixed a bug in the UnmanagedPluginContext callback. |
18686
by
obiwanjacobi
|
Mar 1 at
2:08 PM
|
29 |
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
|
27 |
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
|
23 |
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
|
17 |
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
|
20 |
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
|
40 |
Documentation update. |
18343
by
obiwanjacobi
|
Feb 8 at
8:49 AM
|
32 |
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
|
27 |
Add new SHFB 1.8 doc files |
18329
by
obiwanjacobi
|
Feb 7 at
12:22 PM
|
27 |
Remove old SHFB 1.7 files |
18138
by
obiwanjacobi
|
Jan 26 at
7:52 PM
|
36 |
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
|
32 |
added the beginings of a host sample. |