Sinisterly
MusicString - Tunes packed into a bunch of ASCII characters (WIP) - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: Coding (https://sinister.ly/Forum-Coding--71)
+--- Thread: MusicString - Tunes packed into a bunch of ASCII characters (WIP) (/Thread-MusicString-Tunes-packed-into-a-bunch-of-ASCII-characters-WIP)

Pages: 1 2 3


RE: MusicString - Tunes packed into a bunch of ASCII characters (WIP) - bluedog.tar.gz - 02-16-2012

(02-16-2012, 07:24 PM)Frooxius Wrote: Hi again, here's a small update, I designed a logo for this project. Official website and documentation are coming soon! >:3 Keep tuned!

[Image: logotext200px.png]

Nice, do you still want the PSD of mine?


RE: MusicString - Tunes packed into a bunch of ASCII characters (WIP) - Frooxius - 02-17-2012

EV™ bluedog.tar.gz: You may make it if you want, however, I might not use it at all, so it's up to you. If I'll use what you make, you'll for course get a credit as a contribution to this project
---------------------------------
Anyway, I generated a list of frequencies and corresponding notes that are supported by MusicString, which is however implemented in a way that the frequency range is limitation only of the MusicString language, the actual audio synthesizer doesn't have any limitation like that. It's basically limited only by precision of the datatypes and memory, it can easily synthetize for example 1 Ghz sawtooth with 10 Ghz sampling rate if you tell it to

Here's the table, it should also help as an aid during writing MusicString tunes, I'll be releasing website and documentation soon (hopefully later today, now I'm going to sleep).


[Image: frequencyrange.png]


RE: MusicString - Tunes packed into a bunch of ASCII characters (WIP) - Frooxius - 02-17-2012


UPDATE! Version 0.2.1a
Please update to the new version, DOWNLOAD HERE
[+] Linux binary is now available! The code compiles and works correctly both under Linux and Windows now, porting to Mac OS X is in progress
[*] Fixed a bug that caused incorrect loops to be terminated by the [loopname] statement
[*] Fixed a bug that caused parsing thread to hang by going into an unintended infinite loop under some circumstances




RE: MusicString - Tunes packed into a bunch of ASCII characters (WIP) - Frooxius - 02-24-2012

Check the new official website!
Also...
UPDATE! Version 0.2.2a
Please update to the new version, DOWNLOAD HERE
[+] I now provide Windows, Linux and Mac OS X binaries! It works on all three!
[+] Added normalization - activated automatically in case of clipping, adjusts maximum amplitude to 0.95 (test with hugechord.mstr)
[*] Fixed bug when parsing loops and going into unintended infinite loop in some circumstances
[*] Edited Saving code, has now about 50 % less memory footprint, though it's slower

Additionally...
Started work on Visual MusicString! A MusicString IDE :3 (with GUI) ^^



RE: MusicString - Tunes packed into a bunch of ASCII characters (WIP) - Jacob - 02-24-2012

(02-24-2012, 03:32 PM)Frooxius Wrote: Additionally...
Started work on Visual MusicString! A MusicString IDE :3 (with GUI) ^^

OOOOOO:



RE: MusicString - Tunes packed into a bunch of ASCII characters (WIP) - Coder-san - 02-25-2012

That's simply brilliant. I always wanted to join music and technology, but never knew how. Smile


RE: MusicString - Tunes packed into a bunch of ASCII characters (WIP) - Reverence - 02-26-2012

This is genius. I've never seen anything like it.