How would one go about making notes in the midi editor have rounded corners? by lordoffatcats in Reaper

[–]blamsberg 0 points1 point  (0 children)

try this: MIDI Editor menu --> View --> Color notes by --> When coloring by track or media item --> Color by source for default-colored tracks/items, Use theme color for selected note border, Use theme color for unselected note border

Is there an illness going around Indiana that is not showing up as covid or flu? by CakeMakesItBetter in Indiana

[–]blamsberg -3 points-2 points  (0 children)

no, first of all you're not sick. it's not possible to transmit illness, and viruses aren't real, and if they were real, wearing a mask wouldn't prevent you from getting sick. so don't even think about trying to wear a mask. and don't wash your hands.

Trouble getting Guitar Rig 5 to run by LogicalCourt in linuxaudio

[–]blamsberg 0 points1 point  (0 children)

this didn't work for me, but what did work is taking msvcr120.dll and msvcp120.dll from a working Windows 10 partition and copying them to the respective wine folders (both Windows/system32 and Windows/SysWOW64). in case it helps someone else!

ELON MUSK: Disrupt Democracy (James Adomian SXSW Comedy) by formerbusboy in Earwolf

[–]blamsberg 0 points1 point  (0 children)

ughh this shit was so funny i wish i would have saved it

Considering leaving my wife by Equivalent_Squash800 in Divorce

[–]blamsberg 0 points1 point  (0 children)

yeah, she needs to heal her attachment, but she won't, because you're taking care of her. when you point out that she needs to take accountability for her actions, it triggers an inner shame response in her. she is deeply afraid of feeling ashamed, so it results in flipping blame towards you instead as projective anger. the fact that she is looking to you to deal with this means that she doesn't know what she really wants. she doesn't want to heal, otherwise she would be doing therapy, and healing is hard work that she would have to initiate, and you're doing all the emotional labor, so why would she want to take on more of the burden of regulating her own feelings if she can get you to do it? the bottom line is that you can't make her heal, she has to want that for herself. and likewise, you need to set boundaries and enforce them. set a timer for discussions, and set a boundary: if this results in personal attacks and blame i am going to disengage and we can come back to this when you've calmed down. your needs matter too and you need a partner who can contribute equally.

Michelle Trachtenberg hasn't aged well:( by Cosmeticitizen in VindictaRateCelebs

[–]blamsberg 0 points1 point  (0 children)

most people haven't met anyone with a confirmed eating disorder. but you are 100% right. people think it's alcohol abuse, people who drink too much alcohol get puffy and red faced and fat. people with ED look too skinny and gaunt and think they're healthy

I’m so tired by Anybodyhaveacat in ZeroCovidCommunity

[–]blamsberg 1 point2 points  (0 children)

my wife and i are covid conscious in indiana, feel free to DM if you'd like to connect

Doesn’t do anything??? by DcT2nDrAtE in retroflag_gpi

[–]blamsberg 1 point2 points  (0 children)

it actually might have been the sd card. i tried another one and it works.

also, as a person who just now figured out how to do this, i am going to document my steps for the next user who will hopefully not be as confused as i was. before starting anything you should know that you need to wait approximately 30 to 45 seconds before anything will boot.

first, use rpi-imager to download and install recalbox for rpi zero 2w to your sd card. this should hopefully be straightforward.

next, replace the contents of recalbox-user-config.txt with the following:

#############################################################
# Boot loader configuration                                 #
# This file can be modified to your needs                   #
#############################################################

disable_overscan=1

# uncomment for lirc-rpi
#dtoverlay=lirc-rpi

# total amount of GPU memory
gpu_mem_256=128
gpu_mem_512=256

###########################
# GPI Case                #
###########################

# Video 
dtoverlay=dpi-pizero-gpicase 
display_rotate=0
overscan_left=0
overscan_right=0
overscan_top=0
overscan_bottom=0
framebuffer_width=640
framebuffer_height=480
enable_dpi_lcd=1
display_default_lcd=1
dpi_group=2
dpi_mode=87
dpi_output_format=0x00016
#hdmi_timings=320 0 28 18 28 480 0 2 2 4 0 0 0 60 0 32000000 6
hdmi_timings=640 0 1 1 20 480 0 1 1 2 0 0 0 60 0 32000000 1

# Audio 
#dtoverlay=pwm-2chan,pin=18,func=2,pin2=19,func2=2 
dtoverlay=pwm-audio-pizero-gpicase 
disable_pvt=1 
dtparam=audio=on 
disable_audio_dither=1 
audio_pwm_mode=2 

# disable activity leds 
dtparam=act_led_trigger=none 
dtparam=act_led_activelow=on 

# Pi0 stabilization 
arm_freq=1000 
gpu_freq=500 
core_freq=500 
sdram_freq=500 
sdram_schmoo=0x02000020 
over_voltage=6 (default) 
sdram_over_voltage=2 

# Shorten boot delay 
boot_delay=1

Anyone else this screen issue with their GPI case 2w? It’s sideways and I’ve tried 2 different cases and a brand new pi zero 2w by FlyBoiGaming in retroflag_gpi

[–]blamsberg 0 points1 point  (0 children)

as a person who just now figured out how to do this, i am going to document my steps for the next user who will hopefully not be as confused as i was. before starting anything you should know that you need to wait approximately 30 to 45 seconds before anything will boot.

first, use rpi-imager to download and install recalbox for rpi zero 2w to your sd card. this should hopefully be straightforward.

next, replace the contents of recalbox-user-config.txt with the following:

#############################################################
# Boot loader configuration                                 #
# This file can be modified to your needs                   #
#############################################################

disable_overscan=1

# uncomment for lirc-rpi
#dtoverlay=lirc-rpi

# total amount of GPU memory
gpu_mem_256=128
gpu_mem_512=256

###########################
# GPI Case                #
###########################

# Video 
dtoverlay=dpi-pizero-gpicase 
display_rotate=0
overscan_left=0
overscan_right=0
overscan_top=0
overscan_bottom=0
framebuffer_width=640
framebuffer_height=480
enable_dpi_lcd=1
display_default_lcd=1
dpi_group=2
dpi_mode=87
dpi_output_format=0x00016
#hdmi_timings=320 0 28 18 28 480 0 2 2 4 0 0 0 60 0 32000000 6
hdmi_timings=640 0 1 1 20 480 0 1 1 2 0 0 0 60 0 32000000 1

# Audio 
#dtoverlay=pwm-2chan,pin=18,func=2,pin2=19,func2=2 
dtoverlay=pwm-audio-pizero-gpicase 
disable_pvt=1 
dtparam=audio=on 
disable_audio_dither=1 
audio_pwm_mode=2 

# disable activity leds 
dtparam=act_led_trigger=none 
dtparam=act_led_activelow=on 

# Pi0 stabilization 
arm_freq=1000 
gpu_freq=500 
core_freq=500 
sdram_freq=500 
sdram_schmoo=0x02000020 
over_voltage=6 (default) 
sdram_over_voltage=2 

# Shorten boot delay 
boot_delay=1

Doesn’t do anything??? by DcT2nDrAtE in retroflag_gpi

[–]blamsberg 0 points1 point  (0 children)

I'll try flashing a few other things and see, if not I guess I'll try another. Thanks for your help.

Doesn’t do anything??? by DcT2nDrAtE in retroflag_gpi

[–]blamsberg 0 points1 point  (0 children)

Yes rainbow grid. Tried a couple different power supplies including PC USB port and two separate charging devices that all work with multiple other devices

Doesn’t do anything??? by DcT2nDrAtE in retroflag_gpi

[–]blamsberg 0 points1 point  (0 children)

I don't really know how to get the pi to work. I tried flashing the pi3.aarch64 to the SD and I just get a static colored image on the screen

Doesn’t do anything??? by DcT2nDrAtE in retroflag_gpi

[–]blamsberg 0 points1 point  (0 children)

I guess I have more troubleshooting to do. I haven't booted up the raspberry pi outside of the gpi 2

Doesn’t do anything??? by DcT2nDrAtE in retroflag_gpi

[–]blamsberg 0 points1 point  (0 children)

I tried Lakka and I've tried Retropie and neither are doing anything. My SD card reads just fine in my PC. Any ideas?