ProgrammingLife

Results 55 issues of ProgrammingLife

Ranger file manager (linux) can show images preview (via w3m as far as I know) a lot way better than terminal-image. Is that possible to get such quality? Ranger shows...

I try to draw a simple arrow with stroke = 5. I get some strange render issue. That's what I get: https://s9.postimg.org/6itsxm5jz/2016_09_15_12_51_02.png My code for that is: ``` nvgBeginPath( _vg...

When I run simple example with vsync set to false I get: ``` libEGL warning: DRI2: failed to authenticate thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: CreationErrors([NoAvailablePixelFormat,...

``` → npm start ▸  Tue Aug 23, 05:17:50  > [email protected] start > webpack-dev-server --mode=development (node:27368) [DEP0111] DeprecationWarning: Access to process.binding('http_parser') is deprecated. (Use `node --trace-deprecation ...` to...

What's the status of this repo? Is this abandoned? This repo offers great features. It's so sad to see inactive status of this repo.

How do I make an archive and send it over the internet without creating a file? On the fly.

I need to turn on a sustain mode sometime in my output midi file. How can I do it?

How to get notes from MIDI file?

``` let pianoTrack = new midi.Track() pianoTrack.setTempo( 120 ) pianoTrack.instrument( 0, 0 ) pianoTrack .noteOn( 0, 'c4', 0 ) .noteOn( 0, 'e4', 256 ) .noteOn( 0, 'g4', 512 ) .noteOff(...

I need to bend some note. How to do it?