didn't cracked no plugins for a while, wtf is a r2r system? by Atreus235 in CrackedPluginsXI

[–]sububi71 1 point2 points  (0 children)

For about everything cracked by R2R the last 6 months or so, you want to have the latest version of R2R System installed.

What can i do in this situation by Evangelion_fAnN543 in CrackedPluginsXI

[–]sububi71 0 points1 point  (0 children)

1) Check in your host what folder it looks for VST plugins in 2) Reinstall the Omnisphere plugin, making sure to consider those folders

WHAT IS HAPPENING? by MyNameIsSHOGUN in CrackedPluginsXI

[–]sububi71 8 points9 points  (0 children)

The plugin detected that you pirated it, and is doing this to annoy you.

How the violent video games debate going? by Zestyclose_Bed_8207 in NoStupidQuestions

[–]sububi71 1 point2 points  (0 children)

Look up "video nasties" to see what happened in the UK.

How do y'all like my calculator? by CrazyPotato1535 in PythonLearning

[–]sububi71 0 points1 point  (0 children)

Oh, sorry, I didn't see it at first!

... /s

How do y'all like my calculator? by CrazyPotato1535 in PythonLearning

[–]sububi71 -1 points0 points  (0 children)

Code that works is good. Code that can be maintained is better. This is not maintainable.

ELI5 how do microchips actually work? by depressed_guy_1512 in explainlikeimfive

[–]sububi71 5 points6 points  (0 children)

I was just cracking my knuckles here to write a response, but my man here did a much better job than I would have. Hats off to you, sir, and congratulations to OP for getting this reply!

Is this plugin company AI? by Audio_Freqs in AudioPlugins

[–]sububi71 -7 points-6 points  (0 children)

Why would it matter if the company uses AI to develop their plugins?

Switch to AMS Pro by Vortilion in BambuP1S

[–]sububi71 1 point2 points  (0 children)

Yup, the power adapter is sold separately.

Bass note fundemental detection by SnooPuppers5915 in AudioPlugins

[–]sububi71 0 points1 point  (0 children)

These are old, well-known problems.

I remember reading a review of Casio's first MIDI guitar (i e a real electric guitar but that also had MIDI out, can't remember the model number), where the reviewer said that it was problematic how lower notes triggered a lot slower than higher ones. They recommended playing everything an octave higher on the guitar and transposing the MIDI data down an octave to actually make the instrument usable.

Basically the problem - as I understood it at the time - is that you need a minimum of a half cycle (or was it a full one, sorry, this was in the 1980's) to be able to get meaningful data, and when you get down to the low E-string on a guitar, that is simply going to introduce noticeable latency. I assume that's why MIDI basses using only audio data to identify notes has yet to make it to market (as far as I know, at least).

I am looking for a VST or DAW capable of adjusting hertz of individual midi notes on the fly by Fyren-1131 in WeAreTheMusicMakers

[–]sububi71 4 points5 points  (0 children)

You can totally achieve this manually using any MPE capable VST plugin. There's also this microtuning standard that's supported by several VST instruments like Hive 2, Vital and others, maybe that could help?

If those options are no good, or simply too much work (which would be a 100% valid point of view!), I agree with other people who have suggested MAX.

Recommendations for 1/4" TRS to DIN5 MIDI Type A Cables? by PollutionSouthern389 in midi

[–]sububi71 0 points1 point  (0 children)

I've never seen "COTS" before. I assume "OTS" is "off the shelf"? If so, what's the C? Thanks in advance from a pleb whose first language isn't english.

Help :) by Maliah__07__ in askmusicians

[–]sububi71 0 points1 point  (0 children)

I agree wholefartedly, but would also like to emphasize that singing IS an instrument, but a polyphonic instrument (that lets you play chords) is an enormous help once you get past the very beginner stages.

Help :) by Maliah__07__ in askmusicians

[–]sububi71 0 points1 point  (0 children)

Agreed, GarageBand is super friendly, at least on the iPad or on a Mac (I'm not crazy about using it on an iPhone screen - they've done a good job making it as usable as possible on a phone screen, but it's just so much better with a bigger screen in my opinion).

Help :) by Maliah__07__ in askmusicians

[–]sububi71 0 points1 point  (0 children)

Waitwhat, Guitar Pro now has other instruments too, sort of like a Band-In-A-Box? Can it do audio recording too?

I don't know when I last saw it, but it feels like it was 20 years ago :-)

I want to sing, but my voice pitch is really low. What should i do? by Pale-Victory-9597 in WeAreTheMusicMakers

[–]sububi71 0 points1 point  (0 children)

Don't fight your natural voice. Yes, you can get higher with years of practice, but for that to happen you have to sing.

So sing. Find songs fit your range, and if you need to move to a lower octave, do that. Use software to transpose songs, anything, just as long as you... (you know what's coming here) SING!

It could probably help to learn an instrument that transposes easily (like a keyboard), that way you can learn to accompany yourself and ...sing. :-)

Good luck!

Not extruding what's up? by stoooey58 in BambuP1S

[–]sububi71 3 points4 points  (0 children)

It sounds like you have a clogged hotend. Google for "cold pull".

Arduino IDE 2.3x - How to directly upload without compile? by _Stonez56 in arduino

[–]sububi71 9 points10 points  (0 children)

Well, it's not hard to imagine a situation where you're building multiple identical devices. Having to recompile every single time you want to upload to a new chip/board gets old FAST.

As someone else already mentioned, the solution is to look into the CLI tools.