Swordfish90 / cool-retro-term

A good looking terminal emulator which mimics the old cathode display...
22.11k stars 840 forks source link

Sound Effect #642

Open hwanyong opened 3 years ago

hwanyong commented 3 years ago

Comment on ideas from this "Cathode terminal app" I love the sound effects here. I already know that other people want sound effects in Cool-retro-term. However, it seems that the work cannot be proceeded due to a license problem. If you help me a little, I'll make it. My idea is to create a window to register the path of the desired sound source. Then, the distributor does not have to suffer from licensing issues, and I think users can apply sound effects that suit their tastes.

Here's what I want help with. (I am new to QT project.)

  1. How to add setting function
  2. Event location to apply effect 2.1. Input(write) event location (keyboard input) 2.2. Output(read) event location (display logic)

At least if you can tell me this, I can try