Re: Hello from Musix Projetc - I have presets pack
Steve Harris <[email protected]> Fri, 19 Dec 2008 15:29:44 +0000
| Newsgroups | gmane.comp.audio.jamin.devel |
|---|---|
| Message-ID | <[email protected]> |
On 19 Dec 2008, at 15:09, Udo van den Heuvel wrote:
> Patrick Shirkey wrote:
>>>> I'll delve into it when I have time.
>>> Is there a known option to use jamin with a midi controller? (via
>>> OSC
>>> plugin/applet?)
>>> Tips about this are welcome.
>>>
>>> Please don't consider this as a feature request for Jamin. We'll
>>> have
>>> to use the existing options (don't know too much about OSC) if
>>> possible.
>> What have you tried so far?
>
> Googlin' for a method to convert OSC <-> MIDI. (that is the crux of
> the solution?)
> Found occam but the download url is a 404.
> Does anybody here have a copy of the cource of occam? if so: could
> it help in this case? Can I have a copy?
I don't think occam will help, it converts MIDI into a specific OSC
schema, and not the one that Jamin uses.
>> IIUC it should be possible to hook up a midi
>> controller via OSC but not many people have attempted this yet with
>> jamin.
>
> I might need a simple howto for OSC; I am more or less familiar with
> MIDI.
OSC is a network protocol for music software, you send messages to
paths on a particular network port, eg.
/program/something "start"
or
/program/volume -6.0 1.0
Jamin expects messages like
/jamin/scene 3
Which means switch to scene 3. Look in jamin-scene.c for some sample
code to send the messages, it's 2 lines of code if you use liblo.
- Steve
------------------------------------------------------------------------------