this lets you edit the data that appears in the file->properties dialog and here you change the version number, internal name, product vendor etc etc
2009/7/14 sonicflash1980 <sonicflash1980@...>
Is there a way to change the version number of the DLL ?
(it always says "1.0.0.1" here)
Cheers> > I just encountered that the Latency Hack does not
> > work anymore in SE V1.123 - I can not find the String in the hex-editor
> > (see below) -
> >
> > > asci code) -> C7 42 68 66 45 6F 4E <-
>
> Hi Thorsten,
> The important bit is >66 45 6F 4E<, the other bytes may vary. Try
>
> -> C7 46 68 66 45 6F 4E <-
>
> Best Regards,
> Jeff
>
> > -----Original Message-----
> > From: studiotools
> > Sent: Monday, January 05, 2009 11:14 PM> > To: jef@...
> > Subject: SE V1.123 Latency Hack
> >
> > Hi Jeff,
> >
> > this is quite urgent. I just encountered that the Latency Hack does not
> > work anymore in SE V1.123 - I can not find the String in the hex-editor
> > (see below) - so we have to search an other way to do it.
> >
> > Can you add a parameter to the VST-Export Window, where we can adjust
> > the Plug-In Latency for VST-mode? How can I find out where to search
> > the String in the new SE VST 1.1 to change it now?
> >
> > What also might be useful is changing Category
> > (Synth, Effect), Company Name and Version Number.
> >
> > Best Regards,
> > Thorsten
> >
> > > Hi to all,
> > >
> > > I would like to explain the PlugIn Latency Setting for everybody:
> > >
> > > Compile your dll out of SE and open it in a Hex-Editor.
> > >
> > > Take a Hex-Editor (e.g. UltraEdit) and search for the string (not in
> > > asci code) -> C7 42 68 66 45 6F 4E <- then change the 68 to 50 and
> > the
> > > following four bytes to 00 00 00 00.
> > >
> > > C7 42 50 00 00 00 00 represents Latency 0 Samples
> > >
> > > to calculate your correct settings just take the windows calculator,
> > > type in your latency in samples in dec-mode and switch to hex-mode.
> > > then you have to add the 0 (zeros) so that you get four bytes.
> > > example: 1024 samples are hex 00000400 (windows calculator shows only
> > > hex 400), 16 samples are hex 00000010.
> > >
> > > now you have to order the bytes in Little Endian, so reverse them:
> > >
> > > C7 42 50 10 00 00 00 represents Latency 16 Samples
> > > C7 42 50 00 04 00 00 represents Latency 1024 Samples
> > >
> > > After done so, open your PlugIn in Cubase and take a look at the
> > > plug-in informations, now you should see your new latency setting.
> > >
> > > Works really fine here. What is interesting: How can I change
> > Category
> > > (Synth, Effect), Company Name and Version Number?
> > >
> > > Best Regards,
> > > Thorsten
>