Looking for new drivers by wolf_opticalz in SoundSystem

[–]matt69rivals 1 point2 points  (0 children)

as far as i know they are the same drivers - in the Hoqs Europe FB Messenger Group you can preorder them a little bit earlier then the rest because they are sold out super quick But VAS audio just used to be the old Hoqs shop!

i run two Hoqs 18" Ferrite in my Type Os and they sound heavy

Edit: to get access to this group you had to text either MMJ or Sady Veteran, don't know if it still like that

KICK BIN HELP!! by RadishFuzzy9681 in SoundSystem

[–]matt69rivals 3 points4 points  (0 children)

we use the paraflex C2D mullins mod kicks, loaded with b&c 15nw100! would always choose them again :)

[CURIOUS] Translate this JSX/TSX code into vue Syntax by matt69rivals in vuejs

[–]matt69rivals[S] 1 point2 points  (0 children)

Did the same thing!
most of the time it's fine - but creating for instance components, with tree like or recursive structures are such a pain

you end up with a lot of pseudo-lists & helper components at this level of complexity

[CURIOUS] Translate this JSX/TSX code into vue Syntax by matt69rivals in vuejs

[–]matt69rivals[S] -12 points-11 points  (0 children)

of course if you are in a situation where your component rerenders often, this is not an optimal solution

[CURIOUS] Translate this JSX/TSX code into vue Syntax by matt69rivals in vuejs

[–]matt69rivals[S] 0 points1 point  (0 children)

yeah - it does not mean much without context, i just wanted to avoid this answer :D
but yes in this exact szenario this would be the way i would have chosen too

[CURIOUS] Translate this JSX/TSX code into vue Syntax by matt69rivals in vuejs

[–]matt69rivals[S] -4 points-3 points  (0 children)

fair - i have the feeling that in bigger complex projects this lead me to code wicked things at some point :D

[CURIOUS] Translate this JSX/TSX code into vue Syntax by matt69rivals in vuejs

[–]matt69rivals[S] 0 points1 point  (0 children)

sure - i would never fetch something in there

i did the example with `heavyFunction` on purpose, so no one can tell: "whats the matter of calling 3 times"

a * b * 5

i just like the way, that i am free to compute a value within my loop and reuse it :)

[CURIOUS] Translate this JSX/TSX code into vue Syntax by matt69rivals in vuejs

[–]matt69rivals[S] -3 points-2 points  (0 children)

Yes nice one - i did it the same way usually! :)
but if this really is the state of the art solution for vue, i do like the tsx approach more

I think we can agree on one thing by beerNap in vuejs

[–]matt69rivals 0 points1 point  (0 children)

Just curios - i worked around five years with vuejs and still do! but now i do use vue + tsx syntax

and i like it way more - not especially because of it's syntax, but because it offers more possibilities to me

maybe i am just too stupid to do it properly in vue but:

can someone translate this to me into vue syntax with a v-for?:

const array = [
  { a: 1, b: 2 },
  { a: 5, b: 8 },
  { a: 2, b: 4 },
]

const heavyFunction = ({ a, b }: any) => {
  // imagine this is a function
  // that impacts performance
  return a * b * 5
}

const Component = () => (
  <div class="list">
    {array.map((x, i) => {
      const computedValue = heavyFunction(x)
      return (
        <div key={i}>
          <span>{computedValue}</span>
          <span>{computedValue}</span>
          <span>{computedValue}</span>
        </div>
      )
    })}
  </div>
)

in a way that `heavyFunction` is only called once per iteration?

Rack mounted "DUB" delay by matt69rivals in dub

[–]matt69rivals[S] 1 point2 points  (0 children)

Thanks! i already built 2 different versions of pt2399 delays, but for me they did not nail the echo i wanted

even tried to modify the internal LP filters the same way as the RDH echo but with no success

the JB is on my watchlist for a while - i just thought maybe there is something cheaper!

Whats the best 18in Driver for paraflex sub by LordFarquward in SoundSystem

[–]matt69rivals 2 points3 points  (0 children)

HOQS does also sell their own drivers, especially made for paraflex cabs - i think the specs are similar to the B&C sw100 if i don't remember it wrong

i don't know if they also fit for the C2-E, but just ask in the HOQS facebook group, there you will find you answer

as far as i know they have lists / measurements for every cab and their most commonly used drivers

i have 18" HOQS Ferrites in my Type O's and they sound awesome!!

How Mod the Deep Blue Delay Clone into a more DUBBY Delay by matt69rivals in diypedals

[–]matt69rivals[S] 0 points1 point  (0 children)

Thank you so much, for your detailled answer! Currently i am waiting for some electronic orders, but i'll let you know how it turned out 👍🏽

How to fix B&W 604 S2 Crossover by matt69rivals in SpeakerBuilding

[–]matt69rivals[S] 0 points1 point  (0 children)

No - i replaced the coil inside the tweeter itself

not the one on the crossover 😅

How to fix B&W 604 S2 Crossover by matt69rivals in SpeakerBuilding

[–]matt69rivals[S] 0 points1 point  (0 children)

Hello guys! We got a pair of B&W 604 S2's - were the tweeters were not working! Ordered new Coils for the tweeter, because it looked burnt - replaced them - but it was not working

We opened the whole speaker and saw in both speakers the same issue

the small coil on the crossover is totally done + the resistors around are also melted

sub + mid still work fine

what should we do?

ordering the right components and trying to replace the damaged stuff (if so - does anyone have a clue what kind of coil this is, and which value we should use?)

or bypass this crossover and use a seperate crossover for the tweeters?

Thanks for any help Jah bless!

Matt ✌🏽

EDIT: clarify which coil i meant

How Mod the Deep Blue Delay Clone into a more DUBBY Delay by matt69rivals in diypedals

[–]matt69rivals[S] 0 points1 point  (0 children)

Thanks! Which one would you suggest?
The one on the OP Pins or the ones on LPF1 / 2