▲ 0 r/css

What's the quickest way to refactor my css code (originally optimized for 1080p) to be compatible with 1440p?

Its a single page app, with position absolutes, I use px instead of rem, etc. Yes I now about responsivity -- though I am coding on my phone.

The problem is not that it looks bad, just very small on 1440p screens. What can I do? Obviously I don't want to have to rewrite everything (it's perfect on 1080p screens). Any help is appreciated, thanks.

reddit.com
u/Trick_Form_4562 — 4 days ago
▲ 3 r/kiwibrowser+1 crossposts

How do I view raw files in the Kiwi web browser for Android?

file:/// and content:// do not work -- Kiwi redirects to googles search with the file location as the search query. Can anyone help me discover the syntax for such a task? Thanks in advance

reddit.com
u/Trick_Form_4562 — 5 days ago

Can someone explain this music theory concept like I'm a little kid?

I posted this question on the music stack exchange and got a really good answer. The problem is, I don't understand it very well -- at least not enough to implement into my application.

At the moment, I just enter a number of semitones away from the root note for the harmony audio track. Sometimes there are many harmony tracks.

Essentially I'm trying to find formulae which can cover every case for every key. I just don't know how that would look.

reddit.com
u/Trick_Form_4562 — 13 days ago

Troubleshooting SoundtouchJS in a 100% frontend app

I am trying to demo the example of soundtouchjs (https://github.com/cutterbl/SoundTouchJS/tree/master/packages/formant-correction-worklet ( see the README) ): this is my code:

https://codepen.io/Michael-Johnson-Jr/pen/rajMpPL?editors=1111

This is the MRE.

What an I doing wrong?

Desired behavior: upon pushing start, play Audiodata.source with a pitch 7 semitones higher than the uploaded file

Actual behavior: nothing even plays.

Note: depending on the size of the file, it may take several seconds to process. Any audio file is accepted. Start button will become enabled when the file has been processed.

Thanks in advance

reddit.com
u/Trick_Form_4562 — 20 days ago
▲ 2 r/frontenddevelopment+1 crossposts

Troubleshooting soundtouchjs

I am trying to demo the example of soundtouchjs (https://github.com/cutterbl/SoundTouchJS/tree/master/packages/formant-correction-worklet ( see the README) ): this is my code:

https://codepen.io/Michael-Johnson-Jr/pen/rajMpPL?editors=1111

This is the MRE.

What an I doing wrong?

Desired behavior: upon pushing start, play Audiodata.source with a pitch 7 semitones higher than the uploaded file

Actual behavior: nothing even plays.

Note: depending on the size of the file, it may take several seconds to process. Any audio file is accepted. Start button will become enabled when the file has been processed.

Thanks in advance

reddit.com
u/Trick_Form_4562 — 21 days ago