Home » The PARIS Forums » PARIS: Main » Need assistance with Giga
| Need assistance with Giga [message #89128] |
Wed, 22 August 2007 10:15  |
chuck duffy
Messages: 453 Registered: July 2005
|
Senior Member |
|
|
gt;the
>>>>>>>
>>>>>>>>> project
>>>>>>>>> sample rate. Can you hear a difference? You tell me!
>>>>>>>>>
>>>>>>>>> you can download these at www.mikeaudet.com/ensoniq.ca or
>>>>>>>>> once the DNS goes through, simply at ensoniq.ca.
>>>>>>>>>
>>>>>>>>> These plugins are released as "pay what you can" (ie - not free).
>>>
>>>>
>>>>>
>>>>>>I'm
>>>>>>>>> not a rich man, and I could use the help.
|
|
|
|
|
|
|
|
|
|
| Re: Need assistance with Giga [message #89135 is a reply to message #89132] |
Wed, 22 August 2007 15:56   |
chuck duffy
Messages: 453 Registered: July 2005
|
Senior Member |
|
|
the current one.
> I purchased GVI 4 months ago and 'cringed' when I use it..
>
> "Chris Ludwig" <chrisl@adkproaudio.com> wrote:
>>HI Lamont,
>>Thsi software was the best thing over all I saw and SSL where barely
>>pushing
>
>>it. Maybe it's because the Digi Booth was close. :)
>>
>>Saw Tascam's GVI4 on a MAC and the beta for Giga 4.
>>
>>Giga 4 seems to have addressed allot of stabilty issues, i.e., Quick
>>Sound.
>
>>Looks worth looking at again.
>>
>>
>>Chris
>>
>>"LaMont" <jjdpro@gmail.com> wrote in message news:470aa932$1@linux...
>>>
>>> Thanks. I suspect Digi will once again encrypt it's session files to
>>> keep
>>> their product exclusive..
>>>
>>> "Dedric Terry" <dterry@keyofd.net> wrote:
>>>>It works quite well. There are issues of manufacturers (ahem...
>>>>Digi...)
>>>
>>>>changing their implementations with new revisions
>>>>and causing headaches for everyone else - particularly AAF - so at least
>>>
>>>>with EDL Convert, you can convert to
>>>>a format the recipient app can open. It can read and open PT 5 and
>>>>earlier
>>>
>>>>sessions (version 4 - 5 of course moving up to PT7); EDLs from most
>>>>everything (Sam/Sequoia, Sonic Studio, Vegas, discreet); Cool Edit
>>>>Pro/Audition .sess; OpenTL; AES31; OMF; Sadie; Soundscape; Tascam
>>>>backup;
>>>
>>>>Wavelab, etc; and export to much the same.
>>>>
>>>>OMF of course usually works fine with most major DAWs, as is without
>>>>convert. But where problems occur, even running OMF's through it can
>
>>>>clean
>>>
>>>>up variations in implementation.
>>>>
>>>>A notable downside to OMF and AAF are the legacy dual mono format Digi
>>>>forced on the world. Projects with interleaved stereo
>>>>files are always split (per OMF specs) into dual mono. AAF is supposed
>>> to
>>>>support interleaved, but it also splits interleaved files.
>>>>Not EDL Convert's fault - just a legacy spec issue that is only now,
>>>>slowly
>>>
>>>>being recognized as such.
>>>>
>>>>Dedric
>>>>
>>>>"LaMont" <
|
|
|
|
|
|
| Re: Need assistance with Giga...Get Kontakt 2.x [message #89151 is a reply to message #89128] |
Thu, 23 August 2007 20:56   |
LaMont
Messages: 828 Registered: October 2005
|
Senior Member |
|
|
target="_blank">1@linux...
Hi Chuck,
It must have been extremely cool picking the brains of the PARIS =
designers.
Was there a particular version of code warrior that they used for the =
mac
plugs? It would be great to get those out, too.
What do you think of my work so far?
All the best,
Mike
=20
"chuck duffy" <c@c.com> wrote:
>
>>I did come across a function in boxTranslator that says
>>it connects the output of one plugin to an input of another, >but it =
uses
>> "order" and "flags" parameters that aren't defined anywhere, and I =
can't
>>find an example of them being used, either.
>
>You can chain output to input, and you can do it using only the box =
markup
>code in the ini file. Basically it allows you to chain two or more =
plugs
>together, output of one to input of another. This serves to form a =
'composite'
>plugin definition. But that's just the definition of the plug, not =
the instance.
> There is no way to point the output of one instance of an insert =
plugin,
>to the input of an instance of an insert on another channel. This =
was confirmed
>by the guys who wrote the software and designed the hardware, that's =
where
>I came up with the idea for wires.
>
>>Did you ever try compiling the Mac plugs under Visual Studio 4.2 =
|
|
|
|
| Re: Need assistance with Giga...Get Kontakt 2.x [message #89152 is a reply to message #89151] |
Thu, 23 August 2007 21:28   |
Dedric Terry
 Messages: 788 Registered: June 2007
|
Senior Member |
|
|
cross
platform?
>> The reason I thought that would be the way to go is that the driver =
requires
>>4.2, and the troll.h has a zillion entries for translating between =
Mac
and
>>PC.
>
>Well, the reason I went with CodeWarrior, is that that's what all the =
mac
>plugs were built with by the Ensoniq guys. =20
>
>>I've yet to get a debug version of a plugin to load in PARIS, too.
>
>It's not possible, AFAIK. What is possible, and I used on a minute by =
minute
>basis is the following:
>
>Sprinkle debugprints throughout your code, then pick up the output =
with
sysinternals
>debugview, available at www.sysinternals.com
>
>>Thanks again for everything!
>>
>>
>>Mike
>>
>>
>>
>>"chuck duffy" <c@c.com> wrote:
>>>
>>>Hi Mike. You are either getting spam filtered or using my old =
address.
>> My
>>>address is=20
>>>
>>>c d u f f y @ i d e a c o r p o r a t i o n . c o m
>>>
>>>for the past couple years
>>>
>>>Wires: no problem sharing the code if I can find it. Unfortunately =
there
>>>is no routing from effect to effect, across channels for inserts in =
the
>>architecture,
>>>so wires is a big hack. Basically what I do is steal 16 words of =
shared
>>>memory at the top of an ESP2 and reserve it. Then for each output =
wire,
>>>I send the audio a sample at a time up to one of the reserved words =
of
>memory.
>>> For each input wire I retrieve the audio a sample at a time from =
that
>reserved
>>>word. It's dirt simple, but suffers from a bad side effect. There =
is
>no
>>>shared memory BETWEEN effects chips. So say that you set up an =
output
>wire,
>>>and an effect and an input wire, and everything works great. But =
then
>you
>>>add another effect, and the effects engine shuffles the algos =
around t
|
|
|
|
|
|
| Re: Need assistance with Giga [message #89157 is a reply to message #89139] |
Fri, 24 August 2007 08:34   |
LaMont
Messages: 828 Registered: October 2005
|
Senior Member |
|
|
hard to grok the Visual C++ side, think =
about
>>doing
>>>>>it with no reference projects. Yikes.
>>>>>
>>>>>Chuck
>>>>>
>>>>>"Mike Mullin" <lunarlordship@sympatico.ca> wrote:
>>>>>>
>>>>>>I'm in and thanks Mike.
>>>>>>cheers,
>>>>>>Mike Mullin
>>>>>>
>>>>>>"Gantt Kushner" <ganttmann@comcast.net> wrote:
>>>>>>>
>>>>>>>Do we have four Mac users other than me whowould be willing to =
kick
>>in
>>>>>$20
>>>>>>>each?
>>>>>>>
>>>>>>>Thanks Mike!
>>>>>>>
>>>>>>>Gantt
>>>>>>>
>>>>>>>"Mike Audet" <mike@...> wrote:
>>>>>>>>
>>>>>>>>I would really like to tackle the Mac stuff, but I don't have =
a Mac
>>>running
>>>>>>>>PARIS and I'm pretty sure that I need a copy of Visual C++ 4.2 =
cross
>>>>platform
>>>>>>>>edition just to compile the code. The cheapest I've seen it =
for
is
>>>around
>>>>>>>>$80 plus shipping. If a Mac user wants to send me a copy or =
the
$100
>>>>>(I
>>>>>>>>live in Canada and shipping is always stupid expensive), I'll =
get
>to
>>>>work
>>>>>>>>on it.
>>>>>>>>But even then, I can't make any promises except to try.
>>>>>>>>
>>>>>>>>All the best,
>>>>>>>>
>>>>>>>>Mike
>>>>>>>>
>>>>>>>>"Aaron Allen" <know-spam@not_here.dude> wrote:
>>>>>>>>>Deeeewwwwwwwwwd..... As soon as these 15-18 hr days cease, I =
will
>>be
>>>>>all
>>>>>>>>
>>>>>>>>>over this.
>>>>>>>>>Did you by chance fix it so that the Mac mismap bug is gone =
for
the
>>>>Mac
>>>>>>>>
>>>>>>>>>users?
>>>>>>>>>Question: can I run 'this' compressor also w/o causing =
problems
on
>>>the
>>>>>>>
>>>>>>>>>crunched version that shipped with the Paris rigs?
>>>>>>>>>
>>>>>>>>>AA
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>"Mike Audet" <mike@.....> wrote in message =
news:4705b550$1@linux...
>>>>>>>>>>
>>>>>>>>>> Hey all,
>>>>>>>>>>
>>>>>>>>>> I've got some new goodies!
>>>>>>>>>>
>>>>>>>>>> I've just released the "PARIS compressor". It's the =
original
PARIS
>>>>>>
>>>>>>>>>> compressor
>>>>>>>>>> algo before it was "crunched" to allow 16 compressors to =
fit on
>>one
>>>>>>EDS100
>>>>>>>>>> card. I've added meters (of course) AND
>>>>>>>>>>
>>>>>>>>>> I fixed the sample rate bug in this and my previous two =
plugins!
>>>>>>>>>>
>>>>>>>>>> If you hadn't heard, almost all the PARIS effects assume =
48k for
>>>their
>>>>>>>>
>>>>>>>>>> calculations,
&
|
|
|
|
| Re: Need assistance with Giga [message #89160 is a reply to message #89157] |
Sat, 25 August 2007 08:40   |
chuck duffy
Messages: 453 Registered: July 2005
|
Senior Member |
|
|
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>>
>
I choose Polesoft Lockspam to fight spam, and you?
http://www.polesoft.com/refer.html
------=_NextPart_000_0319_01C80AE8.4BAFEC10
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1400" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hey Mike,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>I'm installing my mecs =
tomorrow. If all=20
goes well I'll be trying the newest</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>versions of all your work. If =
they sound as=20
good as they look I'll be a</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>happy camper! Your ideas (and =
Dimitrios') are=20
making Paris breath a little</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>easier again. Every little bit=20
helps. I have tons of mixes to get to and</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>will be using the comps and NoLimit =
quite a=20
bit.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Great work!</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Tom</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<BLOCKQUOTE=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"Mike Audet" <mike@....> wrote in message <A=20
=
href=3D"news:470c3826$1@linux">news:470c3826$1@linux</A>...</DIV><BR>Hi=20
Chuck,<BR><BR>It must have been extremely cool picking the brains of =
the=20
PARIS designers.<BR> Was there a particular version of code =
warrior=20
that they used for the mac<BR>plugs? It would be great to get =
those out,=20
too.<BR><BR>What do you think of my work so far?<BR><BR>All the=20
best,<BR><BR>Mike<BR> <BR><BR>"chuck duffy" <<A=20
href=3D"mailto:c@c.com">c@c.com</A>> wrote:<BR>><BR>>>I =
did come=20
across a function in boxTranslator that says<BR>>>it connects =
the output=20
of one plugin to an input of another, >but it uses<BR>>> =
"order" and=20
"flags" parameters that aren't defined anywhere, and I =
can't<BR>>>find=20
an example of them being used, either.<BR>><BR>>You can chain =
output to=20
input, and you can do it using only the box markup<BR>>code in the =
ini=20
file. Basically it allows you to chain two or more=20
plugs<BR>>together, output of one to input of another. This =
serves to=20
form a 'composite'<BR>>plugin definition. But that's just the =
definition of=20
the plug, not the instance.<BR>> There is no way to point the =
output of one=20
instance of an insert plugin,<BR>>to the input of an instance of an =
insert=20
on another channel. This was confirmed<BR>>by the guys who =
wrote the=20
software and designed the hardware, that's where<BR>>I came up with =
the=20
idea for wires.<BR>><BR>>>Did you ever try compiling the Mac =
plugs=20
under Visual Studio 4.2 cross<BR>platform?<BR>>> The reason I =
thought=20
that would be the way to go is that the driver =
requires<BR>>>4.2, and=20
the troll.h has a zillion entries for translating between=20
Mac<BR>and<BR>>>PC.<BR>><BR>>Well, the reason I went with=20
CodeWarrior, is that that's what all the mac<BR>>plugs were built =
with by=20
the Ensoniq guys. <BR>><BR>>>I've yet to get a debug =
version of=20
a plugin to load in PARIS, too.<BR>><BR>>It's not possible, =
AFAIK. What=20
is possible, and I used on a minute by minute<BR>>basis is the=20
following:<BR>><BR>>Sprinkle debugprints throughout your code, =
then pick=20
up the output with<BR>sysinternals<BR>>debugview, available at <A=20
=
href=3D"http://www.sysinternals.com">www.sysinternals.com</A><BR>><BR>=
>>Thanks=20
again for=20
=
everything!<BR>>><BR>>><BR>>>Mike <BR>>><BR>>&g=
t;<BR>>><BR>>>"chuck=20
duffy" <<A href=3D"mailto:c@c.com">c@c.com</A>>=20
wrote:<BR>>>><BR>>>>Hi Mike. You are either =
getting=20
spam filtered or using my old address.<BR>>> =
My<BR>>>>address=20
is <BR>>>><BR>>>>c d u f f y @ i d e a c o r p o r a =
t i o n=20
. c o m<BR>>>><BR>>>>for the past couple=20
years<
|
|
|
|
|
|
| Re: Need assistance with Giga [message #89176 is a reply to message #89160] |
Mon, 27 August 2007 00:30   |
LaMont
Messages: 828 Registered: October 2005
|
Senior Member |
|
|
ying the =
>newest
>versions of all your work. If they sound as good as they look I'll be a
>happy camper! Your ideas (and Dimitrios') are making Paris breath a =
>little
>easier again. Every little bit helps. I have tons of mixes to get to =
>and
>will be using the comps and NoLimit quite a bit.
>
>Great work!
>Tom
>
> "Mike Audet" <mike@....> wrote in message news:470c3826$1@linux...
>
> Hi Chuck,
>
> It must have been extremely cool picking the brains of the PARIS =
>designers.
> Was there a particular version of code warrior that they used for the
=
>mac
> plugs? It would be great to get those out, too.
>
> What do you think of my work so far?
>
> All the best,
>
> Mike
> =20
>
> "chuck duffy" <c@c.com> wrote:
> >
> >>I did come across a function in boxTranslator that says
> >>it connects the output of one plugin to an input of another, >but it
=
>uses
> >> "order" and "flags" parameters that aren't defined anywhere, and I
=
>can't
> >>find an example of them being used, either.
> >
> >You can chain output to input, and you can do it using only the box =
>markup
> >code in the ini file. Basically it allows you to chain two or more =
>plugs
> >together, output of one to input of another. This serves to form a =
>'composite'
> >plugin definition. But that's just the definition of the plug, not =
>the instance.
> > There is no way to point the output of one instance of an insert =
>plugin,
> >to the input of an instance of an insert on another channel. This =
>was confirmed
> >by the guys who wrote the software and designed the hardware, that's
=
>where
> >I came up with the idea for wires.
> >
> >>Did you ever try compiling the Mac plugs under Visual Studio 4.2 =
>cross
> platform?
> >> The reason I thought that would be the way to go is that the driver
=
>requires
> >>4.2, and the troll.h has a zillion entries for translating between =
>Mac
> and
> >>PC.
> >
> >Well, the reason I went with CodeWarrior, is that that's what all the
=
>mac
> >plugs were built with by the Ensoniq guys. =20
> >
> >>I've yet to get a debug version of a plugin to load in PARIS, too.
> >
> >It's not possible, AFAIK. What is possible, and I used on a minute by
=
>minute
> >basis is the following:
> >
> >Sprinkle debugprints throughout your code, then pick up the output =
>with
> sysinternals
> >debugview, available at www.sysinternals.com
> >
> >>Thanks again for everything!
> >>
> >>
> >>Mike
> >>
> >>
> >>
> >>"chuck duffy" <c@c.com> wrote:
> >>>
> >>>Hi Mike. You are either getting spam filtered or using my old =
>address.
> >> My
> >>>address is=20
> >>>
> >>>c d u f f y @ i d e a c o r p o r a t i o n . c o m
> >>>
> >>>for the past couple years
> >>>
> >>>Wires: no problem sharing the code if I can find it. Unfortunately
=
>there
> >>>is no routing from effect to effect, across channels for inserts in
=
>the
> >>architecture,
> >>>so wires is a big hack. Basically what I do is steal 16 words of =
>shared
> >>>memory at the top of an ESP2 and reserve it. Then for each output
=
>wire,
> >>>I send the audio a sample at a time up to one of the reserved words
=
>of
> >memory.
> >>> For each input wire I retrieve the audio a sample at a time from =
>that
> >reserved
> >>>word. It's dirt simple, but suffers from a bad side effect. There
=
>is
> >no
> >>>shared memory BETWEEN effects chips. So say that you set up an =
>output
> >wire,
> >>>and an effect and an input wire, and everything works great. But =
>then
> >you
> >>>add another effect, and the effects engine shuffles the algos =
>around to
> >>different
> >>>ESP2 chips to get a better allocation. Your input wire can get =
>allocated
> >>>to one chip, the output to another. Then things no worky. The fix
=
>is
> >to
> >>>remove the input and output wire, then add them back, and in all =
>likelyhood
> >>>they will end up on the same chip, but its a pain.
> >>>
> >>>I have a great keyed gate and a sidechain I never released because
=
>wires
> >>>is not a reliable method, and there is no other way to route from =
>channel
> >>>to channel among inserts.
> >>>
> >>>I also can't release the precision limiter because that is the =
>property
> >>of
> >>>one of the original ensoniq guys, and I have an ironclad agreement
=
>with
> >>him
> >>>that I cannot release it, unless its for sale , and he gets a cut.
> >>>
> >>>The one thing I do think we should release is matts reverb, cause =
>nobody
> >>>has heard from here in years.
> >>>
> >>>Chuck
> >>>
> >>>
> >>>
> >>>"Mike Audet" <mike@...> wrote:
> >>>>
> >>>>No reference projects??!?!?!?!
> >>>>
> >>>>Chuck, thank you so much for all the work you did. I'm very, very
=
>aware
> >>>>that I'm blessed to have your work to look at and learn from. I'm
=
>having
> >>>>such a great time working on this stuff, and it really is a dream
=
>come
> >>true
> >>>>to be able to move PARIS forward.
> >>>>
> >>>>I've sent you a couple of emails, but I have a feeling that my =
>messages
> >>>get
> >>>>killed by your spam filter. I would love to work on the precision
=
>limiter,
> >>>>and It would be a huge help to have the wires code to look at. One
=
>of
> >the
> >>>>things I still have no clue about (among many) is how the routing
=
>works.
> >
|
|
|
|
|
|
| Re: Need assistance with Giga...Get Kontakt 2.x [message #89191 is a reply to message #89186] |
Mon, 27 August 2007 20:11   |
lamont[7]
Messages: 1 Registered: August 2007
|
Junior Member |
|
|
ln@nospam.kc.rr.com> wrote:
>>>
>>>I don't know why. I suspect its because the Paris Native comp likes getting
>>>whacked. It's a totally different vibe than putting something before the
>>>UAD to limit the input. You can turn up the uad and get it working hard.
>>
>>Honestly, it's because so many people when working in digital -
>>whether they've worked in analog prior or not - are SO focused
>>on "hitting it hard" & spanking this & spanking that, when
>>really in digital it's just the opposite.. shit just works
>>& sounds better when you BACK OFF just a bit.
>>
>>Give ALL your inline processes some headroom - whether it's a
>>channel level or a plugin or a mix buss... and your stuff will
>>sound better. Paris kinda helps in this regard in that (like
>>Chuck reveaeld to us) zero is really -20, so that helps on one
>>inline gainstage, but with plugins in series, back off a hair &
>>don't try to run everything at maximum absolute zero & you'll
>>find a realm of clarity there, trust me!
>>
>>Well, fuck it - don't trust me... try it & see for yourself!
>>lol
>>
>>Neil
>lol, not Tom's... TOMS! Tom-Toms, you know, the things that
drummers used to have twelve of but now it's hard find a kid
with more than two of 'em on his kit?
What I was saying is that several posts, mine included, stated
that they frequently find themselves gating toms, but not kick
& snare; so if that's what you do most often as well, why would
you be feeling like the odd man out?
Note that I said "frequently", not frequency" - don't want
to have you coming back & say: "WTF, Tom never said anything
about only gating certain frequencies!"
:D
Neil
"Rod Lincoln" <rlincoln@nospam.kc.rr.som> wrote:
>
>Tom???
>I don't see any post from Tom.
>I just meant most posts seemed to be bagging on gating stuff. So I was taking
>the unpopular stance. That's what I ment by weird.
>RodHave you tried sticking a simple
>gain plugin either in front of, or in back of (depending on
>where the overload is comng from) that Neve Comp & THEN try
>dialing in the amount of coloration you want
That's what my original post referred to. Put the Paris native eq after the
UAD, exc
|
|
|
|
| Re: Need assistance with Giga...Get Kontakt 2.x [message #89198 is a reply to message #89191] |
Tue, 28 August 2007 08:10   |
TCB
Messages: 1261 Registered: July 2007
|
Senior Member |
|
|
>>
>>>Looks worth looking at again.
>>>
>>>
>>>Chris
>>>
>>>"LaMont" <jjdpro@gmail.com> wrote in message news:470aa932$1@linux...
>>>>
>>>> Thanks. I suspect Digi will once again encrypt it's session files to
>>>> keep
>>>> their product exclusive..
>>>>
>>>> "Dedric Terry" <dterry@keyofd.net> wrote:
>>>>>It works quite well. There are issues of manufacturers (ahem...
>>>>>Digi...)
>>>>
>>>>>changing their implementations with new revisions
>>>>>and causing headaches for everyone else - particularly AAF - so at least
>>>>
>>>>>with EDL Convert, you can convert to
>>>>>a format the recipient app can open. It can read and open PT 5 and
>>>>>earlier
>>>>
>>>>>sessions (version 4 - 5 of course moving up to PT7); EDLs from most
>>>>>everything (Sam/Sequoia, Sonic Studio, Vegas, discreet); Cool Edit
>>>>>Pro/Audition .sess; OpenTL; AES31; OMF; Sadie; Soundscape; Tascam
>>>>>backup;
>>>>
>>>>>Wavelab, etc; and export to much the same.
>>>>>
>>>>>OMF of course usually works fine with most major DAWs, as is without
>>>>>convert. But where problems occur, even running OMF's through it can
>>
>>>>>clean
>>>>
>>>>>up variations in implementation.
>>>>>
>>>>>A notable downside to OMF and AAF are the legacy dual mono format Digi
>>>>>forced on the world. Projects with interleaved stereo
>>>>>files are always split (per OMF specs) into dual mono. AAF is supposed
>>>> to
>>>>>support interleaved, but it also splits interleaved files.
>>>>>Not EDL Convert's fault - just a legacy spec issue that is only now,
>>>>>slowly
>>>>
>>>>>being recognized as such.
>>>>>
>>>>>Dedric
>>>>>
>>>>>"LaMont" <jjdpro@gmail.com> wrote in message news:470a8051$1@linux...
>>>>>>
>>>>>> Dedric, I'm curious.How well does that software works?
>>>>>>
>>>>>> "Dedric Terry" <dterry@keyofd.net> wrote:
>>>>>>>SSL bought it from CuiBonoSoft - it was EDL Convert Pro. Works great
>>>> for
>>>>>>
>>>>>>>converting
>>>>>>>EDLs, OMFs, etc (I use v4 - it's a lifesaver). The word from a v5
>>>>>>>beta
>>>>>>
>>>>>>>tester is that it does in fact convert PT7 projects to and from Nuendo
>>>> XML
>>>>>>
>>>>>>>and works very well.
>>>>>>>
>>>>>>>The support for PT7 transfers is the new feature to v5 that could
|
|
|
|
| Re: Need assistance with Giga...Get Kontakt 2.x [message #89201 is a reply to message #89198] |
Tue, 28 August 2007 20:26   |
|
|
t;
>>>>>>>"LaMont" <jjdpro@gmail.com> wrote in message news:470a6145$1@linux...
>>>>>>>>
>>>>>>>> Have you guys & gals seen this new SSL software product that will
>>>>>>>> convert
>>>>>>>> any session (EDL) into another format DAW sesion format.
>>>>>>>>
>>>>>>>> If this thing works, this could be big?
>>>>>>>> http://www.sonicstate.com/news/shownews.cfm?newsid=5384
>>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>>>
>>
>
>http://www.nwmedia.com/
Nice people, good work. They did ours and we'll be going back for the next
one.
Sarah
"Don Nafe" <dnafe@magma.ca> wrote in message news:470bb59d$1@linux...
> Hi All
>
> I'm looking for a few good CD pressing houses in both Canada and the US to
> do a run of either 500 or 1000 CDs not CDR's
>
> All suggestions are welcome
>
> DOn
>"Rod Lincoln" <rlincoln@nospam.kc.rr.com> wrote:
>
>Have you tried sticking a simple
>>gain plugin either in front of, or in back of (depending on
>>where the overload is comng from) that Neve Comp & THEN try
>>dialing in the amount of coloration you want
>
>That's what my original post referred to. Put the Paris native eq after
the
>UAD, except you don't have to gain down, just let it set there.
>Rod
>
AH! I must've missed the original one in the thread, I guess.
Sorry to be redundant, in that case.
NeilFirst off, which packet did you download, AND did it un-rar
properly?
I ask because the installer pack worked for me, but the other
one didn't.
Neil
"Kerr Mathieson" <oneninehundred@virgin.net> wrote:
>hi guys
>
>I can't seem to get those antress plug ins to show up in VST or in Paris.
>
>I've got them in my vst plug ins folder, same as everything else.......
>
>Is it possibly because I'm running ME still?
>
>any help/ideas appreciated
>
>thanks
>
>KerrPaul Braun <cygnus_nospam@ctgonline.org> wrote:
>On 10 Oct 2007 10:06:42 +1000, "chuck duffy" <c@c.com> wrote:
>>
>>Sprinkle debugprints throughout your code, then pick up the output with
sysinternals
>>debugview, available at www.sysinternals.com
>>
>
>Dude! WTF did you just say???? And is that legal here in the USA???
No kidding... last time I sprinkled debugprints anywhere it
cost me a $500 fine & a day in jail.
:DInteresting stuff, LaMont, just had a chance to watch it. I still think that
there is something really special about Live I've never found in another
audio app. It's a mindset, a degree of predictability within the program,
when you reach for a button or knob or control it's right where you expect
it to be, even if you didn't know where it was going to be. Still this is
cool tech. I often wonder what I'll do if I ever quit using Steinberg software,
and at this point I'd probably go with PT at whatever is their cheapest HD
card rig. Digi certainly seems to have realized that the synth/sample/DJ
set has a few coins to scratch together and seems to be willing to put some
effort into features we can use. Mayb
|
|
|
|
| Re: Need assistance with Giga...Get Kontakt 2.x [message #89203 is a reply to message #89201] |
Tue, 28 August 2007 22:07   |
Dedric Terry
 Messages: 788 Registered: June 2007
|
Senior Member |
|
|
Pro Tools 'Elastic Audio'.
>Yeah yeah, on the surface it lloks like ACID meets Ableton Live, but as
you
>get deeper into the video(15 minutes), you start seesing some really powerful
>editing stuff.
>
>This new Elastic Audio feature will replace their Beat-Detective feature
>which was already a powerful tool for Drum editing..For more info on
dbgprint
http://msdn2.microsoft.com/en-us/library/ms792790.aspx
debugview
http://www.microsoft.com/technet/sysinternals/Miscellaneous/ DebugView.mspx
Sprinkling
www.parishilton.com
Chuck
"Neil" <IOUOI@OIU.com> wrote:
>
>Paul Braun <cygnus_nospam@ctgonline.org> wrote:
>>On 10 Oct 2007 10:06:42 +1000, "chuck duffy" <c@c.com> wrote:
>>>
>>>Sprinkle debugprints throughout your code, then pick up the output with
>sysinternals
>>>debugview, available at www.sysinternals.com
>>>
>>
>>Dude! WTF did you just say???? And is that legal here in the USA???
>
>No kidding... last time I sprinkled debugprints anywhere it
>cost me a $500 fine & a day in jail.
>
>:D
>Thanks for this, Chuck. At first, I was just throwing exceptions to see if
a block of code was being run. Then, I found your fprintf code, and built
in a running log of what was going on.
This sounds a lot better. :)
As for the reverb, I actually spent a couple of days trying to get it running,
but it was one of the first things I did, and I'm not sure if the problem
was that I didn't know what I was doing, or if the compiled object code was
broken. Do you have a copy of the dsp source for that one? The posted code
only had the compiled .o file.
Thanks again!
Mike
"chuck duffy" <c@c.com> wrote:
>
>For more info on
>
>dbgprint
>http://msdn2.microsoft.com/en-us/library/ms792790.aspx
>
>debugview
> http://www.microsoft.com/technet/sysinternals/Miscellaneous/ DebugView.mspx
>
>Sprinkling
>www.parishilton.com
>
>Chuck
>
>"Neil" <IOUOI@OIU.com> wrote:
>>
>>Paul Braun <cygnus_nospam@ctgonline.org> wrote:
>>>On 10 Oct 2007 10:06:42 +1000, "chuck duffy" <c@c.com> wrote:
>>>>
>>>>Sprinkle debugprints throughout your code, then pick up the output with
>>sysinternals
>>>>debugview, available at www.sysinternals.com
>>>>
>>>
>>>Dude! WTF did you just say???? And is that legal here in the USA???
>>
>>No kidding... last time I sprinkled debugprints anywhere it
>>cost me a $500 fine & a day in jail.
>>
>>:D
>>
>Hi neil,
I downloaded the pack with the installer in it and it seemed to unrar
properly,
then the exe file seemed to install properly as well.
I've just discovered that when I boot up Wavelab, it tries to run the plug
ins too and keeps giving me a message that there's a library file missing,
for every modern plug in. wierd. there's only a .dll file for each one
came from the exe file, so I'm kinda stuck!
thanks
Kerr
"Neil" <OIOIU@OIU.com> wrote in message news:470cddd0$1@linux...
>
> First off, which packet did you download, AND did it un-rar
> properly?
>
> I ask because the installer pack worked for me, but the other
> one didn't.
>
> Neil
>
>
> "Kerr Mathieson" <oneninehundred@virgin.net> wrote:
>>hi guys
>>
>>I can't seem to get those antress plug ins to show up in VST or in Paris.
>>
>>I've got them in my vst plug ins folder, same as everything else.......
>>
>>Is it possibly because I'm running ME still?
>>
>>any help/ideas appreciated
>>
>>thanks
>>
|
|
|
|
|
|
| Re: Need assistance with Giga...Get Kontakt 2.x [message #89209 is a reply to message #89207] |
Wed, 29 August 2007 07:19  |
Dedric Terry
 Messages: 788 Registered: June 2007
|
Senior Member |
|
|
t;/FONT> </DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"Tom Bruhl" <<A=20
href=3D"mailto:arpegio@comcast.net">arpegio@comcast.net</A>> wrote =
in message=20
<A href=3D"news:470d1f19@linux">news:470d1f19@linux</A>...</DIV>
<DIV><FONT face=3DArial size=3D2>This means the EDS cards didn't take =
a hit. =20
Whew . . .</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Yes, it was definitely =
hardware. Chris Lang=20
sent me his Mec</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>(thanks Chris) and I installed four =
modules and=20
all is right</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>in Paris. Tomorrow another Mec =
shows from=20
Jon Jiles and</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>I will install another 4 cards in =
that. I=20
have three Mecs that are</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>on the bench right now and maybe two =
of those=20
will be repaired</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>shortly with the new chips. =
Hopefully I'll=20
be up to the 4 Mecs that I </FONT></DIV>
<DIV><FONT face=3DArial size=3D2>wanted </FONT><FONT face=3DArial =
size=3D2>in the=20
first place.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>I may add a 442 (HA! feeling =
ambitious=20
again) for the SPDIF loop technique. </FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Just leave </FONT><FONT face=3DArial =
size=3D2>it=20
hanging there for when I need it.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>All is well.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Finally,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Tom</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT size=3D2><BR><BR>I choose Polesoft Lockspam to fight spam, =
and=20
you?<BR><A=20
=
href=3D"http://www.polesoft.com/refer.html">http://www.polesoft.com/refer=
..html</A> </FONT></DIV></BLOCKQUOTE ></BODY></HTML>
------=_NextPart_000_0046_01C80B59.BBA24D30--"Kerr Mathieson" <oneninehundred@virgin.net> wrote:
>Hi neil,
>
>I downloaded the pack with the installer in it and it seemed to unrar
>properly,
>
>then the exe file seemed to install properly as well.
>
>I've just discovered that when I boot up Wavelab, it tries to run the plug
>ins too and keeps giving me a message that there's a library file missing,
>for every modern plug in. wierd. there's only a .dll file for each one
>came from the exe file, so I'm kinda stuck!
In that case, I have a feeling that you may have installed them
into the wrong vstplugins folder. Is that possible? Do you have
more than one of those on your hard drive?
A .dll file IS a library file.
Neilwww.nwmedia.com (in Portland, OR)
"Don Nafe" <dnafe@magma.ca> wrote:
>Hi All
>
>I'm looking for a few good CD pressing houses in both Canada and the US
to
>do a run of either 500 or 1000 CDs not CDR's
>
>All suggestions are welcome
>
>DOn
>
>yeah, I double checked and checked again (and then once more!), they're in
the same plugins folder as everything else.
I knew the .dll files were library files, which is what confused me the most
about the wavelab message lol!
Think I'll download them in all forms and unpack/install and see what
happens. Still think it might be something to do with running ME though,
'cause the modern site says 2000/XP for system req.
hmmmmm
thanks
"Neil" <IOOI@OIU.com> wrote in message news:470d3717$1@linux...
>
> "Kerr Mathieson" <oneninehundred@virgin.net> wrote:
>>Hi neil,
>>
>>I downloaded the pack with the installer in it and it seemed to unrar
>>properly,
>>
>>then the exe file seemed to install properly as well.
>>
>>I've just discovered that when I boot up Wavelab, it tries to run the plug
>
>>ins too and keeps giving me a message that there's a library file missing,
>
>>for every modern plug in. wierd. there's only a .dll file for each one
>
>>came from the exe file, so I'm kinda stuck!
>
> In that case, I have a feeling that you may have installed them
> into the wrong vstplugins folder. Is that possible? Do you have
> more than one of those on your hard drive?
>
> A .dll file IS a library file.
>
> NeilI never had the code for the reverb, but I do have a working compiled version
including presets that were importe
|
|
|
|
Goto Forum:
Current Time: Wed May 06 10:54:32 PDT 2026
Total time taken to generate the page: 0.00577 seconds
|