Code Monkey home page Code Monkey logo

Comments (4)

bramdebouvere avatar bramdebouvere commented on September 26, 2024 2

The device only seems to support ASCII characters (a basic set of 127 characters), so I added some filtering for the track names:

  • I added some basic transliteration for ASCII Extended, Cyrillic and Serbian characters. So if you write names now in Russian, you should see an ASCII version of that. I wanted to add more languages by just importing a library, but I cannot easily add dependencies due to the limitations of how FL Studio processes these scripts. So I just ended up writing some basic transliteration logic myself.
  • When there is no known transliteration of a character, it just removes the character (not great, but better than the device crashing)

Please have a look if my changes fix the issue for you. You'll need to download the script again, install it, restart your devices and FL Studio.

Let me know how it goes!

from fltouch.

bramdebouvere avatar bramdebouvere commented on September 26, 2024

Hey Bobby-Funk,

I suppose the device might have some kind of issue with non-ansi characters. The original script also uses utf-8, so I supposed this was correct, but it might not be.

Do you have some text that I could use to simulate this behaviour?

If this is a device-limitation, it might be possible that some characters can not be displayed on the device, and I'll need to filter these out. I'm not sure if, for example, chinese characters can be displayed.

Let me know your example, and I'll see what I can do to fix it.

Kind regards

from fltouch.

Bobby-Funk avatar Bobby-Funk commented on September 26, 2024

Good day Bramdebouvere!
I do! The language is Russian. Try naming one of the channels on page 2 (from ch.9 to ch.16) in the mixer with the use of any of these:
Example #1: Во
Example #2: Возможно
The examples have a slight difference in behaviour but you will get the point of the problem.
Big thank you in advance!

from fltouch.

Bobby-Funk avatar Bobby-Funk commented on September 26, 2024

Bramdebouvere, you absolute champion!
Works like charm, HUGE thank you!
ps. keep up the great work mate!

from fltouch.

Related Issues (19)

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.