Dear LAC2017,
I’m part of the LAC2017 committee, and was nearly all the time involved in the IRC #LAC2017 freenode channel as tcUJM (except one chairing session).
For those who were there, I already replied that there was actually a real copyright problem, since Thierry indeed used copyrighted material during his talk. However, he has the right to do so, having all the documents needed on INA (standing for Institut National de l’Audiovisuel – which could be translated to Audiovisual National Institute) material, so we are currently solving this problem.
Philippe, our LAC streaming technician is working onto this – but he needs some more time to edit videos, since he is needed on a lot of other projects in our university.
We are sorry for the temporary side-effect on Harry’s brilliant talk.
Thanks to all of you, I was thrilled being involved in this LAC and meeting several of you. I definitely look forward to seeing you again on forums, mailing lists and in future projects.
All the best,
Thomas CIPIERRE
Phd. Student at Jean Monnet University (Saint-Étienne)
Hey all,
I wrote a MIDI step sequencer for the old Novation Launchpads. It has quite
a few different scales (thanks to the tonal package on NPM), let's you
change the sequence length on the fly and set lower velocities by holding
down the pads.
Demo: https://youtu.be/dS_x-FioqHM
Code and installation instructions: https://github.com/kasbah/launch-step
Cheers,
Kaspar
Hi all,
I'm currently trying to write a software MIDI/OSC control panel in
Kivy/Python [1]. I want to implement a sensible knob behaviour but I
have trouble getting this right. The general idea is:
- Click (starting somewhere in the area of the knob control) and drag
upwards/downwards (y-axis) increases / decreases the value.
- Dragging left/right (x-axis) decreases step size of increments /
decrements.
- Each knob has a min/max value.
My questions are:
- What should I use as the reference point for finding the distance of
the movement? The centre of the knob or where the first touch event
occurred?
- Should I apply the distance to the value directly or use the distance
as a relative value (i.e. increment / decrement to the value when the
touch started)? If the former, how do I prevent value jumps?
- Or, to put it another way: how do you guys actually implement knob
behaviour?
Chris
[1] http://kivy.org/
Yes I'll join you guys! Looking forward to seeing all of you again.
Cheers,
Marc
> 2017-05-04 21:26 GMT+02:00 Frank Neumann <beachnase(a)web.de>:
>
>>
>> Hi Albert and all,
>>
>> > I guess that quite a few of us will already be there Wednesday night.
>> Would
>> > anyone here be interested in meeting for a preconf dinner?
>>
>> Now, what kind of question is that? LAC _cannot_ be without PLC(*) :-).
>>
>> Lebanese sounds ok, count me in. I am _assuming_ here that Marc
>> Groenewegen
>> will likely also join us since I am sharing a little flat via AirBNB with
>> him for the time of the conference.
>>
>> Looking forward to meet new&old nerds (again :-).
>>
>> Greetings,
>> Frank
>>
>> (*) Pre-LAC Dinner
>> _______________________________________________
>> Linux-audio-user mailing list
>> Linux-audio-user(a)lists.linuxaudio.org
>> http://lists.linuxaudio.org/listinfo/linux-audio-user
>>
>
>
Hi! I just wanted to let you know that my phase distortion VST, Digits, is
now open source under the GPL! The source code is up under downloads here:
http://extentofthejam.com
I've included the Linux makefiles so people can get started with it fast :)
Cheers,
Louis