Become a Site Supporter and Never see Ads again!

Author Topic: Any one use Ubuntu, are there any good programs for it to edit with?  (Read 4846 times)

0 Members and 1 Guest are viewing this topic.

Offline vegeta_ban

  • Trade Count: (3)
  • Taperssection Member
  • ***
  • Posts: 580
  • Gender: Male
I recently made did a dual boot, with xp and ubuntu and was wondering if there were any good programs for the linux os. I use audacity, cd wav, gold wav , and nero on Xp.
Thanks
Mics: Telefunken ELA M 260 Field Kit; Nakamichi cm 100/CP4 shotgun (CP 1&2); Nakamichi Cm 300 (CP 1, 2, & 3) x3  JB phantom power mod; Nakamichi Cm 1000s; Superlux CMH8K
Recorders: Sound Devices 722; Zoom F8; Edirol R44 Oade Concert Mod; Digimod UA5>Nomad Jukebox 3 (or Archos 605 wifi); Zoom H2; Zoom H6
Camcorder: Panasonic PV-GS300
Camera: Fujifilm X-E1 & various lenses; Fujifilm s100fs; Fujifilm S7000
Misc: Beachtek SVU-2

Offline H₂O

  • Trade Count: (28)
  • Needs to get out more...
  • *****
  • Posts: 5745
  • Gender: Male
Re: Any one use Ubuntu, are there any good programs for it to edit with?
« Reply #1 on: November 26, 2008, 09:44:23 PM »
Audacity is avail for Ubuntu:

http://ubuntuforums.org/showthread.php?t=136615

Great program for playback is flac VLC

Music can at the least least explain you and at the most expand you
LMA Recordings

List

Offline live2496

  • Trade Count: (6)
  • Taperssection Member
  • ***
  • Posts: 700
  • Gender: Male
    • Gidluck Mastering
Re: Any one use Ubuntu, are there any good programs for it to edit with?
« Reply #2 on: November 26, 2008, 10:15:15 PM »
I recently made did a dual boot, with xp and ubuntu and was wondering if there were any good programs for the linux os. I use audacity, cd wav, gold wav , and nero on Xp.
Thanks

A friend uses an application called Traktor on Kubuntu. He says it is like an older version of Samplitude.

You might find this interesting (about running Reaper on Ubuntu using Wine).
http://www.davehayes.org/2007/04/27/howto-reaper-on-ubuntu-linux-with-wineasio

You might get some ideas from the comments there. I run windows mostly, so I'm no expert on linux gui apps.





AEA R88MKII > SPL Crimson 3 > Tascam DA-3000

Offline pigiron

  • Trade Count: (0)
  • Taperssection Member
  • ***
  • Posts: 250
  • Gender: Male
  • I just did what I did
Re: Any one use Ubuntu, are there any good programs for it to edit with?
« Reply #3 on: December 05, 2008, 02:26:15 AM »
wavbreaker - for creating track splits... they included my 24 bit patch in version 0.10
http://wavbreaker.sourceforge.net/

shntool - to check for those SBE's (use the command line Luke :)
http://www.etree.org/shnutils/shntool/

ssrc - is a high quality dither/resample program
http://shibatch.sourceforge.net/

baudline - is a good FFT spectrum analysis program
http://www.baudline.com/

I *really* like moc as a player for our kind of stuff (but I'm ol' skool)... works great for concert playback, just use the arrow keys to get to the directory of interest and simply mash Enter... seamless playback ta boot :)
http://moc.daper.net/

and here's a script I made to convert a whole directory of wav files to flac

Code: [Select]
#!/bin/sh
#
# Convert WAV audio files to "flac" compression


# workify - performs the work
# Does *very* rudimentary error checking.
workify()
{
   local dofile=$1
   printf "\nConverting:  `basename \"$dofile\"`\n"
   flac --best --verify "`basename "$dofile"`"
   return ;
}

# Work on the current directory if no arguments were passed
if [ $# -lt 1 ]; then
   set .
fi

for file
do
   if [ -f "$file" ]; then
      workify "$file"
   elif [ -d "$file" ]; then
       find $dir -type f -iname "*.wav" -print | \
       while read x
       do
         workify "$x"
       done
   fi
done

There's more, depending on what you wanna do... have fun!
skm184, lsd2
v2, sd722, mini-me, jb3

Offline SmokinJoe

  • Trade Count: (63)
  • Needs to get out more...
  • *****
  • Posts: 4210
  • Gender: Male
  • "75 and sunny"... life is so much simpler.
    • uploads to archive.org
Re: Any one use Ubuntu, are there any good programs for it to edit with?
« Reply #4 on: December 05, 2008, 02:50:37 PM »
Seconded on Audacity, shntool, ssrc... this are my mainstays... and a lot of my own scripts.

Mics: Schoeps MK4 & CMC5's / Gefell M200's & M210's / ADK-TL / DPA4061's
Pres: V3 / ST9100
Decks: Oade Concert Mod R4Pro / R09 / R05
Photo: Nikon D700's, 2.8 Zooms, and Zeiss primes
Playback: Raspberry Pi > Modi2 Uber > Magni2 > HD650

Roving Sign

  • Guest
  • Trade Count: (0)
Re: Any one use Ubuntu, are there any good programs for it to edit with?
« Reply #5 on: December 10, 2008, 07:47:19 PM »
Posting from my first Ubuntu box - very impressed...

A friend pointed me this way...

http://ubuntustudio.org/

Anyone using this variant?

Offline SmokinJoe

  • Trade Count: (63)
  • Needs to get out more...
  • *****
  • Posts: 4210
  • Gender: Male
  • "75 and sunny"... life is so much simpler.
    • uploads to archive.org
Re: Any one use Ubuntu, are there any good programs for it to edit with?
« Reply #6 on: December 11, 2008, 07:52:34 AM »
Sox and ecasound are incredibly useful too if you are into scripting.

I have made scripts to do things like "take this whole directory full of files and invert the right channel", or take this sample.wav and make me a bunch of different mid/side mixes at 30/70, 40/60, 50/50, 60/40, 70/30.  Go get a cup off coffee, and when you come back it's done. If you were doing that in a GUI it would take you a half hour of tedious clicking.

By the way, I use Debian, which is the basis for Ubuntu.  I should try Ubuntu, but I've been running Debian for years, and haven't had to build a new box from scratch in a while.
Mics: Schoeps MK4 & CMC5's / Gefell M200's & M210's / ADK-TL / DPA4061's
Pres: V3 / ST9100
Decks: Oade Concert Mod R4Pro / R09 / R05
Photo: Nikon D700's, 2.8 Zooms, and Zeiss primes
Playback: Raspberry Pi > Modi2 Uber > Magni2 > HD650

Offline flipp

  • resident curmudgeon
  • Trade Count: (17)
  • Needs to get out more...
  • *****
  • Posts: 4285
Re: Any one use Ubuntu, are there any good programs for it to edit with?
« Reply #7 on: December 11, 2008, 09:47:34 AM »
<snip>

By the way, I use Debian, which is the basis for Ubuntu.  I should try Ubuntu, but I've been running Debian for years, and haven't had to build a new box from scratch in a while.

No need to build a new box to try it. Download a .iso live image file, burn it and boot from it. Try out Ubuntu without making any changes to your box. Or you can order a disc from Ubuntu/Launchpad and they will ship one free, but it will take a month to six weeks for you to receive it.

Offline vegeta_ban

  • Trade Count: (3)
  • Taperssection Member
  • ***
  • Posts: 580
  • Gender: Male
Posting from my first Ubuntu box - very impressed...

A friend pointed me this way...

http://ubuntustudio.org/

Anyone using this variant?

using this now version 9.04, like it and the ardour program
Mics: Telefunken ELA M 260 Field Kit; Nakamichi cm 100/CP4 shotgun (CP 1&2); Nakamichi Cm 300 (CP 1, 2, & 3) x3  JB phantom power mod; Nakamichi Cm 1000s; Superlux CMH8K
Recorders: Sound Devices 722; Zoom F8; Edirol R44 Oade Concert Mod; Digimod UA5>Nomad Jukebox 3 (or Archos 605 wifi); Zoom H2; Zoom H6
Camcorder: Panasonic PV-GS300
Camera: Fujifilm X-E1 & various lenses; Fujifilm s100fs; Fujifilm S7000
Misc: Beachtek SVU-2

Offline nickee

  • Trade Count: (1)
  • Taperssection Regular
  • **
  • Posts: 66
  • Gender: Male
Dont forget that a lot of windows software runs perfectly in Linux using wine. I use Wavelab 5 in Linux (the waves vst plug ins works as well).

Offline if_then_else

  • Trade Count: (0)
  • Taperssection Member
  • ***
  • Posts: 429
Re: Any one use Ubuntu, are there any good programs for it to edit with?
« Reply #10 on: May 10, 2009, 10:57:02 AM »
Posting from my first Ubuntu box - very impressed...

A friend pointed me this way...

http://ubuntustudio.org/

Anyone using this variant?

using this now version 9.04, like it and the ardour program

Are there still issues (e.g. importing wav files) with Ardour in Jaunty (Ubuntu 9.04)? In previous versions of Ubuntu you had to download Ardour from the project website as the official deb packages for Ubuntu were broken.

Also you might want to try out the following applications
  • mp3splt-gtk (+ snackAmp) - for editing ogg/mp3 files losslessly
  • ProjectX - fow demuxing sat broadcasts / mpeg files
  • mplayer (CLI version) - for streaming / downloading webcasts

Morover, there are some more alternatives to Ardour and Audacity, e.g. Rezound (similar to early versions of Cooledit), Sweep and ProTux. Also you might be interested in Rosegarden - a great audio and MIDI sequencer.

Offline vegeta_ban

  • Trade Count: (3)
  • Taperssection Member
  • ***
  • Posts: 580
  • Gender: Male
Re: Any one use Ubuntu, are there any good programs for it to edit with?
« Reply #11 on: May 11, 2009, 03:04:01 AM »
thx i'll give anything a try
Mics: Telefunken ELA M 260 Field Kit; Nakamichi cm 100/CP4 shotgun (CP 1&2); Nakamichi Cm 300 (CP 1, 2, & 3) x3  JB phantom power mod; Nakamichi Cm 1000s; Superlux CMH8K
Recorders: Sound Devices 722; Zoom F8; Edirol R44 Oade Concert Mod; Digimod UA5>Nomad Jukebox 3 (or Archos 605 wifi); Zoom H2; Zoom H6
Camcorder: Panasonic PV-GS300
Camera: Fujifilm X-E1 & various lenses; Fujifilm s100fs; Fujifilm S7000
Misc: Beachtek SVU-2

Offline db

  • Trade Count: (1)
  • Taperssection All-Star
  • ****
  • Posts: 1446
  • Gender: Male
  • i do not have a personal statement
Re: Any one use Ubuntu, are there any good programs for it to edit with?
« Reply #12 on: May 13, 2009, 12:44:25 PM »
on the topic of ubuntu: has anyone been successful getting a m-audio audiophile/usb to be recognized by it?  i've been banging my head against the wall for a while regarding this issue....
db

Offline Simp-Dawg

  • Bad Little Dawggie
  • Trade Count: (2)
  • Needs to get out more...
  • *****
  • Posts: 15077
  • Gender: Male
  • Daddy needs a drink!
    • Colorado Tapers
Re: Any one use Ubuntu, are there any good programs for it to edit with?
« Reply #13 on: May 13, 2009, 11:57:18 PM »
on the topic of ubuntu: has anyone been successful getting a m-audio audiophile/usb to be recognized by it?  i've been banging my head against the wall for a while regarding this issue....
similarly - an ESI U24 usb soundcard...i blew linux away after i realized i had no clue what i needed to do with some scripts or whatever i found for gettng this device to work.  but have reverted to the standard xp home (blech!) install for this laptop and hate it, it's buggy as hell.  i'm gonna go back to win2k and ubuntu i think.

anyone got some good resource to point a total n00b to?
CO Crüe Benchwarmer

Playback: Denon DVD-2910 > Denon AVR-3806 > Segue Doghouse Speaker Cable > B&W DM-610i / Klipsch RW-10 Subwoofer

Offline if_then_else

  • Trade Count: (0)
  • Taperssection Member
  • ***
  • Posts: 429
Re: Any one use Ubuntu, are there any good programs for it to edit with?
« Reply #14 on: May 14, 2009, 04:20:45 AM »
on the topic of ubuntu: has anyone been successful getting a m-audio audiophile/usb to be recognized by it?  i've been banging my head against the wall for a while regarding this issue....

http://www.mjmwired.net/kernel/Documentation/sound/alsa/Audiophile-Usb.txt

Offline db

  • Trade Count: (1)
  • Taperssection All-Star
  • ****
  • Posts: 1446
  • Gender: Male
  • i do not have a personal statement
Re: Any one use Ubuntu, are there any good programs for it to edit with?
« Reply #15 on: May 14, 2009, 12:01:38 PM »
on the topic of ubuntu: has anyone been successful getting a m-audio audiophile/usb to be recognized by it?  i've been banging my head against the wall for a while regarding this issue....

http://www.mjmwired.net/kernel/Documentation/sound/alsa/Audiophile-Usb.txt

thanks, i saw this and was scared off by the last line: "441   I had no success in testing this for now, if you have any success with this kind of setup, please drop me an email."
db

 

RSS | Mobile
Page created in 0.087 seconds with 41 queries.
© 2002-2024 Taperssection.com
Powered by SMF