Well I did finally get the Steinberg MIDI Effect  example to compile (mostly) 
successfully to a .dll . I had to REM out SetTimer call because of a type 
conversion problem. The function prototype was defined as long but function was 
looking for integer. 
   
  (if anyone is interested: in the plugparams.cpp source  
  (...VSTModuleArchitectureSDK\public.sdk\source\common\plugparams.cpp in 
Steinberg's example) 
   
  I kept getting this error:
   
  vstmodulearchitecturesdk\public.sdk\source\common\plugparams.cpp(134) : error 
C2664: 'SetTimer' : cannot convert parameter 4 from 'void (struct HWND__ 
*,unsigned int,unsigned long,unsigned long)' to 'void (__stdcall *)(struct 
HWND__ *,unsigned int,unsigned int,unsigned long)'
   
  I think Aaron Ball (sp?) wrote of this in some thread somewhere. I don't want 
to force type so, as i said I rem'd it for now.
   
  ANYWAY, what I would like to ask about is how I now convert my lovely fresh 
as Daisys .dll for use as plugin in rb. I understand there is a method of using 
wrapper code to do this. Could I ask if someone might direct me to a method?
   
  I am using rb2006r3, XP environment if it matters.
   
  cheers and thanks in advance.
  Derek
D P <[EMAIL PROTECTED]> wrote: 
  To much probably.

I've been playing with the SDK MIDI Effect Interface
example prvided by Steinberg Media Technologies trying
to use it as a generalizable template for MIDI VST
mode in an sound editor.

I started this to learn how to build plugins in rb
initially but it is a bit beyond me yet (my c++ is
weak to begin with and the whole joy of building
wrappers for the code is more fun than this boards
language policy will probably stand). I started with
the examples by Toby of www.tobybear.de but he is
using Delphi and the closest I have to that is 20 year
old Pascal.

So, if you have a function(s) in your plugin that will
allow a VST mode addition to a MIDI real time editor
that will effectively sit between the hardware device
and the SE software I'd love to hear of it. It would
save me so much.

But, that being said, I still would love to learn how
to build a proper plugin for rb out of c++ script. 

Thanks
Derek

--- Christian Schmitz 
wrote:

> D P wrote:
> 
> > Hi
> > Just a general query here: has there been much
> work on
> > MIDI VST using C++ for rb on this board?
> 
> I have different midi plugins.
> 
> What do you want to do?
> 
> Gruß
> Christian
> 
> -- 
> Around eleven thousand functions in one REALbasic
> plug-in. 
> The Monkeybread Software Realbasic Plugin v6.3. Now
> universal!
>

> _______________________________________________
> Unsubscribe or switch delivery mode:
> 
> 
> Search the archives of this list here:
>

> 


________________________________________________________________ 

A man's own manner and character is what most becomes him.
- Marcus Cicero.

www.drunkenpoets.com
www.soundtower.com



__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
_______________________________________________
Unsubscribe or switch delivery mode:


Search the archives of this list here:



 
---------------------------------
Get your email and see which of your friends are online - Right on the  new 
Yahoo.com
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to