Discussion:
[LAU] Berlin Linux Audio meeting @ c-base 2018-09-11
Daniel Swärd
2018-09-05 12:40:19 UTC
Permalink
Hi all.

Next meeting at c-base is on Tuesday 2018-09-11. I'll be in the mainhall (or
depending on weather) outside from 20:30 as usual.

At the last meeting we were discussing if we should do something at the next
meeting instead of just talking, and there were some suggestions:
- Start defining a standard for communicating midi messages via OSC.
- Test out some fun audio projects in the soundlab and/or do some jamming with
Linux Audio projects·

If we're going to go down to the soundlab, I'd suggest that we collect people in
the mainhall/outside between 20:30 and 21:00 before going downstairs.

What do you say? If going down to the soundlab, I'll reserve it for us.

Cheers

/Daniel
Louigi Verona
2018-09-05 17:09:05 UTC
Permalink
Soundlab, definitely!
Post by Daniel Swärd
Hi all.
Next meeting at c-base is on Tuesday 2018-09-11. I'll be in the mainhall (or
depending on weather) outside from 20:30 as usual.
At the last meeting we were discussing if we should do something at the next
- Start defining a standard for communicating midi messages via OSC.
- Test out some fun audio projects in the soundlab and/or do some jamming with
Linux Audio projects·
If we're going to go down to the soundlab, I'd suggest that we collect people in
the mainhall/outside between 20:30 and 21:00 before going downstairs.
What do you say? If going down to the soundlab, I'll reserve it for us.
Cheers
/Daniel
_______________________________________________
Linux-audio-user mailing list
https://lists.linuxaudio.org/listinfo/linux-audio-user
Daniel Swärd
2018-09-06 10:59:38 UTC
Permalink
Post by Louigi Verona
Soundlab, definitely!
Ok. Booked it from 20:30.

Hmm, what to bring? Do we have any suggestions on new software?

Or maybe try out the different synths for the FM synthesizer challenge posted
here on Tuesday?

Cheers

/Daniel
Daniel Swärd
2018-09-11 09:32:06 UTC
Permalink
Post by Louigi Verona
Soundlab, definitely!
Bringing an external soundcard with me.

/Daniel

David Runge
2018-09-08 11:12:02 UTC
Permalink
Post by Daniel Swärd
Hi all.
Next meeting at c-base is on Tuesday 2018-09-11. I'll be in the
mainhall (or depending on weather) outside from 20:30 as usual.
At the last meeting we were discussing if we should do something at
the next meeting instead of just talking, and there were some
- Start defining a standard for communicating midi messages via OSC.
Hmmmmmm, aren't there some projects doing this already (somehow)? Has
someone gathered background info on that?
Standards! https://xkcd.com/927/
Post by Daniel Swärd
- Test out some fun audio projects in the soundlab and/or do some
jamming with Linux Audio projects·
If we're going to go down to the soundlab, I'd suggest that we collect
people in the mainhall/outside between 20:30 and 21:00 before going
downstairs.
What do you say? If going down to the soundlab, I'll reserve it for us.
If there's time I'd much rather hack a bit on JACK2.
Hope falktx is up for it? ;-)

Best,
David
--
https://sleepmap.de
Len Ovens
2018-09-08 15:23:39 UTC
Permalink
Post by David Runge
Post by Daniel Swärd
- Start defining a standard for communicating midi messages via OSC.
Hmmmmmm, aren't there some projects doing this already (somehow)? Has
someone gathered background info on that?
OSC really needs a governing body. The OSC home page is pretty much a
mess. The OSC 1.1 spec was not only not finalized but is now "Page not
found". There is (was?) at least a proposal for midi over osc however all
the links on
http://opensoundcontrol.org/wrapping-other-protocols-inside-osc are dead.
There are applications/utilities that do midi/osc conversions which means
there is at least one (probably more) protocol out there. However,
creating a standard is not useful in the slightest if there is no
governing body to give an approval stamp.

These two projects use the same syntax:
https://github.com/jstutters/MidiOSC
https://github.com/rrbone/midioscar

Also look at things like:
https://github.com/fabb/SynOSCopy/wiki
Which is an OSC only synth protocol (not a standard really). It should
really be a super set of what midi is. That is, it contains the
information that midi does but also more and with greater accuracy. Being
able to convert from here to midi and back may make sense... with some
exceptions. The exceptions are all applications that use midi for things
it is not designed for... like controling mixers for example where a note
on is used as mute and several channels of pitch are used as faders. Such
cases would be better off with /midi/event_type/channel params style of
things so the events are exact in and out.

Should a governing body get set up and OSC move forward, I would like to
see that bundles are handled by the osc libs out there... that is bundle
arrives, lib presents bundle's messages to application as single messages
all with the same time stamp unless the application tells it not to. Why?
because in most cases, even if the lib has methods for dealing with
bundles, the application developer ignores them and udp is easy to over
run with lots of small packets. I would note that many application
developers only allow one parameter per message as well. Those that do
allow more than one parameter expect all parameters to apply to one knob
or switch (or note).

OSC's greatest plus is that it is incredibly flexible... this seems to be
it's greatest downfall as well. OSC 1.0 is all there is, until someone is
willing to take over the website and goverance, OSC is stuck there and can
not move on.

I am sorry, but I will not be able to attend... unless someone sends me
plane tickets :)

I would be willing to help with a govering body if there are others so
inclined.

--
Len Ovens
www.ovenwerks.net
Christopher Arndt
2018-09-09 17:32:32 UTC
Permalink
Post by Len Ovens
I would be willing to help with a govering body if there are others so
inclined.
I'd be interested in discussing this. But we shoud take this dicussion
to the LAD list.

Chris
Loading...