From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by sympa.inria.fr (Postfix) with ESMTPS id C34CA7EE7D for ; Sun, 17 May 2015 21:28:16 +0200 (CEST) Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of modlfo@gmail.com) identity=pra; client-ip=209.85.215.49; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="modlfo@gmail.com"; x-sender="modlfo@gmail.com"; x-conformance=sidf_compatible Received-SPF: Pass (mail2-smtp-roc.national.inria.fr: domain of modlfo@gmail.com designates 209.85.215.49 as permitted sender) identity=mailfrom; client-ip=209.85.215.49; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="modlfo@gmail.com"; x-sender="modlfo@gmail.com"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of postmaster@mail-la0-f49.google.com) identity=helo; client-ip=209.85.215.49; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="modlfo@gmail.com"; x-sender="postmaster@mail-la0-f49.google.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0AyBAD86lhVlDHXVdFcg2ResmkKAQZVAi2QTIIIhxY7EQEBAQEBAQERAQEBAQcLCwkfMIQ7LgEbGAYDEgkHXhEBBQEiNYd0AQMSBAEIo0SDMD4xjSOCeZlEChknDVeEPgEBAQEXAQUOhgiNR4EWBZcUhkuBZYYGiDCFJzWBFYQdbQGCRQEBAQ X-IPAS-Result: A0AyBAD86lhVlDHXVdFcg2ResmkKAQZVAi2QTIIIhxY7EQEBAQEBAQERAQEBAQcLCwkfMIQ7LgEbGAYDEgkHXhEBBQEiNYd0AQMSBAEIo0SDMD4xjSOCeZlEChknDVeEPgEBAQEXAQUOhgiNR4EWBZcUhkuBZYYGiDCFJzWBFYQdbQGCRQEBAQ X-IronPort-AV: E=Sophos;i="5.13,447,1427752800"; d="scan'208,217";a="150077008" Received: from mail-la0-f49.google.com ([209.85.215.49]) by mail2-smtp-roc.national.inria.fr with ESMTP/TLS/RC4-SHA; 17 May 2015 21:28:16 +0200 Received: by laat2 with SMTP id t2so190416869laa.1 for ; Sun, 17 May 2015 12:28:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:subject:message-id:date:to:mime-version; bh=VGJ8wT/b9psdbc0fRgyyoLkNzp3EWwxHIkXemCoH2zQ=; b=Ns54RUgfoIcVFaVR1fd0XBl4INX0X+W1vESVT5kdE0CcuMO6FIRql2nsxzWE05l3HU hjMmOdfL0Nw8LWnIVd+xdgot8EWgGW7JznQ2PdCIMf75QC3HtrHGFJiNsvnBj3/1pveg f5qY9UVqIow1XJrDQP6j/MJRb64ma7XPIqir/uXp3/V3sCS/EhNT09iFczmxGPflVi9X +yIY5eLHdQ7nMR965FdwAbJLvH5Lv/MwLNzl+oCvW+UjmjvMA6OdbWOoqp58l0gFszxo A9w1X872/1rcZjHpQGkiQtCEzdYtFh3iCoGf6pxKWLDOU9vj4WqUELbl6yMs52pb5i1o Mmrw== X-Received: by 10.152.26.130 with SMTP id l2mr14795008lag.20.1431890895645; Sun, 17 May 2015 12:28:15 -0700 (PDT) Received: from [192.168.1.12] (109-124-136-208.customer.t3.se. [109.124.136.208]) by mx.google.com with ESMTPSA id ky7sm2090042lab.37.2015.05.17.12.28.14 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 17 May 2015 12:28:14 -0700 (PDT) From: Leonardo Laguna Ruiz Content-Type: multipart/alternative; boundary="Apple-Mail=_5E7D1F0B-A517-4387-B4DB-4D9C4F529E6C" Message-Id: <650052B1-6518-402A-B55C-F436E69EEEF6@gmail.com> Date: Sun, 17 May 2015 21:28:13 +0200 To: Caml-list Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) X-Mailer: Apple Mail (2.2098) Subject: [Caml-list] Vult language made with Ocaml --Apple-Mail=_5E7D1F0B-A517-4387-B4DB-4D9C4F529E6C Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Hi, I just wanted to share this project that I made using Ocaml. Last weekend I attended to the MIDIHACK in Berlin which is a hackathon focu= sed on music technology. During that hackathon I worked on a part of a proj= ect that I have been working on for some months. Vult is a domain specific language focused on algorithms for digital signal= processing, for example, making audio effects. Here is the main page of my= project http://modlfo.github.io/vult/ During the hackathon I set up a platform for real-time coding/experimentati= on with Vult. I used js_of_ocaml to convert all the compiler to JavaScript,= and using the Web Audio and MIDI API it is posible to program audio effect= s and synthesizers directly in the browser. You can take a look at it here = http://modlfo.github.io/vult/demo.html but you need a MIDI controller to really have fun with it. Vult is still in a prototyping stage, so there are still missing features a= nd bugs. Big thanks to all the people working in Ocaml and other libraries that I us= e. Leonardo --Apple-Mail=_5E7D1F0B-A517-4387-B4DB-4D9C4F529E6C Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii Hi, I just want= ed to share this project that I made using Ocaml.

Last weekend I attended to the MIDIHACK in Berl= in which is a hackathon focused on music technology. During that hackathon = I worked on a part of a project that I have been working on for some months= .

Vult is a domai= n specific language focused on algorithms for digital signal processing, fo= r example, making audio effects. Here is the main page of my project <= a href=3D"http://modlfo.github.io/vult/" class=3D"">http://modlfo.github.io= /vult/

During= the hackathon I set up a platform for real-time coding/experimentation wit= h Vult. I used js_of_ocaml to convert all the compiler to JavaScript, and u= sing the Web Audio and MIDI API it is posible to program audio effects and = synthesizers directly in the browser. You can take a look at it here <= a href=3D"http://modlfo.github.io/vult/demo.html" class=3D"">http://modlfo.= github.io/vult/demo.html but you need a MIDI controller to really = have fun with it.

Vult is still in a prototyping stage, so there are still missing features = and bugs.

Big tha= nks to all the people working in Ocaml and other libraries that I use.

Leonardo

= --Apple-Mail=_5E7D1F0B-A517-4387-B4DB-4D9C4F529E6C--