Re: PulseAudio - JACK connection in Oneiric

2011-09-28 Thread Filipe Lopes
ah, sorry, source is here:
http://repo.or.cz/w/cadence.git

I'm currently doing a complete code recheck, so things might be seriously
broken on some places.
I wish to release the alpha 1 next week, not sure if possible though...

2011/9/29 Ralf Mardorf ralf.mard...@alice-dsl.net

 On Wed, 2011-09-28 at 22:40 +0100, Filipe Lopes wrote:
  Cadence

 Hi Filipe :)

 the source code is available at? :D It's an unlucky name to find it
 using a search engine.

 Best,

 Ralf


-- 
Ubuntu-Studio-devel mailing list
Ubuntu-Studio-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-devel


Re: Last call for Oneiric seeds

2011-08-15 Thread Filipe Lopes
hey Scott, what audio editor is used in place of audacity?

afaik,  audacity is full featured and works nice (my favorite [linux] audio
editor).
I know some people that use it on Windows, so they already how it works.

I think the question should be - why isn't audacity included?


2011/8/15 Scott Lavender scottalaven...@gmail.com



 On Mon, Aug 15, 2011 at 1:50 AM, David Henningsson 
 david.hennings...@canonical.com wrote:


 Hmm, seeds and that is not my area of expertise, but I seem to be missing
 audacity?

 --
 David Henningsson, Canonical Ltd.
 http://launchpad.net/~diwic

 --
 Ubuntu-Studio-devel mailing list
 Ubuntu-Studio-devel@lists.**ubuntu.comUbuntu-Studio-devel@lists.ubuntu.com
 Modify settings or unsubscribe at: https://lists.ubuntu.com/**
 mailman/listinfo/ubuntu-**studio-develhttps://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-devel


 David,

 Audacity was consciously removed from the seeds.

 I would infer that you believe it should included.  May I ask why so?

 Cheers,
 ScottL

 --
 Ubuntu-Studio-devel mailing list
 Ubuntu-Studio-devel@lists.ubuntu.com
 Modify settings or unsubscribe at:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-devel


-- 
Ubuntu-Studio-devel mailing list
Ubuntu-Studio-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-devel


Re: Last call for Oneiric seeds

2011-08-14 Thread Filipe Lopes
well, on
but this should be at least a recommends

I was referring to pulseaudio-module-jack; ie, that it should at least be a
recommends

2011/8/14 Janne Jokitalo astralj...@kapsi.fi

 On Sun, Aug 14, 2011 at 12:05:29AM +0100, Filipe Lopes wrote:
  After a quick check I saw that 'pulseaudio-module-jack' is missing.

 Thanks, I'll add that soon.

  not sure about the lib32jack thing, but this should be at least a
 recommends
  (since we do have other pulseaudio stuff in there)

 I didn't see any direct references to this while searching for lib and jack
 in
 oneiric repos. Could you elaborate on that, please?


 Thanks for the suggestions!


 --
 Jaska


 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.10 (GNU/Linux)

 iEYEARECAAYFAk5ILTIACgkQxgcH0NnJT+B8rgCdFd+wZDnm0PfILxupC84bChQY
 MPkAn1M+cz1fA31v5dwR18/bydH53rnR
 =Amoh
 -END PGP SIGNATURE-

 --
 Ubuntu-Studio-devel mailing list
 Ubuntu-Studio-devel@lists.ubuntu.com
 Modify settings or unsubscribe at:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-devel


-- 
Ubuntu-Studio-devel mailing list
Ubuntu-Studio-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-devel


Re: PulseAudio and Ubuntu Studio 11.10

2011-05-22 Thread Filipe Lopes
well, my philosophy for KXStudio is to have JACK running all the time.

for web browsers, we can simply have a asoundrc file (and also
libflash-jacksupport).

I'm currently working on an application that manages all this (JACK
settings, ALSA audio, A2J and pulse-jack bridges, patchbay, etc, etc).
code is here - http://repo.or.cz/w/cadence.git

not very documented for now, nor officially released yet, but it's what I
use in KXStudio right now.


2011/5/21 Marc R.J. Brevoort m...@dnd.utwente.nl

 On Fri, 20 May 2011, Filipe Lopes wrote:

  There's only a catch - when a user stops jack, it has to manually restart
 pulseaudio to make it work again.


 If only there were only one catch. For one, this also happens when jack
 just crashes, which under too heavy loads it very well may. Second, whenever
 I'm running JACK, audio in some other applications
 will stop working (web browser for example). In all fairness, in most
 cases it's a workable solution- but not a pretty one.

 If we take a step back from the technical issues and get a bit more
 into the user experience, the ideal situation would be one where
 audio always works and which allows audio to be streamed *from* any
 application *to* any application.

 So far I haven't seen this ideal situation- then again, I may be running
 slightly behind the facts as my last upgrade is over a year ago now.

 Best,
 Marc


 --
 Ubuntu-Studio-devel mailing list
 Ubuntu-Studio-devel@lists.ubuntu.com
 Modify settings or unsubscribe at:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-devel

-- 
Ubuntu-Studio-devel mailing list
Ubuntu-Studio-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-devel


Re: PulseAudio and Ubuntu Studio 11.10

2011-05-20 Thread Filipe Lopes
Hey guys, allow me to say a few words about this.

I've created a simple script some time ago that allows to use pulseaudio
*within* jack (making pulseaudio a 'slave').
The script simply kills pulseaudio, then restarts it with jack-modules
enabled.

The PulseAudio devs don't like this, but I've been using this method in
KXStudio since it's early days, and it just works.

There's only a catch - when a user stops jack, it has to manually restart
pulseaudio to make it work again.
Also, as expected, the default gnome-mixer is useless in this mode, as
pulseaudio is being 'slaved'.
(This is no problem in KXStudio, as JACK is always running)

I reworked the KXStudio site, so I don't have a special page for this
anymore, but I have ready-to-install packages:
http://ppa.launchpad.net/kxstudio-team/ppa/ubuntu/pool/main/p/pulse-jack/

simply run 'pulse-jack' to activate it.
(there's a special switch, '-p', to activate playback ports only).

please try it and tell me what you guys think.

thanks
-- 
Ubuntu-Studio-devel mailing list
Ubuntu-Studio-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-devel


Re: New Ubuntu Studio Art Lead

2011-03-23 Thread Filipe Lopes
Scott, that is awesome!

I know Dick is a very talented guy, so this is very exciting news!

I hope UbuntuStudio the best

2011/3/23 Scott Lavender scottalaven...@gmail.com

 Embarrasingly I have misspelled his last name.  It should be MacInnis.

 On Wed, Mar 23, 2011 at 1:19 PM, Scott Lavender 
 scottalaven...@gmail.comwrote:

 Hello All,

 The Ubuntu Studio team is proud to announce Dick MicInnis as Ubuntu
 Studio's new Art Lead.  We are very excited to have him as part of the team.

 His previous experience maintaining Dream Studio [1], an
 audio/video/graphical distribution based on Ubuntu Studio, should prove
 beneficial to his new role.  Specifically this includes such things as
 modifying menus and customizing themes.

 Furthermore, the fact that he is a pretty creative individual shouldn't
 hurt either.  You can witness his creativity as evidenced by his music and
 videos at his website [2).

 Please help me extend a warm welcome to him in his new position.

 Scott Lavender
 Ubuntu Studio Project Lead


 [1] http://dream.dickmacinnis.com/forum/
 [2] http://dickmacinnis.com/



 --
 Ubuntu-Studio-devel mailing list
 Ubuntu-Studio-devel@lists.ubuntu.com
 Modify settings or unsubscribe at:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-devel


-- 
Ubuntu-Studio-devel mailing list
Ubuntu-Studio-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-devel


Lucid Testing PPA

2009-12-15 Thread Filipe Lopes
I've been working on packaging music stuff (lv2/vst)
https://launchpad.net/~falk-t-j/+archive/lucid/

I'll be happy if they get used for something.
There's also festige, a little software I started developing. (it's a GUI
for fst, VST Loader for Linux). I'll maybe release it to public (qt-apps.org,
sourceforge, etc), not just PPA, if there's enough request.

I'm looking forward for rocking Lucid release!
-- 
Ubuntu-Studio-devel mailing list
Ubuntu-Studio-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-devel


ubuntustudio-menu update

2009-12-15 Thread Filipe Lopes
I've doing some changes to the ubuntustudio-menu code (sorting the list of
apps  adding new ones and translating to pt-pt).

New files are attached


applications.menu
Description: Binary data


AudioProduction.directory
Description: Binary data


VideoProduction.directory
Description: Binary data
-- 
Ubuntu-Studio-devel mailing list
Ubuntu-Studio-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-devel


Re: ubuntustudio-menu update

2009-12-15 Thread Filipe Lopes
Ok, I'll do that

2009/12/15 Eric Hedekar aftertheb...@gmail.com

 On Tue, Dec 15, 2009 at 8:25 AM, Filipe Lopes fal...@gmail.com wrote:

 I've doing some changes to the ubuntustudio-menu code (sorting the list of
 apps  adding new ones and translating to pt-pt).

 New files are attached


 The best way to submit a change like this is to create a new bzr branch in
 launchpad and propose it to be merged into the trunk.  This way bzr can be
 used to compare changes.  Furthermore, that way each change can be committed
 separately.  As it is, it's very hard to read which applications you've
 added vs. which changes are part of the sorting.

 -Eric Hedekar


 --
 Ubuntu-Studio-devel mailing list
 Ubuntu-Studio-devel@lists.ubuntu.com
 Modify settings or unsubscribe at:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-devel


-- 
Ubuntu-Studio-devel mailing list
Ubuntu-Studio-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-devel