sugizo

Results 129 issues of sugizo

the 8 semitone : in whole tone scale is written as A5 stand for augmented fifth in diatonic is written as m6 stand for minor sixth yet the semitone is...

bug

music-module.ts edit - the sequence of diatonic scale, because the 1st index on diatonic scale should goes to major scale / ionian mode - rename the jazzminor into ascending melodic...

enhancement

stockfish derivatives (like fairy_stockfish and brainfish) not work when analyze pgn ``` import chess.pgn import time from IPython.display import display, HTML, clear_output from stockfish import Stockfish def who(player): return "White"...

stockfish python module take longer time compare with chess module using the same [stockfish](https://github.com/official-stockfish/Stockfish) version can compare my code using stockfish python module on https://github.com/zhelyabuzhsky/stockfish/issues/94 with ``` import chess import...

**problem** no audio output **step** ``` cd ~/Downloads curl -LOC https://github.com/PolyMeilex/Neothesia/releases/download/v0.1.0/macos-artifact.zip unzip macos-artifact.zip open Neothesia.app ``` ``` - select midi file - select output = buildin synth and soundfont -...

**environment** google colab or ubuntu (because the error is still on installation phase) **steps** ``` !apt update !apt install -y cargo ffmpeg !git clone https://github.com/PolyMeilex/Neothesia !cd Neothesia && cargo build...

**environment** google colab **steps** ``` pip install -U basic-pitch !basic-pitch --save-model-outputs --sonify-midi --save-note-events ./ ./audio.mp3 !ls -la ``` result only produce *.mid and *.npz file expected result produce *.mid, *.npz,...

test convert audio to midi with multiple instruments, it's ended with the only single instrument which is electric piano **suggestion** nice to have multi instrument supported best regards

### Description no sound on output video with bare minimum code on google colab ### Issue Checklist - [X] I have searched open or closed [issues](https://github.com/abhiTronix/vidgear/issues) for my problem and...

BUG :bug:

**environment** google colab **code** ``` !pip install -U scikit-video import skvideo.io import skvideo.datasets import skvideo.utils import IPython bigbuckbunny = skvideo.datasets.bigbuckbunny() vid = skvideo.io.vread(bigbuckbunny) skvideo.io.vwrite("tes.mp4", vid) IPython.display.Video("tes.mp4", embed = True) ```...