Posted By
![](/images/g.gif) Charlemagne on 2018-05-31 15:38:09
| Re: New feature of LUMYDCTT: (Music) ZackZack
Sorry for the late answer, but I was developing as usual...
LUMYDCTT v2.9.2: - Handling an exception: write letters in a number-type field - You can select "Create an index table" method for converting sound notes - Eliminating unwanted commas from DATA, DW and DB lines. - Optimizing some parts of the source code
First of all, It's a very big honour for me that some other kings of this platform (eg. KiCHY, bubis, ...) also shared their thoughts about ZackZack with me, thank you very much guys.
1.: KiCHY, because of gerliczer has also talked about index-table, so I improved the converting part and extended it with creating indices for sound notes as you can see the screenshots above. I didn't use precheck, but I created a tabe for notes (TableOfNotes) and another table for indices (IndicesAndDelays) on demand, so the converting routine is running until the number of different notes is below 256. This idea is limited (and a little bit wasting because if there are 100 different notes, we waste 100*6bit = 75bytes), but using index-table seems really good.
2.: bubis, thanks. But I hope this will be also useful... ![happy](/images/happy.gif)
3.: MMS, I has just read your comment... ...so I got the values of frequencies from Frequency Table, but your idea about entering sound notes by tables is very impressive. By the way, we didn't chat about how to enter sound notes, but how to store and compress the whole 10 bits of sound notes (as you can see in the pictures).
I have no any sense of music, so thanks for your responses again.
|