sugizo
sugizo
#### Description better to have octave info beside the note useful when play in choir e.g. in standard choir usually use SATB (Sopran Alto Tenor Bass) which every vocal characteristic...
### Description nice to have improvisation template to help guitarist play melody with more option they want it's base on relationship between arpeggio and scale (semitone based relationship) realize that...
#### Description the idea is to show scale or arpeggio in certain ways : - 2 NPS (Note Per String) - 3 NPS (Note Per String) - Vertical (up down...
#### Description note name in **./src/modules/music.js** seems not standard for one note and the others (one note use flat (♭) and the rest use sharp (#) ) **e.g.** ``` 'Bb':...
**e.g.** ``` @route.get('/blank') def blank(): return f'blank' @route.get('/args/{name}/{age}') def args(name: str, age: int): return f'args {name} {age}' @route.get('/vars') def vars(name: str, age: int): return f'vars {name} {age}' app = appdaora([blank,...
**What's wrong?** ``` $ open /Applications/Orange3.app LSOpenURLsWithRole() failed with error -10810 for the file /Applications/Orange3.app. ``` **How can we reproduce the problem?** Download Orange3-3.32.0-Python3.8.8.dmg from https://orangedatamining.com/download/#macos double click downloaded *.dmg...
**something.py** ``` import hug @hug.get('/') def say_hi(): return 'hello from something' ``` **__init__.py** ``` import hug from . import something @hug.get('/') def say_hi(): return "Hi from root" @hug.extend_api('/something') def something_api():...
# Feature request **Is your feature request related to a problem? Please describe.** no **Describe the solution you'd like** can use manga-py on python module **e.g. like manga_down** ``` from...
# Objective before insert table can execute python function to convert data **e.g.** user insert Field intervals in list [2, 2, 1, 2, 2, 2, 1] then base on list...
nice to have more features on polyglot like make, merge, dump, etc **ref** http://manpages.ubuntu.com/manpages/bionic/man6/polyglot.6.html