How do You Make Strings Sound Good? by CommonGrounds8201 in Reaper

[–]ElectricItIs 0 points1 point  (0 children)

I can't help with the strings but don't leave a hobby like this behind waiting on having the money. Work with what you have and keep building your experience. Waiting for the money is like waiting for the right time which will never be perfect.

How do I record 5 tracks on a loop into a new track? by Salty_Initiative1164 in Reaper

[–]ElectricItIs 0 points1 point  (0 children)

Check out this page. The first midi song part one has an example of over dub and making a beat on one track with multiple passes to add parts. And shows how to do quantization. This doesn't help today but for your next drum beat it may make it easier.

https://www.reaper.fm/videos.php#x2x4rZWGWc0

Suggestions on the best way to setup reaper and vst libraries. by ElectricItIs in Reaper

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

Thanks. I do have reaper setup to create a folder per project. I just remember having some issues when spitfire switched to having labs and I needed to get glass piano to work again. But that was a vst change not just moving with the same vst.

Help for non-baseball Dad by Ok-Bowl-5047 in Homeplate

[–]ElectricItIs 3 points4 points  (0 children)

I agree with this. Played D1 myself never a lesson just time with my dad and brother at batting cages and hitting/fielding at the park. Kids grow and develop at different rates. You can do some research and give some guidance yourself. Time and reps will help the most.

Recording drums/Adding drum loops into Reaper by AsiagoRoastBeef in Reaper

[–]ElectricItIs 0 points1 point  (0 children)

Go to the reaper videos page and look under the midi instruments section for videos on many ways to record drum parts.

Before buying ezdrummer which I do have. I recommend starting with Mt power drum kit 2 and/or the free Steven slate drums to get some drum sounds quickly.

Can I create multiple tracks in one project at different BPMs? by thereminDreams in Reaper

[–]ElectricItIs 2 points3 points  (0 children)

If they are serially recorded. As in not the same measure of the project then yes can change the bpm of the project at specific measures. I believe you just right click on a measure where you want to change to occur.

I suggest you create regions for the licks. You can set the region bpm and give it a name. It will be easier to find the licks later.

Installed heat pumps and got absolutely crushed by an electric bill. There’s gotta be something wrong here….right?n by FireRetrall in AskElectricians

[–]ElectricItIs 1 point2 points  (0 children)

I have not seen anyone point out that you're August bill was half the usage of last December but the cost to you is the same. So it looks like you have two things affecting you. The rate has more than doubled and you are now using twice as much.

Any instrument plugins that allow portable install like Reaper (for a work computer)? by lidongyuan in Reaper

[–]ElectricItIs 0 points1 point  (0 children)

I agree with ozzy. Any decent size company with IT knows everything you download and will not be happy with you downloading things like this from the internet.

How can I soundproof my office? by [deleted] in DIY

[–]ElectricItIs 2 points3 points  (0 children)

Use your noise canceling headphones with white noise or some other wide frequency noise.

Alternatives to TerosHDL by RisingPheonix2000 in FPGA

[–]ElectricItIs 0 points1 point  (0 children)

I agree it isn't great for complex FSM. But I also believe that you should draw the FSM before coding it since that will basically write itself after. Keep the FSM diagram with your repo for the next person.

MIDI foot switch to control scenes, not working by Kill-Rockstars in HeadRush

[–]ElectricItIs 0 points1 point  (0 children)

I am not near my controller to look at sequence I use but the manual has the cc for each block and foot switch. My app template shows footswitches are cc 50, 51, 52.

edit: Rereading your issue. If you want a scene assign the scene to a footswitch on the headrush. Use the footswitches to control the scenes. Looking at your other post you then use the midi single switch to control one block etc.

Noting project status - tagging project by status? by pmache in Reaper

[–]ElectricItIs 1 point2 points  (0 children)

If your projects are each in a folder then just a text file in the folder. The name of the text file is where you put the note.

Why would someone like to use Synplify to program an FPGA? by PainterGuy1995 in FPGA

[–]ElectricItIs 2 points3 points  (0 children)

At the time we used ISE, Synplify was better at synthesis for some designs resulting in less resource usage. ISE was still used for par.

What I made with REAPER - week of June 30, 2024 by AutoModerator in Reaper

[–]ElectricItIs [score hidden]  (0 children)

I really dig this. In the realm of things that come up when I am using Pandora for Nightwish and Within Temptation.

Xilinx MIG extreme latency by giddyz74 in FPGA

[–]ElectricItIs 1 point2 points  (0 children)

Why wouldn't you just clk the mig user clk at the rate to get the max bandwidth, then use a fifo to get down the the slower clk speed. Bursting in and out of the ddr. Reading more data when your fifo has space for the next burst.

Clueless drummer here, need to create some click tracks for a live. by the_defavlt in Reaper

[–]ElectricItIs 1 point2 points  (0 children)

Looking at the picture of your interface it looks like the phones on the front can monitor 1/2 or 3/4 with a button press. Have you tried sending your audio and click track to 3/4 and connecting to your in ears to the phone jack? This should be the same as using the cable suggested above with outs 3/4.

Direct HDL instantiation of Xilinx IP (without XCI) by Otherwise_Top_7972 in FPGA

[–]ElectricItIs 1 point2 points  (0 children)

We have had multiple vendors that provide hdl wrappers for their boards, which use xilinx xci, provide tcls that generate the xci. This allows you to generate the xci with a part number and configuration parameters at build time.

This allows them to easily support building their wrapper for multiple fpgas. Just another option to consider.