Hello everyone!
I've managed it. Music For A new World my first ever album, started with
Nama is online and put together on one site. I checked all the links, but not
all of the spelling. So if you find horrible mistakes, please let me know, if
you liked it and have a quiet evil laugh and be silent, if you didn't. :-)
You will notice, that the mixes might leave something or other to be desired
and are rather lower in volume than my current songs. I didn't use limiting at
the last stage in those days.
Without further ado:
http://juliencoder.de/nama/music
Any feedback is welcome. Enjoy!
Kindest regards
Julien
----------------------------------------
http://juliencoder.de/nama/music.html
IEM Music Residency Program 2014 - Call for Applications
(please distribute)
The Institute of Electronic Music and Acoustics (IEM) in Graz, Austria
is happy to announce its new Music Residency program and invites
applications from artists, scholars and practitioners for the 2014
edition.
The Residency is aimed at individuals wishing to pursue projects in
performance, composition, installation and sound art, development of
tools for art production and related areas.
Duration of residency: 5 months
Start date: January 1st 2014 (negotiable)
Monthly salary: Approx. EUR 1100 (net)
APPLICATION DEADLINE: 1st of September 2013 23:59 CEST
The Institute of Electronic Music and Acoustics is a department of the
University of Music and Performing Arts Graz and was founded in 1965.
An internationally well reknown institution in its field, it currently
holds a staff of more than 25 members. IEM offers education to
students in composition and computer music, sound engineering, contemporary
music performance and musicology. It is well connected to the University of
Technology as well as to the University of Graz through two joint
study programs.
The artwork produced at IEM is released through the Institute's own
OpenCUBE and Signale concert series, as well as through various
collaborations with international artists and institutions.
IEM's main activities are centered around the three main research areas
Computer Music
Artistic Research
Signal Processing and Acoustics
and contributions to these, or any other field of relevance, are
invited for the Music Residency program.
What we expect from applicants:
-An outstanding project proposal that adds new perspectives to the
Institute's activities and resonates well with the interests of IEM
members and students.
-The succesful applicant will work on-site in Graz for the major part
of the Residency.
-Willingness to exchange and share ideas, knowledge and results with
IEM staff members and students and engage in scholarly discussion.
-The ability to work independently within the Institute as well as a
strong initiative to integrate into the faculty life.
-A dissemination strategy as part of the project proposal that ensures
the publication of the work, or documentation thereof, in a suitable
high-quality format. This could be achieved for example through the
release of media, journal or conference publication, a project website
or other means that help to preserve the knowledge gained through the
Music Residency and make it available to the public.
What we offer to the successful applicant:
-Support in artistic production and arts-based research
-Exchange with competent and experienced staff members
-Work and office space
-Contact with peers from similar or other disciplines
-Infrastructure (electroacoustic music studios, icosahedral
loudspeaker array, motion capture technology)
-Concert and presentation facilities (CUBE 24 channel loudspeaker
concert space)
-Existing networks with local/international partners
-We provide a monthly salary of approx. EUR 1100 net per month in
addition to health and accident insurance.
An application form providing more information is available at
http://iem.at/~residency/applicationForm-IEM-MusicResidency2014.odt
or
http://iem.at/~residency/applicationForm-IEM-MusicResidency2014.docx
Feel free to contact residency(a)iem.at with questions.
kind regards
Peter Plessas
IEM Graz
I say hallo for Harry ! ;)
F: I have some troubles - read xruns - with this setup:
H: There's a lot more to removing Xruns from a system than just the kernel
and JACK settings (although they are very important :)
F: actually I know realTimeConfigQuickScan, so my output looks:
*[paum@bookes ~]$ realTimeConfigQuickScan *
*== GUI-enabled checks ==*
*Checking if you are root... no - good*
*Checking filesystem 'noatime' parameter... 3.6.11 kernel - good*
*(relatime is default since 2.6.30)*
*Checking CPU Governors... CPU 0: 'performance' CPU 1: 'performance' CPU 2:
'performance' CPU 3: 'performance' - good*
*Checking swappiness... 10 - good*
*Checking for resource-intensive background processes... none found - good*
*Checking checking sysctl inotify max_user_watches... >= 524288 - good*
*Checking access to the high precision event timer... readable - good*
*Checking access to the real-time clock... readable - good*
*Checking whether you're in the 'audio' group... yes - good*
*Checking for multiple 'audio' groups... no - good*
*Checking the ability to prioritize processes with chrt... yes - good*
*Checking kernel support for high resolution timers... found - good*
*Kernel with Real-Time Preemption... not found - not good*
*Kernel without real-time capabilities found*
*For more information, see
http://wiki.linuxmusicians.com/doku.php?id=system_configuration#installing_…
*
*Checking if kernel system timer is set to 1000 hz... found - good*
*Checking kernel support for tickless timer... found - good*
*== Other checks ==*
*Checking filesystem types... ok.*
*ok.*
*** Set $SOUND_CARD_IRQ to the IRQ of your soundcard to enable more checks.*
* Find your sound card's IRQ by looking at '/proc/interrupts' and lspci.*
*[paum@bookes ~]$ *
and I dont understand two things:
*Kernel with Real-Time Preemption... not found - not good*
*Kernel without real-time capabilities found*
*BUT*
*[paum@bookes ~]$ uname -a*
*Linux bookes 3.6.11-rt33-1-rt #1 SMP PREEMPT RT Sun Apr 28 12:18:40 CEST
2013 x86_64 GNU/Linux*
*[paum@bookes ~]$ *
and the second, how to:
** Set $SOUND_CARD_IRQ to the IRQ of your soundcard to enable more checks.
Find your sound card's IRQ by looking at '/proc/interrupts' and lspci.
??
H: Known things that need to be done:
-Interrupt requests of your hardware must be prioritized (rtirq
script helps here)
F: my system says:
rtirq.service loaded active exited Realtime IRQ
thread system tuning
H: -Interrupt thread handlers (on RT kernel) must be prioritized
F: how to ?
H: -Thread priorities must be checked for JACK itself
F: How to ?
H: Some other things to look into are:
-CPU scaling (causes Xruns here, although others say it works fine)
-WiFi (must be disabled here: "iwconfig wlan0 txpower off", not just
disconnected)
-Graphics chip drivers (I'm using a standard xf86-video driver for
my ATI HD2400XT)
F: CPU scaling seems good:
*Checking CPU Governors... CPU 0: 'performance' CPU 1: 'performance'
CPU 2: 'performance' CPU 3: 'performance' - good*
WiFi - thats pity, because I often use my phone as controller
(TouchOSC)
Graphics - Nvidia - I am using noveau driver
H: That's a good start anyway: If I find some time, I'll write a quick
post on tuning an Arch system for maximum low-lat RT performance.
F: appreciated ;)
F: My aim is to get as low latency as possible.
H :Please specify... How low is low :D I've achieved 0.3ms at 96kHz,
running a CPU stress test on each core without Xruns, so I'm pretty happy
with that... since the hardware (Echo Indigo DJ PCMCIA) can't handle any
lower!
F: oh, great !. it could be an ideal for me. I use various acoustic
instruments for live playing, so yes I am talking about less than 4ms
F: but none of them was without xruns when running:
pd - plugins - ardour
H: PD is a bit of a xrun hog on my machine here: not bashing PD, I
probably don't have it set up with ideally. But perhaps try running eg
Ardour on its own for testing purposes? Or another simple app which isn't
as dependent on the "patch" that's loaded..?
HTH, -Harry
fero
Hi there
I'm trying to connect my Esi Quatafire to a new laptop which doesn't have
any firewire port. I'm using the DisplayPort (known also as Thunderbolt)
and an adapter (?) to firewire.
If I run ffado-diag (full log attached), it says:
=== REPORT ===
FireWire kernel drivers:
FireWire kernel stack not present. Please compile the kernel with
FireWire support.
I'm on debian sid.
I have libraw1394-11 version 2.1.0
I wonder if DisplayPort works on Linux...
Thanks for your help
Federico
Hey everybody,
Its my pleasure to announce that the next OpenAV Productions LV2 plugin is
finished!
Its called Fabla, and its a performance sampler.
Page: http://openavproductions.com/fabla
Demo reel: https://vimeo.com/70122957
One year from today Fabla will be released, and each donation motivates the
release to be one month earlier. -Harry
PS: The release system is the same as the previous OpenAV release for
Sorcer, details available here: http://openavproductions.com/support
Hello Everyone!
This has been lying around, completely hidden for over a year now. So I
finally release the whole bunch, just as rough and edgey as they are.
http://juliencoder.de/nama/erfurt_sketches/
the Erfurt Sketches was mainly written/improvised in Erfurt and mostly about
it. Thanks to my kind host and pianist zappa, who taught me my first ever jazz
lesson. If you ever happen to come the Erfurt way, see, if he's got a concert.
I hope you enjoy these small impressions and pictures. If you feel like
feedback, that's appreciated. :-)
Warm regards
Julien
----------------------------------------
http://juliencoder.de/nama/music.html
Hi,
Carla is a great piece of software - thank you for that.
I have troubles with some TAP plugins (TAP equalizer, pitchshifter), i did
not tested all of TAP, only what I need.
when loading these plugins carla falls with msg in console:
Aborted (core dumped)
can I do something with that ?
thanks
fero
Denemo version 1.0.4 has been released.
Denemo is a program for creating music notation. http://www.denemo.org/
The music is displayed as music notation while typing or playing in and
is simultaneously typeset via LilyPond typesetter. It can also be played
via internal synthesizer.
New features in this version:
*Playing back repeats in MIDI
**Da Capo and Dal Segno also supported
*Double-Clicking for Help
**Explore the object at the cursor
*Learner mode
**key presses are shown as you make them **the command and its
tooltip is explained
*Note Entry by PC-keyboard Improved
**The duration keys sound the note entered
**They simultaneous set the prevailing duration *Audio
Recording
**Export to .ogg or .wav files
**Live performance also recorded
*Translations
**Italian Complete
**French Complete
**Czech Complete
**A few strings still not offered to the translators
*Bug Fixes
**Layout blocks properly supported
**Mouse clicking positioning
**Accessing the space above the top staff
Known Issues for this version:
Windows users should reboot after installing
Here are the compressed sources (from a mirror) :
http://ftpmirror.gnu.org/denemo/denemo-1.0.4.tar.gz
If automatic redirection fails, the list of mirrors is at:
http://www.gnu.org/order/ftp.html
Or if need be you can use the main GNU ftp server:
http://ftp.gnu.org/gnu/denemo/denemo-1.0.4.tar.gz
Windows Binary:
http://denemo.org/downloads/denemo-1.0.4-0.mingw.exe
Linux Binary:
http://denemo.org/downloads/denemo-1.0.4-0.linux-x86
Mac:
http://denemo.org/downloads/denemo-1.0.4-0.darwin-x86.tar.bz2