Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×
Graphics Music Programming

Vision and Sound From the Ideally Bare Numeric Impression giZmo 38

jones_supa writes "Ville 'viznut' Heikkilä presents us with an interesting project. 'As demonstrated by the video, IBNIZ (Ideally Bare Numeric Impression giZmo) is a virtual machine and a programming language that generates video and audio from very short strings of code. Technically, it is a two-stack machine somewhat similar to Forth, but with the major exception that the stack is cyclical and also used at an output buffer.' The main goal of IBNIZ is to provide a new platform for the demoscene. Something that would have the potential to displace MS-DOS as the primary platform for sub-256-byte productions."
This discussion has been archived. No new comments can be posted.

Vision and Sound From the Ideally Bare Numeric Impression giZmo

Comments Filter:
  • Will it blast annoying music when you run it?
    • by Anonymous Coward
      Beneres? Niko fuerto tipomagico - te musica-gizmo. Novello proboscis - molto molto kin agrophos. Vo, tidiaka mit functioni moronico. Te facilos action-pumpo! Zo, nea shopping, nea collo, te "musica-gizmo"!
  • Very cute. (Score:4, Informative)

    by Animats ( 122034 ) on Saturday December 31, 2011 @02:43PM (#38549804) Homepage

    That's very cute. That's the most obscure programming language I've ever seen not created as a joke. They can generate mediocre techno with about 20 characters of code.

    • by Ihmhi ( 1206036 )

      They can generate mediocre techno

      And in related news, Skrillex will be suing for copyright infringement and trademark dilution. Skrillex was quoted as saying, "I own bad electronic music, dammit! I work hard to make loops in Garageband and press Play on my Macbook!"

      • by R3 ( 15929 )

        They can generate mediocre techno

        And in related news, Skrillex will be suing for copyright infringement and trademark dilution. Skrillex was quoted as saying, "I own bad electronic music, dammit! I work hard to make loops in Garageband and press Play on my Macbook!"

        I see Skrillex has already been covered, logging out of this thread satisfied. :P

  • by Trepidity ( 597 ) <delirium-slashdot@@@hackish...org> on Saturday December 31, 2011 @03:16PM (#38550108)

    The simplicity of the code you can write in this language seems to be mostly due to the cyclic nature, which is something other beat-oriented computer-music languages also have: once you have "repeat" as a built-in thing, anything built on regular repetitions is easy to program. But it adapts it in a way that feels more low-level and demo-scene-ish by tying it to a cyclical "stack" in a bastard-son-of-Forth sort of way. Will have to play around with it a bit.

  • by erlehmann ( 1045500 ) on Saturday December 31, 2011 @03:28PM (#38550180)

    I wrote something similar to IBNIZ, yet vastly simpler, a composing software called glitched [github.com] (needs pygame 1.9.1). The forth variant I use has no subroutines or recursion and is not even turing complete and the stack has only 256 fields. However, it is compatible with that of several other implementations (see README). Like IBNIZ, it has live editing and stack visualisation [dieweltistgarnichtso.net].

    It is important to note that sound made with this kind of tools is not limited to chiptunes. There is a video of an older version of glitched [dieweltistgarnichtso.net], doing Karplus-Strong-string synthesis [wikipedia.org].

    (Apologies in advance to the users of a totally unrelated glitch library [rhydd.org], which is also written in python. I have met one of it's developers last night and we agreed insane troll logic dictates a merger of our two projects to rectify the namespace collision. I may have to bring that up again when he is sober.)

  • by billcopc ( 196330 ) <vrillco@yahoo.com> on Saturday December 31, 2011 @03:33PM (#38550208) Homepage

    Okay, I can appreciate the novelty factor, as this is very much one of those things guys like me would toy around with, maybe for an evening or two. I don't see a demoscene rising out of this, at best a few dozen guys circle-jerking on Facebook about it. To say it could display MS-DOS as a "platform" is to completely ignore the fundamental tenets of the demoscene. Rotozooming tunnel-mapped munching squares are what you do when you're learning to code graphics effects, and this IBNIZ tool abstracts the real math away in favour of random-looking gibberish. Just because typing "7KJHBB&*@#$B" yields a spinning bitmap doesn't teach the user anything about how to actually spin a bitmap on an algorithmic level, nor the problem-solving methodology involved in building far more impressive effects upon those foundations.

    It used to be that demo coding was a precursor to game programming, at least in the Amiga and DOS days. Now with all these abstract graphics and sound APIs, it's a bit less so, though there is still plenty of opportunity for new demo sceners to cut their teeth on DirectX demos, focusing on graphical polish and synced A/V interplay rather than the vicissitudes of software rendering. IBNIZ really misses the boat for all of that, it's more like a Winamp visualizer with its own crappy digital monosynth, and who's going to bother with that illegible syntax ?

    Sorry but I don't see the technical merit in a virtual machine that basically shifts garbage around. You could accomplish the same by feeding random noise into your TV's composite input.

  • How about
    while true; do cat /dev/mem >/dev/audio; done
    ?

  • It's a pretty bad name. But I guess they decided they would catch too much flak if they called it IBNIG.
  • Might work with some of [shameless plug] my fractal formulas * [fractalforums.com] [/shameless plug], although you'd have to use sqrt [1-sin^2 (x)] for cosine as it apparently isn't implemented? (I only see sin and atan2).

    Probably try it with simple 2d fractal formulas first. Nice...

    On another note (I'll scan thread carefully), any recommendations for other open source mathematical music programs?

    *others scattered around the website.....

  • by Warwick Allison ( 209388 ) on Saturday December 31, 2011 @07:22PM (#38552212) Homepage

    Otherwise, a SPORE creature save file is a better "demo". (note, must install interpreter...)

  • this is enlightening http://www.youtube.com/watch?v=qlrs2Vorw2Y [youtube.com] more music should be made in this manner, not the self-serving bullshit dominating the radio waves today...
  • As if it was not enough that the same scream is used in many blockbuster movies.

  • nuf sed :-)

1 + 1 = 3, for large values of 1.

Working...