Low Latency vs. Real Time Kernel
by Brian Monroe
I've been spending a lot of time on the #opensourcemusicians channel
talking to Ubuntu Studio users about their kernel and latency times they're
getting. Seems like most of them are using g a stock kernel with the
preemptive option enabled and they are getting great latency results
(2ms)while utilizing the @audio group on their user. I ended up compiling
my own low latency kernel and I haven't had any issues with it yet. If this
is what we are missing for the spin I'd be happy to maintain packaging for
the kernel. I know ccrma has been behind a few kernel releases.
I saw the instructions for adding the real time patch for a tick less
kernel and from what I can tell it wouldn't be hard to get that rolling as
well.
I'm not entirely sure what ccrma does differently with their kernels
compared to other Linux users, and I'm still a bit of a noob so I could be
off base with this, but I would reason that we should be able to just
utilize the same settings to archive similar performance enhancements.
I thought I read that ccrma uses a unique scheduler, but if we could get a
2ms latency time without it, the point may be moot.
8 years, 6 months
Ideas for Banner
by Onyeibo Oku
Hellos
We're considering Fedora-Jam (spin) for highlight at
http://fedoraproject.org/ webpage for F18. I would appreciate insight
on packaged tools in the spin that can inspire a banner design on that
page. Its possible Ardour3 will be ready for F18 so a cool screenshot
from someone running the beta will be great.
What else?
Regards
Onyeibo
10 years, 6 months
A quick spin vox-pop
by Ian Malone
A week or so ago I thought I'd canvas some opinion on what people
might want from the spin. So I asked at the Rob Chapman guitar forums,
Rob is probably best known for gear demos and lessons on youtube, and
for starting a guitar company that makes collaboratively designed
guitars. So these are people who are used to community participation,
but not necessarily free software (though I probably skewed that a bit
by using their geeks forum).
Anyway, discussion seems to have finished, so here's the thread:
http://www.robchapman.tv/forum/threads/fedora-jam-music-creation-collecti...
Not a whole lot of new ideas. There are a few people already using
Linux for audio production and they are generally happy with what they
already use, not very surprising as they probably wouldn't be using it
if they weren't. However things that came up:
1. Hardware support. Not much we can do from a spin/music-list point
of view to improve driver support, but worth having advice and links
to the Alsa matrix visible somewhere. There is a lot of supported
gear, but there are people like digitalscream who've got hardware
which is unlikely to work.
2. Integration. Touched on, things need to work without too much
setup. This is even more important since it seems the spin will be the
starting point for people new to linux audio. It's not the primary
goal of the music list effort (that's really the packaging that
Brendan and others are doing), but it does serve as a showcase for
that work.
--
imalone
http://ibmalone.blogspot.co.uk
10 years, 7 months
Another update requiring karma
by Brendan Jones
Hi
if someone could teat this and leave feedback it wil get to stabel for
the composes quicker.
thanks
Brendan
================================================================================
fedora-jam-backgrounds-1.0.0-0.2.git1e1137e.fc18
================================================================================
Update ID: FEDORA-2012-17334
Release: Fedora 18
Status: testing
Type: enhancement
Karma: 0
Notes: Update to release 1.0.0
Submitter: bsjones
Submitted: 2012-10-31 09:27:10
Comments: bodhi - 2012-10-31 09:27:14 (karma 0)
This update has been submitted for testing by bsjones.
autoqa - 2012-10-31 09:44:48 (karma 0)
AutoQA: depcheck test PASSED on i386. Result log:
http://autoqa.fedoraproject.org/report/hg9c (results
are informative only)
autoqa - 2012-10-31 09:45:07 (karma 0)
AutoQA: depcheck test PASSED on x86_64. Result log:
http://autoqa.fedoraproject.org/report/hg9g (results
are informative only)
bodhi - 2012-10-31 16:14:38 (karma 0)
This update is currently being pushed to the Fedora 18
testing updates repository.
bodhi - 2012-10-31 18:06:55 (karma 0)
This update has been pushed to testing
https://admin.fedoraproject.org/updates/FEDORA-2012-17334/fedora-jam-back...
10 years, 7 months
spin jack setup Re: A quick spin vox-pop
by Ian Malone
On 30 October 2012 21:22, Bernardo Barros <bernardobarros(a)gmail.com> wrote:
> My suggestion was made imagining that user that runs jack all the time
> just after login and do a lot of pro audio work. From my experience
> this setup works better. To be frank I've never been able to run
> pulseaudio and jack at the same time in a smooth way, but people say
> it's possible.
>
Yes, it might be necessary (and conveniently JaM could be an acronym
for Jack Music), and your setup is helpful, might also be useful for
Jørn's configuration tool. But I'm hoping there's going to be a way to
get Pulse and Jack into agreement on F18, I know it can be done in F16
--
imalone
http://ibmalone.blogspot.co.uk
10 years, 7 months
fedora-jam-backgrounds/src
by Brendan Jones
fedora-jam-backgrounds/src/default/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1e1137e54ef942a04063b7d63a99f95b149e627c
Author: Brendan Jones <brendan.jones.it(a)gmail.com>
Date: Wed Oct 31 09:46:45 2012 +0100
Correct makefile error
diff --git a/fedora-jam-backgrounds/src/default/Makefile b/fedora-jam-backgrounds/src/default/Makefile
index 9173abd..8da1942 100644
--- a/fedora-jam-backgrounds/src/default/Makefile
+++ b/fedora-jam-backgrounds/src/default/Makefile
@@ -14,7 +14,7 @@ install:
$(MKDIR) $(FEDORA_JAM_DIR)/default/standard
$(MKDIR) $(FEDORA_JAM_DIR)/default/normalish
$(MKDIR) $(GNOME_BG_DIR)
- for size in normalish standard wide wider; do \
+ for size in normalish standard wide ; do \
$(INSTALL) $${size}/fedora-jam-wave.png $(FEDORA_JAM_DIR)/default/$${size}/fedora-jam.png ; \
# for tod in 01-morning 03-evening 04-night; do \
# $(INSTALL) $${size}/fedora-jam-$${tod}.png $(FEDORA_JAM_DIR)/default-tod/$${size}/fedora-jam-$${tod}.png ; \
10 years, 7 months
fedora-jam-backgrounds/src
by Brendan Jones
fedora-jam-backgrounds/src/default/Makefile | 7 +------
fedora-jam-backgrounds/src/default/fedora-jam-metadata.desktop | 2 +-
fedora-jam-backgrounds/src/default/fedora-jam.xml | 2 --
fedora-jam-backgrounds/src/default/normalish/fedora-jam-wave.png |binary
fedora-jam-backgrounds/src/default/standard/fedora-jam-wave.png |binary
fedora-jam-backgrounds/src/default/wide/fedora-jam-wave.png |binary
6 files changed, 2 insertions(+), 9 deletions(-)
New commits:
commit c0294500ee293cd9239a1c25141345d1468177af
Author: Brendan Jones <brendan.jones.it(a)gmail.com>
Date: Wed Oct 31 08:42:15 2012 +0100
Update images and metadata
diff --git a/fedora-jam-backgrounds/src/default/Makefile b/fedora-jam-backgrounds/src/default/Makefile
index 884d037..9173abd 100644
--- a/fedora-jam-backgrounds/src/default/Makefile
+++ b/fedora-jam-backgrounds/src/default/Makefile
@@ -11,7 +11,6 @@ all:
install:
$(MKDIR) $(FEDORA_JAM_DIR)/default/wide
- $(MKDIR) $(FEDORA_JAM_DIR)/default/wider
$(MKDIR) $(FEDORA_JAM_DIR)/default/standard
$(MKDIR) $(FEDORA_JAM_DIR)/default/normalish
$(MKDIR) $(GNOME_BG_DIR)
@@ -34,15 +33,11 @@ install:
$(LN_S) ../../../../backgrounds/fedora-jam/default/normalish/fedora-jam.png \
$(KDE_BG_DIR)/Fedora_Jam/contents/images/$${res}.png ; \
done;
- for res in 800x480 1024x600 1152x720 1280x768 1280x800 1440x900 1680x1050 1920x1200 ; do \
+ for res in 800x480 1024x600 1152x720 1280x768 1280x800 1440x900 1680x1050 1920x1200 1280x720 1366x768 1920x1080 ; do \
$(LN_S) ../../../../backgrounds/fedora-jam/default/wide/fedora-jam.png \
$(KDE_BG_DIR)/Fedora_Jam/contents/images/$${res}.png ; \
done;
- for res in 1280x720 1366x768 1920x1080; do \
- $(LN_S) ../../../../backgrounds/fedora-jam/default/wider/fedora-jam.png \
- $(KDE_BG_DIR)/Fedora_Jam/contents/images/$${res}.png ; \
- done;
$(MKDIR) $(XFCE_BG_DIR)
$(LN_S) ../../backgrounds/fedora-jam/default/wide/fedora-jam.png \
$(XFCE_BG_DIR)/fedora-jam.png
diff --git a/fedora-jam-backgrounds/src/default/fedora-jam-metadata.desktop b/fedora-jam-backgrounds/src/default/fedora-jam-metadata.desktop
index e8f682c..bb0c0e2 100644
--- a/fedora-jam-backgrounds/src/default/fedora-jam-metadata.desktop
+++ b/fedora-jam-backgrounds/src/default/fedora-jam-metadata.desktop
@@ -2,6 +2,6 @@
Name=Fedora Jam
X-KDE-PluginInfo-Name=Fedora Jam
X-KDE-PluginInfo-Author=Fedora Project
-X-KDE-PluginInfo-Email=fedora-kde(a)lists.fedoraproject.org
+X-KDE-PluginInfo-Email=music(a)lists.fedoraproject.org
X-KDE-PluginInfo-License=CC-BY-SA
diff --git a/fedora-jam-backgrounds/src/default/fedora-jam.xml b/fedora-jam-backgrounds/src/default/fedora-jam.xml
index 8cb2aa4..06c26e6 100644
--- a/fedora-jam-backgrounds/src/default/fedora-jam.xml
+++ b/fedora-jam-backgrounds/src/default/fedora-jam.xml
@@ -13,8 +13,6 @@
<file>
<!-- Wide 16:10 -->
<size width="1920" height="1200">/usr/share/backgrounds/fedora-jam/default/wide/fedora-jam-wave.png</size>
- <!-- Wider 16:9 -->
- <size width="1920" height="1080">/usr/share/backgrounds/fedora-jam/default/wider/fedora-jam-wave.png</size>
<!-- Standard 4:3 -->
<size width="2048" height="1536">/usr/share/backgrounds/fedora-jam/default/standard/fedora-jam-wave.png</size>
<!-- Normalish 5:4 -->
diff --git a/fedora-jam-backgrounds/src/default/normalish/fedora-jam-wave.png b/fedora-jam-backgrounds/src/default/normalish/fedora-jam-wave.png
index 03c8da8..1af806b 100644
Binary files a/fedora-jam-backgrounds/src/default/normalish/fedora-jam-wave.png and b/fedora-jam-backgrounds/src/default/normalish/fedora-jam-wave.png differ
diff --git a/fedora-jam-backgrounds/src/default/standard/fedora-jam-wave.png b/fedora-jam-backgrounds/src/default/standard/fedora-jam-wave.png
index 707f3a0..acceafb 100644
Binary files a/fedora-jam-backgrounds/src/default/standard/fedora-jam-wave.png and b/fedora-jam-backgrounds/src/default/standard/fedora-jam-wave.png differ
diff --git a/fedora-jam-backgrounds/src/default/wide/fedora-jam-wave.png b/fedora-jam-backgrounds/src/default/wide/fedora-jam-wave.png
index d0e5f61..ca01afa 100644
Binary files a/fedora-jam-backgrounds/src/default/wide/fedora-jam-wave.png and b/fedora-jam-backgrounds/src/default/wide/fedora-jam-wave.png differ
10 years, 7 months
fedora-jam-backgrounds/gimp
by Brendan Jones
fedora-jam-backgrounds/gimp/fedora-jam-1280x1024.xcf |binary
fedora-jam-backgrounds/gimp/fedora-jam-1920x1200.xcf |binary
fedora-jam-backgrounds/gimp/fedora-jam-2048x1536.xcf |binary
3 files changed
New commits:
commit 8c1ae4365d496170f6ccfa82c98011b8e6123a30
Author: Brendan Jones <brendan.jones.it(a)gmail.com>
Date: Wed Oct 31 08:33:36 2012 +0100
Add new gimp XCF
diff --git a/fedora-jam-backgrounds/gimp/fedora-jam-1280x1024.xcf b/fedora-jam-backgrounds/gimp/fedora-jam-1280x1024.xcf
new file mode 100644
index 0000000..85118f1
Binary files /dev/null and b/fedora-jam-backgrounds/gimp/fedora-jam-1280x1024.xcf differ
diff --git a/fedora-jam-backgrounds/gimp/fedora-jam-1920x1200.xcf b/fedora-jam-backgrounds/gimp/fedora-jam-1920x1200.xcf
new file mode 100644
index 0000000..65034aa
Binary files /dev/null and b/fedora-jam-backgrounds/gimp/fedora-jam-1920x1200.xcf differ
diff --git a/fedora-jam-backgrounds/gimp/fedora-jam-2048x1536.xcf b/fedora-jam-backgrounds/gimp/fedora-jam-2048x1536.xcf
new file mode 100644
index 0000000..85118f1
Binary files /dev/null and b/fedora-jam-backgrounds/gimp/fedora-jam-2048x1536.xcf differ
10 years, 7 months