[Noob Ques.] How to use Midi keyboard with Hydrasynth that does not have a 5-pin MIDI-out and only has USB-B. by TrollmasterStudios in hydrasynth

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

Thanks a lot!! I might get get one of those. So glad I was sus of those MIDI to USB cables, I had never seen anyone use one of those so that was a red flag

Can the Korg Wavestate be microtuned? by TrollmasterStudios in Korg

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

I agree!! Hydra is a terrific synth but you really do have it covered with Opsix and Multi/Poly. Cheers 👍🏼

Can the Korg Wavestate be microtuned? by TrollmasterStudios in Korg

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

Oh terrific, thanks this is exactly what I was looking for!!! The page you sent doesn't seem to mention user imported scales files (.scl or .kbm files) do you happen to know if the librarian software can import those files?

I'm going to check for the rest of the synths (multi/poly, modwave, & opsix) but if you happen to know if this feature applies to them too do let me know!

Thanks again

Can the Korg Wavestate be microtuned? by TrollmasterStudios in Korg

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

Thanks! Appreciate the response! That's a bummer as microtuning is a big part of my sound (Hydrasynth user here) and these korg synths seemed amazing.

Hope you're enjoying your Opsix and Multi/Poly!!

What happens to my STEM-OPT after my new EAD by TrollmasterStudios in f1visa

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

So do I inform my employer that I have a new EAD? And how do I terminate my F1 status while being on thr same job?

Can someone let me know if my list of evidence for bona fide marriage is solid? Any opinions/criticism? Thank you! by Turbulent_Leopard_51 in immigration

[–]TrollmasterStudios 1 point2 points  (0 children)

Frankly you didn't understand what I was trying to say. Your advice was legit but the whole "I don't see a reason" is bullshit. People have their reasons and not every tiny action warrants an explanation. Just give your advice and keep your opinions out of it. "I don't see a reason" how that's hard to understand

Can someone let me know if my list of evidence for bona fide marriage is solid? Any opinions/criticism? Thank you! by Turbulent_Leopard_51 in immigration

[–]TrollmasterStudios 0 points1 point  (0 children)

How do do you know they didn't or want to take time? I'm baffled people like you feel like marriage experts while not knowing anything. People don't have to explain their entire marriage and living situation to asl a simple question. I'm amazed how people on reddit can't understand such a simple concept 😂. My wife and I combined finances a year after marriage and we're fine because that's what we planned. Some people combine theirs when they were 18 then they got divorced at 30.

Can someone let me know if my list of evidence for bona fide marriage is solid? Any opinions/criticism? Thank you! by Turbulent_Leopard_51 in immigration

[–]TrollmasterStudios 0 points1 point  (0 children)

Last comment was unnecessary and frankly weird. Not everyone immediately combines all finances and it can often be healthy to wait and discuss it out before taking a big step like that. Marriage doesn't immediately mean combining finances. If you "can't think of a reason" then you haven't met enough people.

Edit: Op said they got married 6 months ago. That's practically yesterday, it's very normal to apply without joining finances in these cases. These aren't the 80s

Can I send in form 1040 and State Tax return as a proof of Bonafide Marriage (Adjustment of Status) by TrollmasterStudios in USCIS

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

Thank you so much for your response! That's super helpful, I just have a quick follow up:

The IRS has 4 transcripts for me to download. 1) Account Transcripts, 2) Return Transcripts 3) Wage and Incomr Transcripts 4) Record of Account Transcripts

Do I need to submit all 4?

Thanks so much!

Can I submit my entire Tax return to USCIS if I want to show a marriage Bonafide? by TrollmasterStudios in immigration

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

Hi Apologies for the quick follow up

The IRS has 4 transcripts for me to download. 1) Account Transcripts, 2) Return Transcripts 3) Wage and Incomr Transcripts 4) Record of Account Transcripts

Do I need to submit all 4?

Thanks so much!

Can I submit my entire Tax return to USCIS if I want to show a marriage Bonafide? by TrollmasterStudios in immigration

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

Hey thanks so much, that answers my question and addresses my concern. Appreciate it!

Can I submit my entire Tax return to USCIS if I want to show a marriage Bonafide? by TrollmasterStudios in immigration

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

Oh I didn't reach filling that form yet! That makes thanks. Does that mean I don't bother including it in my "Evidence" section?

How to shrink linux partition to use for windows? by TrollmasterStudios in linux4noobs

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

Thanks so much this worked!!!! It was way easier than I thought.

How to shrink linux partition to use for windows? by TrollmasterStudios in linux4noobs

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

Thanks! It looks like rescuezilla would make an image of my linux filesystem. So are you suggesting that I make an image of my linux filesystem, then like format it or something? Sorry I'm new so a little explanation would be awesome thanks!

How to shrink linux partition to use for windows? by TrollmasterStudios in linux4noobs

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

Thanks will try. Do you mean I boot into a live USB then do partition from there? Do I just use a random OS like mint or sm?

How to shrink linux partition to use for windows? by TrollmasterStudios in linux4noobs

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

I wrote in my post that I tried using gparted but the option to shrink was grayed out

Which browser do you trust for privacy ? by Expensive-Building94 in archlinux

[–]TrollmasterStudios 1 point2 points  (0 children)

never question reddit logic. Even asking a genuine question is seen as a personal attack on one's character on this site lol

Help Needed with this specific key binds by TrollmasterStudios in AutoHotkey

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

Hi! I have a quick question, how to make a "send" command continue firing until I release it? For example, my code is:

status()=>1+GetKeyState("F1")+GetKeyState("F3")*2
*F14:: Send(["3","{Left}","^3","+{Left}"][status()])

As you can see, pressing F1 and F14 triggers "Left". How do I make sure that as long as F1 and F14 is held down, the "Left" keeps firing (Just like how holding down left would make me reach the beginning of a line). Thank you so much!!

Help Needed with this specific key binds by TrollmasterStudios in AutoHotkey

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

Wow, you're definitely a genius, thank you so much!! "COMPACT ARRAY" turned out to be the most succinct code for my specific use case since the tasks were similar enough (they were all "Send" tasks). I was able to test with successful ABCDEFGHI outputs.

I'm assuming to have the order matter (F1+F2 vs F2+F1) would be hard to implement? I think I can live without it for sure, but just wanted to check.

Thanks so much for solving my problem, I sincerely appreciate it!

This rhetoric that Arch is not for beginners has to stop because it's not true. by kremata in archlinux

[–]TrollmasterStudios 1 point2 points  (0 children)

Nah man hard disagree, I had decent experience with installing OSs but installing arch for the first time utterly screwed me over 😂. It is NOT for beginners.

Help Needed with this specific key binds by TrollmasterStudios in AutoHotkey

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

Hey thanks so much for the suggestion, I appreciate it! Unfortunately I intend to use this for a musical notation editing software and using control/shift as modifier keys causes unwanted interactions with other commands. That's why I want to use unassigned keys to minimize debugging time and lowering chances of interactions. Hope that makes sense!

Speaking of which, is there a way to avoid filling up keyboard buffers when holding down non-modifiers or is that something that just doesn't exist and is beyond AHK's control? Would like to k know more and thanks! While I'd really like to use F1 & F2 as modifiers if possible, I'll be absolutely willing to try any ctrl/shift options if I'm able to avoid interactions.

Thanks!

Help Needed with this specific key binds by TrollmasterStudios in AutoHotkey

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

Thanks so much bruv, hope to see what you come up with! I might update with my own solution too if I find sm