FORARTfe / HyMPS

HyMPS will be a platform-indipendent software suite for advanced audio/video contents production.
https://forart.it/HyMPS/
GNU General Public License v3.0
108 stars 8 forks source link

Incorrect information #6

Closed andrepxx closed 2 years ago

andrepxx commented 2 years ago

The line for the go-dsp-guitar project is incorrect. It refers to the wrong projects for the information about programming language and last commit.

The code in GuitarDSPs.md says:

|[go-dsp-guitar](https://github.com/andrepxx/go-dsp-guitar#go-dsp-guitar)|A cross-platform multichannel multi-effects processor for electric guitars and other instruments|![](https://img.shields.io/github/languages/top/andrepxx/go-dsp-guitar?color=pink&style=flat-square)|![](https://flat.badgen.net/github/license/kaktus3000/HighGain?label=)|![](https://flat.badgen.net/github/last-commit/kaktus3000/HighGain?label=)|

However, it should rather say the following:

|[go-dsp-guitar](https://github.com/andrepxx/go-dsp-guitar#go-dsp-guitar)|A cross-platform multichannel multi-effects processor for electric guitars and other instruments|![](https://img.shields.io/github/languages/top/andrepxx/go-dsp-guitar?color=pink&style=flat-square)|![](https://flat.badgen.net/github/license/andrepxx/go-dsp-guitar?label=)|![](https://flat.badgen.net/github/last-commit/andrepxx/go-dsp-guitar?label=)|

Regards.

MarcoRavich commented 2 years ago

Just cut'n'pasted your correction.

(curiosity: can't GH users post changes directly to our "code" ?)

MarcoRavich commented 2 years ago

note: Discussions are active, if you have any suggestion (about categorizations too)...

Let's keep in touch !

andrepxx commented 2 years ago

Well yes, I could fork the repo and submit a pull request. But I didn't wanna fork it and I saw that, so far, all commits in this repo were from you and I didn't wanna "break" that "row" by submitting my own commit. ;-)

MarcoRavich commented 2 years ago

Well yes, I could fork the repo and submit a pull request. But I didn't wanna fork it and I saw that, so far, all commits in this repo were from you and I didn't wanna "break" that "row" by submitting my own commit. ;-)

Yep, GH is a bit "strange"... we happened to unintentionally fork some repos (RealBasicVSR, YAMS ? Of course we have doxed them, but never - intentionally - forked).

We do also noticed some "caching effect" by badges generation services, anyway - except for some (inevitable, sigh!) human error and some limit (it would be great to let visitors to dinamically apply table sorting) - we are quite happy of "our" markdown-tables format.

Anyway we would like to focus on categorizations (softwares are not lacking) 'cause there's some mess... ...example: under H_AUDIO could be more useful to have more macro-categories (eg. INSTRUMENTS -> Voice, Guitar, Bass, Drums...) even for GH-page readability, anyway the project goal is to build a platform-indipendent open source "libraries-distro" for (artistic) multimedia content creation.

We do need a dev-oriented categorization, but we - actually - don't have any "embedded" dev in our organization (as we also told to @jcelerier here)...

...so suggestions are welcomed.

;)