Hi everyone!
Here's a collective piece
<http://linuxfr.org/news/les-pedales-musicales-avec-mod> we
(linuxfr.org) published about the MOD-app (beta) everybody is very
excited about it (hence the score of the article) :)
I will probably translate it for LMP. I want to do something big about
it because well, it's huge. This project absolutely flabbergasts me. Oh
BTW the app has not crashed on me once, everything works, this thing is
incredible, you guys the MOD team, I don't know, if I were 14 again I'd
cover my rooms with your pics :)
Cheeers
yPhil
--
Yassin "xaccrocheur" Philip
http://manyrecords.comhttp://bitbucket.org/xaccrocheur / https://github.com/xaccrocheur
Dear miniLAC attendees,
we are very excited to announce our special guest for miniLAC2016:
Linus Torvalds, the creator of the Linux kernel and the awesome VCS git,
himself will attend to the weekend of workshops, lectures and hacking
sessions at c-base next weekend.
All the best and see you at the space station next week!
David
--
David Runge
Schreinerstraße 11
10247 Berlin
http://sleepmap.de
OK, got it working, used .~/asoundrc
pcm_slave.sl3 {
pcm "plughw:1,0"
channels 2
rate 44100
}
pcm.complex_convert {
type plug
format S16_LE
slave sl3
}
And the darkice.cfg input section is
[input]
device = plughw:1,0 # Alsa soundcard device for the
audio input (barenger)
sampleRate = 44100 # sample rate in Hz. try 11025, 22050 or
44100
bitsPerSample = 16
channel = 2 # channels. 1 = mono, 2 = stereo
Ben
On 01/04/2016 11:03, Niels Dettenbach wrote:
> Am Freitag, 1. April 2016, 10:53:03 schrieb Ben Edwards:
>> OK, just tried that
> ...i've figured out that we have a few 24bit consumer interfaces (USB) too
> running with darkice.
>
> so it *should* work...
>
> could you try pls:
>
> device = plughw:0
> or
> device = plughw:1
>
> instead?
>
> I had to use this instead of the
> device = hw:0,0
>
> If that did not help, i would try to disable realtime for first until it is
> working (just as a shot)...
>
> hth
--
*Ben Edwards, Video Editor/Colorist & Cameraman*
w:www.funkytwig.com t. 01179 118 144 m.:07773 02 44 82
skype:funkytwig twitter:@funkytwig
PGP Public key available from pgp.mit.edu
If you are a freelancer FreeAgent is a great system to do your accounts,
if you use http://www.freeagent.com/?referrer=42j4d743
(referral code is 42j4d743) you get 10% off each month.
Hi, hope I am asking in the correct place here.
I have a Creative E-MU 0044 and it seems to work fine.
arecord -l gives me:
*/card 1: USB [E-MU 0404 | USB], device 0: USB Audio [USB Audio]/*
*/ Subdevices: 1/1/*
*/ Subdevice #0: subdevice #0/*
I seem to be able to record
*/$ arecord -t wav -r 44100 -c 2 -f S24_3LE -D hw:1,0 mon.wav/*
*/Recording WAVE 'mon.wav' : Signed 24 bit Little Endian in 3bytes, Rate
44100 Hz, Stereo
/*I wish to use this card with darkice (internet audio streaming) but
darkice doe not seem to like 24bit interface cards.
I believe that I can do something in .asoundrc (which I believe is a
ALSA config file that sits in my home directory), to convert the 24bit
device to a 16bit device.
I think I could setup a alsa device called e_mu_16 whitch would be the
same as hw:1,0 but 16 bit.
Any help with this would be really appreciated.
Kind regards,
Ben
--
*Ben Edwards, Video Editor/Colorist & Cameraman*
w:www.funkytwig.com t. 01179 118 144 m.:07773 02 44 82
skype:funkytwig twitter:@funkytwig
PGP Public key available from pgp.mit.edu
If you are a freelancer FreeAgent is a great system to do your accounts,
if you use http://www.freeagent.com/?referrer=42j4d743
(referral code is 42j4d743) you get 10% off each month.
jalv.select is a little (gtkmm2) GUI to select lv2 plugs from a list and
run them with jalv.
Features:
- select jalv interpreter from combo box,
- select LV2 plugin from list,
- select preset to load from menu
- search plugins by regex or plugin class,
- reload lilv world to catch new installed plugins or presets,
- load plugin with selected preset.
- minimize app to systray (global Hotkey SHIFT+ESCAPE)
- wake up app from systray (global Hotkey SHIFT+ESCAPE)
- left mouse click on systray to show or hide app
- right mouse click to show quit menu item
- command-line start-up options:
-s, --systray start minimized in systray
-H, --high=HIGH start with given high in pixel
- runtime options
echo 'quit' > /tmp/jalv.select.fifo$UID
echo 'show' > /tmp/jalv.select.fifo$UID
echo 'hide' > /tmp/jalv.select.fifo$UID
echo 'systray action' > /tmp/jalv.select.fifo$UID
- keyboard shortcuts
ALT+q or CTRL+q == quit
ALT+r or CTRL+r == refresh plugin list
ESCAPE == deselect preset menu
CTRL+w == hide (minimize to systray icon)
ENTER or SPACE == select
UP, DOWN == select plugin in list
PG_UP, PG_DOWN == scroll plugin list
Depends:
- lilv
- gtkmm-2.4
- Xlib
jalv.select is released into the public domain.
Thanks goes to Christopher Arndt for his continues feedback/suggestions.
So this release is about to archive a flawless desktop integration
within *any* desktop manager and making jalv.select accessible by
keyboard actions.
Check out Chris video here:
https://www.youtube.com/watch?v=RSRDbmTMA98
get the release tar ball here:
https://github.com/brummer10/jalv_select/releases/
get the development source here:
https://github.com/brummer10/jalv_select/tree/master
Hey hey everyone,
I know it's not really on topic, but I needed a newer ncurses version to
compile the latest Yoshimi. But it generates problems with gcc5.
>From research, I thought it was only an issue with gcc5.0 and 5.1, so I bit
the lemon and installed gcc5.3, alas still no luck. I didn't find a version of
ncurses, that both fixes it and has a pkg-config file with it. The issue is
known and demonstrated here:
http://trac.sagemath.org/ticket/18301
They seem to have a fix somewhere in sage, but nowhere else. Can anyone please
help me? Can I easily setup a pkg-config file for my old ncurses version of
does anyone of you have a local fix from somewhere, so I can build 5.9 or 6.0
with gcc5?
Sorry, if this is a stupid question, but I really couldn't find a solution to
this, that I could use.
Thanks for any help!
Ta-ta
----
Ffanci
* Homepage: https://freeshell.de/~silvain
* Twitter: http://twitter.com/ffanci_silvain
* GitHub: https://github.com/fsilvain
I noticed additional source files in the archive and after some diffing
around, I struggle to see their purpose. They do differ in different
ways from their counterpart in the jack source tree then the
corresponding section in "jack.diff".
Are the changes in these files to be applied before the diff or after or
do they serve a totally different purpose?
Best regards
Markus
On 03/29/2016 05:51 PM, Paul Davis wrote:
> No, Fons sent it directly to me. I have attached it.
>
> On Tue, Mar 29, 2016 at 11:22 AM, Markus Seeber <
> markus.seeber(a)spectralbird.de> wrote:
>
>> On 03/29/2016 05:12 PM, Paul Davis wrote:
>> [...]
>>>
>>> There are many other important changes in jack1 git that need to be
>>> released. Unless someone can identify what is wrong with the reverted
>>> commit, it will remain reverted, and I will release 0.125 without it (and
>>> then depart for post-JACK-ness nirvana).
>>>
>>> --p
>>>
>>>
>> [...]
>>
>> Was the original (uncleaned) patch ever public? I think I might have
>> missed it. May be something worth looking through on the next 3 or four
>> boring train rides.
>>
>> Markus
>> _______________________________________________
>> Linux-audio-user mailing list
>> Linux-audio-user(a)lists.linuxaudio.org
>> http://lists.linuxaudio.org/listinfo/linux-audio-user
>>
>
(Sorry for cross-posting.)
Dear Faust programmers and LAD'ers,
New stuff just in time for the upcoming miniLAC @ Berlin next week!
faust-lv2 and faust-vst are two architectures for Grame's functional dsp
programming language Faust. They let you create fully functional LV2 and
VST plugins from Faust programs.
Most notable changes:
- Custom Qt GUI support. This leverages Faust's Qt support (faustqt.h) and
was done by one of my students, Roman Svidler, for his BSc thesis. Thanks
Roman!
- The custom 'nvoices' meta key is now recognized by both architectures to
denote an instrument plugin, so a single architecture suffices to implement
both instrument and effect plugins.
- Both architectures now work exactly alike, so porting your Faust plugins
from LV2 to VST and vice versa just takes a recompile.
- Many bugfixes and smaller improvements, please check the commit logs for
details.
The latest sources including documentation and examples are available from
Bitbucket:
https://bitbucket.org/agraef/faust-lv2https://bitbucket.org/agraef/faust-vst
Please use the issue trackers there to report any bugs that you find,
thanks!
The architecture files and helper scripts are also included in the latest
Faust git sources, so if you keep your Faust installation up to date,
chances are that you already got them.
Both architectures are now also available through the Faust online and
remote compilers, thanks Yann! So you can give them a try immediately
without having to install anything. Simply head over to
http://faust.grame.fr/onlinecompiler/, drop one of the dsp examples
provided in the faust-lv2|vst Bitbucket repositories or your own Faust
sources there, choose one of the linux lv2 or vst architectures as target
and go to the Exec tab to receive your freshly baked plugin.
If you can make it to Berlin, I'll be showing both faust-lv2 and faust-vst
there in the main hall of c-base on Saturday (April 9) at 3 p.m., would be
nice to meet you there!
Enjoy! :)
Albert
--
Dr. Albert Gr"af
Computer Music Research Group, JGU Mainz, Germany
Email: aggraef(a)gmail.com
WWW: https://plus.google.com/+AlbertGraef
Folks!
miniLAC (http://minilac.linuxaudio.org) is about to start in T-9days!
Come to c-base (https://c-base.org) April 8th-10th!
Over the past few weeks our schedule has filled up rather nicely. There
are still open slots available though!
http://minilac.linuxaudio.org/index.php/Schedule
We are honored to announce Edgar Berdahl of LSU to give the keynote
presentation on "Open-Source Haptics for Music"
(http://minilac.linuxaudio.org/index.php/Lecture#Open-Source_Haptics_for_Mus…).
We are still in need of volunteers to run the show. Please help out, if
you have the time!
http://minilac.linuxaudio.org/index.php/Volunteer
Also, if you are from Berlin, there are going to be two more meetings at
c-base (https://c-base.org) you can attend to, to be of help and become
involved.
- Today (20160330) 20:00h
- Next Wednesday (20160406) 19:30h
A few more notes on the wiki:
- please register, so we know roughly how many people to expect
- please make sure to fill your user page with the template we provide
featuring some information about yourself (and deleting the preset
data)
- due to a misconfiguration of the spam protection I had to block many
users and of some I'm not sure, if they hadn't been human after all.
So, if you're unable to log in, drop me a line!
Hope to see many of you in the coming week!
Best,
David
--
David Runge
Schreinerstraße 11
10247 Berlin
http://sleepmap.de
We're proud to announce the immediate availability of DrumGizmo version
0.9.10!
DrumGizmo is an open source, multichannel, multilayered,
cross-platform drum plugin and stand-alone application. It enables you
to compose drums in midi and mix them with a multichannel approach. It
is comparable to that of mixing a real drumkit that has been recorded
with a multimic setup.
This is a bugfix release fixing two major bugs:
- Resampler now works when using DrumGizmo as a plugin.
- LV2 plugin no longer freezes on tempo changes.
Download it from http://www.drumgizmo.org
Visit us at the official irc channel at the Freenode network. Channel
name #DrumGizmo. We would love to hear from you!
// The DrumGizmo team