Git Product home page Git Product logo

Comments (5)

NotLazy avatar NotLazy commented on June 18, 2024

Random/multiple sounds per key is planned but I'm not sure I understand the rest of your idea. Could you provide an example of how the config would look, and what pressing certain keys would do?

Eg.
"Pressing F plays A.mp3 or B.mp3"

from mechvibes.

ctsstc avatar ctsstc commented on June 18, 2024

Configurations

Could be something like, I download a suck sound pack with:

  • Configuration 1 - "Basic"
  • Configuration 2 - "Goosey"

Potential structure would be like:

{
  "name": "Beautiful Duck Sounds",
  "configurations": [
    {
      "name": "Basic",
      "defines": {
          ...
        }
    },
    {
      "name": "Goosey",
      "defines": {
          ...
        }
    }
  ]
}

So maybe in "Basic" configuration backspace quacks, but in "Goosey" configuration all keys quack except the backspace, spacebar, and enter make a goose noise. This way the sound pack could still utilize the provided sounds but provide different configurations.


Variations

In this example I have a mode defined which could be like cycle, random, reset cycle on non-concurrent presses -- if you press the same key multiple times it cycles, otherwise it resets.

{
  "name": "Beautiful Duck Sounds",
  "configurations": [
    {
      "name": "Basic",
      "defines": {
          "1": {
            "mode": "cycle", // Could also be like "random", "reset cycle on non-concurrent presses", etc
            "options": ["duck.mp3", "duck.mp3", "goose.mp3"]
          },
          ...
        }
    },
    {
      "name": "Goosey",
      "defines": {
          ...
        }
    }
  ]
}

from mechvibes.

NotLazy avatar NotLazy commented on June 18, 2024

I love this idea. I'm going to put it on the roadmap.

Please think of a better, one-word "mode" for "reset cycle on non-concurrent presses" though and I'll implement all mentioned modes. Feel free to mention additional modes as well.

from mechvibes.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.