Introducing Glyph Tools

Did you ever wish that you could use any audio with the Glyph Composer? Now you can! With a little bit of elbow grease you can make a composition with any audio you desire.

See what’s possible:

Get the tools here:

GitHub - SebiAi/custom-nothing-glyph-tools

Tutorial

You can watch this tutorial to get started creating:
[Updated] How to use your own sounds in the Nothing Glyph Composer

Already made a composition?

Follow the migration steps to the new v1-Glyph Format to fix the light and audio desync!


Join Discord
Click the image above to join the Glyph Tools Discord to get help, share your creation and find a collection of compositions!

If you want a one click solution for creating compositions, check out @Fr4nKB ’s app here: https://nothing.community/d/12125-glyphify-a-multipurpose-glyph-app

    I liked for the creativity, but I feel the entire process is a bit long and cumbersome (installing executable on PC, download additional dependencies, send back to the phone the files etc..).

    There’s a most portable and quick project (android app) made by @Fr4nKB , and I think that if you both collaborate the community would be very happy.

      Mirko_ddd

      I feel you but if you want full control then this is the only way right now. It is definitely not for everybody.

      Idea for the future: To reduce the complexity I can package it up in an executable which already contains everything besides Audacity.

      Sweet! I finally made one for Phone 2A, it is kinda rusty but hey, it looks nice enough

      Mirko_ddd My project’s goal is to make a quick and “dirty” automatic composer but which is better the NOS built - in music visualization.

      @SebiAi ’s project is definetely more complex and complete than mine so I think they can coexist (btw great work).

      However, I’m open for collaborations: making a “glyph studio” type thing for Android could be the best of both worlds

        Fr4nKB that’s why I said that a Collab would be awesome for the community: portable and complete 😜

        Manjunathvalmiki add write -t at the beginning and put the file locations and names in “ ”

        Should be like

        [..].py write -t “Titlehere” “nglyph” “soundfile.ogg”

        Fr4nKB Hi, I am currently working towards a “Glyph Studio” prototype on the Desktop front written in python for now. I have never done any cross platform work between Desktop and Mobile before and I don’t think that my current setup with python and Qt Widgets (Qt Framework) will allow it.

        If you want to talk about this more, you can contact me on here or on Discord (sebiai)

        Seee this is why I love the nothing community @Fr4nKB and @SebiAi doing big collabs where they are good at love to see what these 2 have in store for us

        a month later

        So when i use custom glyphs the light illumination is perfect when it’s on composure application but when i set it as my ringtone there is delay in illumination and also u can see the delay when you run the sound on ringtone settings

          Merged 2 posts from Glyph light delays .

          harshbelgaonkar This was a bug with the old Glyph Tools (v1.0.0). It is now fixed but requires the creator to generate the composition with the new tools (Label file required).

          Creators please view the migration steps linked in the original post!

          2 months later

          Hi @SebiAI - Thanks so much for Glyph Tools - such a great idea! I have tried using it, but I have encountered an error. I’m using it in Windows. When I get to the GlyphTranslator stage, but I am getting an error in the terminal, which I have pasted below. I’m sure I’ve made a basic error, but I will be very grateful if you are able to help me resolve it:

          -0-0-0-

          File “GlyphTranslator.py”, line 346

          match self.phone_model:
          
                ^

          SyntaxError: invalid syntax

          -0-0-0-

          Thanks

          charscope

            charscope What python version are you using?

            python --version

              charscope Ok, the scripts should tell you to upgrade your python version to at least 3.10. What version of the scripts are you using?

              python GlyphTranslator.py --version

                SebiAi Thanks - I am not sure. I get the same error message when I try the command in your last message:

                -0-0-0-

                File “GlyphTranslator.py”, line 346

                match self.phone_model:
                
                      ^

                SyntaxError: invalid syntax