Giter VIP home page Giter VIP logo

md-rec's People

Contributors

fijam avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

ecliptik mchatos

md-rec's Issues

Support JP models with Katakana set

I have one MZ-R90 which supports the katakana character set.

Charset layout is: lowercase+common+numbers+common+katakana+common+uppercase

The katakana set has the complete 48 characters + diacritics + characters used in digraphs (?).

I'd appreciate help in identifying all the characters.

input_string is suboptimal

Currently input_string function only inputs letters from their own character set. For example, to enter 'Z' it will enter uppercase_set and press SearchRight 26 times. It would be faster to enter lowercase_set and press SearchLeft 6 times instead.

A naive way to do it would be to split each character set roughly in half.

A more fancy way to do it is have the entire combined character set and 'entry points' for each character set such as index position of 'A', 'a' and '0'. Then using modulo artithmetic find the closest distance between index of the letter we want to input and one of the entry points.

This should improve entry time some 30% at the cost of increased complexity.

Add an external mode

Add a mode where the script processes new line terminated strings from stdin and nothing else. This should ease integration with other custom scripts people have.

Add a manual labelling mode

It may be useful to have a mode for labelling discs which were already recorded and have track marks but lack track names.

Have the user navigate to the track they want to name, enter labelling mode, take the name from input, save. Ask the user if they want to do another track.

Deal with duplicate TMarks

md-rec will insert a TMark at the end of a track and the recorder may insert another if it detects long enough silence resulting in duplicates. Two ways to deal with that:

  1. Just delete the extra TMarks manually later.
  2. Add a 2s silence track between all items on the playlist and let the player handle TMarks.

#2 needs a mode where no TMarks are entered programatically and empty track names are not entered.

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.