Skip to content
View so-c's full-sized avatar

Block or report so-c

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. soc-toolbox soc-toolbox Public

    主に動画編集に使うちょっとしたツール類

    PowerShell 3

  2. so-c.github.io so-c.github.io Public

    GitHub Pages so-c.github.io 用のリポジトリ

    MDX 1

  3. Synthesizer Vでトラック色を変更するスクリプト / Trac... Synthesizer Vでトラック色を変更するスクリプト / Track Color Changer for Synthesizer V
    1
    var SCRIPT_TITLE = "Change Track Color";
    2
    
                  
    3
    function getClientInfo() {
    4
        return {
    5
            "name": SV.T(SCRIPT_TITLE),
  4. Synthesizer V Studio Proで中国語/英語ボイスにひ... Synthesizer V Studio Proで中国語/英語ボイスにひらがなをそれっぽく発音してもらうためのスクリプト / Synthesizer V scripts to enable Chinese/English voice to pronounce hiragana (Japanese)
    1
    function getClientInfo() {
    2
      return {
    3
        "name": SV.T("Pronounce Hiragana with Chinese Voice"),
    4
        "author": "SO_C",
    5
        "versionNumber": 1.2,