Jump to content

miniAudicle - realtime LIVE programming on all major systems!


Recommended Posts

Hello everyone,

in my need for an application that can easily send NRPN or SysEx messages to debug my application (unfortunately that's not yet implemented in MIOSStudio and I'm always beginning to cry somewhen if I have to use MIDIpipe), I just stumbled upon a most incredible and absolutely stunning piece of software:

miniAudicle is a realtime audio programming software, based on the open-source Chuck-Realtime-Audio-Programming Language, developed at Princeton.

...jeez, think about that: realtime means, you can program LIVE!  ;D 8)

for example, this script opens a Midi-Out port and sends a PRG-CH Message:

// create midi obj
MidiOut mout;
mout.open(0);

// send some data
MidiMsg msg;
192 => msg.data1;
0 => msg.data2;
mout.send(msg);

of course there are also events attachable, that react on incoming data, one can easily setup GUI elements like sliders and knobs and and and...

get it here: (for Mac/Linux/Win)

http://audicle.cs.princeton.edu/mini/

cheers,

Michael  :D

Link to comment
Share on other sites

I normaly use the SysEx window of MIDI-Ox to send something directly.

For example, type:

90 30 7F

and it will send a note

type:

90 30 7F 31 7F

and it will send two notes (running status taking into account)

The same can be done for NRPN:

B0 62 01 63 02 26 03 06 04

01 = NRPN LSB

02 = NRPN MSB

03 = data LSB

04 = data MSB

there is no GUI of course, but you can save/restore such test streams as .syx file, which is nice for debugging suites

Best Regards, Thorsten.

Link to comment
Share on other sites

( <hüstel*>... I'm on a mac ;) )

...and although I do have a PC (with midiOX of course), I usually turn it on only if I have to use MBHP-Burner and can't avoid it  ::)

...but besides that, miniAudicle really seems to be a quite powerful tool with a lot more possible use than just sending some values (which is like scratching on the surface).

I can absolutely recommend to give this one a try, I'm really enthusiastic about this piece of software :) especially if anyone is doing midi stuff and is used to programming (C or some other language like JavaScript)!

Cheers,

Michael

Link to comment
Share on other sites

Yeh those livecoder dudes are kinda berzerk  ;D

If you're into it, check these out, a couple of my favourites.... http://www.pawfal.org/ (a terrible website, but give it some time and surf around, very interesting - if you only look at one page, check this one: http://www.pawfal.org/index.php?page=PawfalProjects) and http://www.nongnu.org/om-synth/ OM is very cool, as is TiSM http://tism.sourceforge.net/screenshots.html

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...