[request] Eureka Doom editor

Eureka Doom editor:
A port of the Yadex source code to improve on the work done with the Yadex DEU styled editor and make it more relevant for the modern Doomer. - An improved LINUX-NATIVE Doom editor - without some annoying limitations of Yadex.
Official Doomworld Eureka Topic:
http://www.doomworld.com/vb/doom-editin … r-testing/
Current release (0.74) direct download:
http://awwports.sourceforge.net/files/e … .74.tar.gz
Requesting a PKGBUILD, as I have absolutely no clue how to do this.
I've tried quite a few times, but always failed. Would be happy if someone were at leat willing to give some advice on what to read beside the ArchWiki info on PKGBUILD making.

Here's the PKGBUILD. Eureka'd  be installed in your home/eureka. There're some problems associated with making a linux style installation for it.
See man eureka.
Unfortunately, AUR thinks its the same pkg as the eureka browser and doesn't let me upload.
pkgname=eureka
pkgver=0.72
pkgrel=1
pkgdesc="Eureka is a DOOM map editor for Linux"
url='http://www.doomworld.com/vb/doom-editing/58750-eureka-doom-editor-version-0-72-available-for-testing/'
license=("GPLv2")
arch=('i686' 'x86_64')
depends=('fltk')
makedepends=('txt2man')
source=("http://awwports.sourceforge.net/files/${pkgname}-${pkgver}.tar.gz")
md5sums=('dc3d4f4a62d54e15fa16592333c45af1')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
sed -i 's~FLTK_DIR=$(LIB_DIR)/fltk-1.3.0~FLTK_DIR=/usr~' Makefile
sed -i 's_LDFLAGS=-L/usr/X11R6/lib_LDFLAGS=-L/usr/share/X11R6/lib -ldl_' Makefile
make
package() {
#install -D -m644 ${startdir}/eureka.desktop ${pkgdir}/usr/share/applications/eureka.desktop
data=(
"mods"
"ports"
"games"
"lib_linux"
"obj_linux"
cd ${srcdir}/${pkgname}-${pkgver}
msg "This software can't installed in a linux-like dir convension. \
\n This is to be installed in \"/opt/eureka\""
mkdir -p ${pkgdir}/opt/eureka/
for ((i=0; i< ${#data[@]}; i++)); do
cp -R ${data[i]} ${pkgdir}/opt/eureka/
done
install -m755 eureka ${pkgdir}/opt/eureka/
install -m644 eureka.cfg ${pkgdir}/opt/eureka/
txt2man README.txt > eureka.1.gz
install -Dm644 eureka.1.gz ${pkgdir}/usr/share/man/man1/eureka.1.gz
msg "\n Run eureka from /opt/eureka. \nPlease see \"man eureka\" for usage information.\n"
EDIT: changed $HOME to /opt
Last edited by debdj (2012-06-05 08:50:02)

Similar Messages

  • Todd Kopriva - Request from FCP editor ready to switch

    Hi Todd:
    As an editor for 30  years (CMX, Avid, Avid DS, FCP) I am always  looking for the best apps  to use in my work. After Effects and Photoshop  have always been at the  top of the list. After seeing the great work  done on PP ( and getting a  sense of where FCP is going), more than ever I  am considering   switching.
    If you search the web, you will see I have been  unsatisfied with the  third party support for PP, especially when it  comes to transitions.  They have a definite place with certain kinds of  projects I work on.
    I have tried to act as a catalyst in  encouraging developers currently  supporting FCP to support PP. This  includes Noise Industries (FX  Factory) and  Klaus Eiperle (a German  developer who make CGM plugins)
    http://www.cgm-online.com/eiperle/cgm_screenshots_v4_e.html).
    Both vendors products would fill a void in PP capabilities. Klaus   expressed interest but said he had no contacts with Adobe. Please help   me strengthen PP's position in the market by enhancing this lacking  area.
        I have done extensive research and testing of the  current plugins that  involve transitions (i.e.Sapphire, SpiceMaster,New  Blue) and found them  to be severely lacking in several areas. These  include shortcomings like  pedestrian effects, bad coding causing slow  rendering (to accomadate multiplatform use), limited options  for  control and variation of the transition or exorbitant pricing for a   very few effects.
       Anything you could do will be appreciated.

    Hi lasvideo,
    It's great to have you working to attract new third-party developers to the Creative Suite platform.  As Colin mentioned, the SDK forums are a fine place for developers to ask general questions on using the SDKs.  If needed, my email is also in the PPro SDK PDF documentation right at the end of the first chapter.
    For developing effects plug-ins, the After Effects SDK is the recommended route.  For video transitions that can be applied between two clips, the Premiere Pro SDK has a transition API.
    Regarding Noise Industries, we do have one specific feature request from them to support multiple PiPLs (and therefore multiple plug-ins) in a single binary.  This is not a dealbreaker for most developers, but perhaps this is more important for their needs, or perhaps their product roadmap is different than other developers.  As Todd mentioned, _many_ other effects, both internal and third-party, are developed using the After Effects API.  And version over version, we continue to improve upon the AE API support in Premiere Pro.
    Has CGM worked with proDAD (another German company that developers Premiere Pro plug-ins) in the past?  Because some of the CGM effects look similar to proDAD Adorage.  One of their plug-in sets is even called "CGM Power".
    Cheers,
    Zac

  • AAC/MPEG-4 support patch for abcde

    I got bored to day and made up this patch for abcde that adds support for AAC using the M4A extension.
    It uses FAAC as the encoder and also patches abcde to version 2.2.3
    I have not tested it yet so bear with me...i'll post my test results later.
    You'll have to manually add the "M4AENCOPTS=" variable to the config
    usage is: abcde -o m4a
    UPDATED: fixed a plethora of typos
    another side note is the fact FAAC must be compiled with mpeg-4 support, the Archlinux package for FAAC isn't, so therefore this could be a problem unless you compile FAAC yourself. I submitted a feature request to get mp4 support added.
    the following is the 2.2.0 to 2.2.3 update+AAC patch. I will submit a AAC patch for the newest release to the developers of abcde later on.
    --- abcde-old-2.2.0 2005-03-08 12:42:14.000000000 -0500
    +++ abcde2 2005-03-08 12:11:07.000000000 -0500
    @@ -11,7 +11,7 @@
    # Copyright for this work is to expire January 1, 2010, after which it
    # shall be public domain.
    -VERSION="2.2.0"
    +VERSION="2.2.3"
    usage ()
    @@ -21,7 +21,7 @@
    echo "-1 Encode the whole CD in a single file"
    echo "-a <action1[,action2]...>"
    echo " Actions to perform (cddb,read,normalize,encode,tag,move,playlist,clean)"
    -echo "-A Experimental actions (retag, transcode)"
    +#echo "-A Experimental actions (retag, transcode)"
    echo "-b Batch mode: enable album normalization and nogap encoding"
    echo "-c <file>"
    echo " Specify a configuration file (overrides system and user config files)"
    @@ -366,6 +366,9 @@
    mpc)
    run_command tagtrack-$1 true
    + m4a)
    + run_command tagtrack-$1 true
    + ;;
    esac
    done
    @@ -489,6 +492,10 @@
    ## FIXME ## to the encoder ends up empty.
    run_command encodetrack-$OUTPUT-$1 nice $ENCNICE $MPPENCODER $MPPENCODEROPTS --artist "$TRACKARTIST" --album "$DALBUM" --title "$TRACKNAME" --track "$1" --genre "$CDGENRE" --year "$CDYEAR" --comment "$COMMENT" "$IN" "$OUT"
    + m4a)
    + # AAC/MPEG-4 format (.m4a) is done locally, with inline tagging.
    + run_command encodetrack-$OUTPUT-$1 nice $ENCNICE $M4AENCODER $M4AENCODEROPTS --artist "$TRACKARTIST" --album "$DALBUM" --title "$TRACKNAME" --track "$1" --genre "$CDGENRE" --year "$CDYEAR" --comment "$COMMENT" -w "$IN" -o "$OUT"
    + ;;
    esac
    done
    # Only remove .wav if the encoding succeeded
    @@ -737,6 +744,9 @@
    if [ "$INTERACTIVE" = "y" ]; then
    while [ "$DONE" != "y" ]; do
    read ERASEPLAYLIST
    + if [ "$ERASEPLAYLIST" = "" ]; then
    + ERASEPLAYLIST=e
    + fi
    case $ERASEPLAYLIST in
    e|E|a|A|k|K) DONE=y ;;
    @@ -764,7 +774,7 @@
    ARTISTFILE=$(mungefilename "$TRACKARTIST")
    # If we want to start the tracks with a given number, we need to modify the
    # TRACKNUM value before evaluation
    - if [ -n $STARTTRACKNUMBER ] ; then
    + if [ -n "$STARTTRACKNUMBER" ] ; then
    # Get the trackpadding from the current track
    CURRENTTRACKPADDING=$(echo -n $UTRACKNUM | wc -c)
    TRACKNUM=$( printf %0.${CURRENTTRACKPADDING}d $(expr ${UTRACKNUM} + ${STARTTRACKNUMBER} - 1 ))
    @@ -843,7 +853,7 @@
    cdparanoia|debug)
    if [ "$WEHAVEACD" = "y" ]; then
    vecho "Querying the CD for audio tracks..."
    - TRACKS=$( $CDROMREADER -Q 2>&1 | egrep '^[[:space:]]+[[:digit:]]' | tail -n 1 | awk '{print $1}' | tr -d "." | tr 'n' ' ' )
    + TRACKS=$( $CDROMREADER -d $CDROM -Q --verbose 2>&1 | egrep '^[[:space:]]+[[:digit:]]' | tail -n 1 | awk '{print $1}' | tr -d "." | tr 'n' ' ' )
    CDPARANOIAAUDIOTRACKS="$TRACKS"
    else
    if [ -f "$ABCDETEMPDIR/status" ] && checkstatus cdparanoia-audio-tracks ; then
    @@ -1354,7 +1364,7 @@
    EDITCDDB=n
    fi
    if [ "$EDITCDDB" = "y" ]; then
    - CDDBDATAMD5SUM=$($MD5SUM "$CDDBDATA" | cut -d " " -f 1);
    + CDDBDATAMD5SUM=$($MD5SUM "$CDDBDATA" | cut -d" " -f1);
    # Use the debian sensible-editor wrapper to pick the editor that the
    # user has requested via their $EDITOR environment variable
    @@ -1387,7 +1397,7 @@
    # Some heuristics first. Look at Disc Title, and if it starts with
    # "Various", then we'll assume Various Artists
    - if [ "$(grep ^DTITLE= "$CDDBDATA" | cut -f2 -d= | egrep -ci '^(various|soundtrack|varios|sonora|ost)')" != "0" ]; then
    + if [ "$(grep ^DTITLE= "$CDDBDATA" | cut -f2- -d= | egrep -ci '^(various|soundtrack|varios|sonora|ost)')" != "0" ]; then
    echo "Looks like a Multi-Artist CD" >&2
    VARIOUSARTISTS=y
    else
    @@ -1470,7 +1480,7 @@
    echo "variousartiststyle=$VARIOUSARTISTSTYLE" >> "$ABCDETEMPDIR/status"
    if [ "$EDITCDDB" = "y" ] && [ "$UNINTENTIONALLY_ANGER_THE_FREEDB_PEOPLE" = "y" ]; then
    - if [ $CDDBDATAMD5SUM != "" ] && [ $CDDBDATAMD5SUM != $($MD5SUM "$CDDBDATA" | cut -d " " -f 1) ]; then
    + if [ $CDDBDATAMD5SUM != "" ] && [ $CDDBDATAMD5SUM != $($MD5SUM "$CDDBDATA" | cut -d" " -f1) ]; then
    # This works but does not have the necessary error checking
    # yet. If you are familiar with the CDDB spec
    # (see http://www.freedb.org/src/latest/DBFORMAT)
    @@ -1577,7 +1587,7 @@
    WAVDATA="$ABCDETEMPDIR/track$UTRACKNUM.wav"
    OUTDATA="$ABCDETEMPDIR/track$UTRACKNUM.$OUTPUTTYPE"
    if [ -r "$CDDBDATA" ]; then
    - TRACKNAME=$(grep ^TTITLE$CDDBTRACKNUM= "$CDDBDATA" | head -n 1 | cut -f2 -d= | tr -d [:cntrl:])
    + TRACKNAME=$(grep ^TTITLE$CDDBTRACKNUM= "$CDDBDATA" | head -n 1 | cut -f2- -d= | tr -d [:cntrl:])
    echo "Grabbing track $UTRACKNUM: $TRACKNAME..." >&2
    else
    echo "Grabbing track $UTRACKNUM..." >&2
    @@ -1692,6 +1702,7 @@
    SPEEXENCODERSYNTAX=default
    MPPENCODERSYNTAX=default
    NORMALIZERSYNTAX=default
    +M4AENCODERSYNTAX=default
    OUTPUTFORMAT='${ARTISTFILE}-${ALBUMFILE}/${TRACKNUM}.${TRACKFILE}'
    # Use the following VAOUTPUTFORMAT to revert to 2.0.x VA format:
    @@ -1738,6 +1749,7 @@
    SPEEXENC=speexenc
    # mpp (Musepack)
    MPPENC=mppenc
    +M4AENC=faac
    ID3=id3
    ID3V2=id3v2
    @@ -1773,6 +1785,7 @@
    SPEEXENCOPTS=
    # mpc
    MPPENCOPTS=
    +M4AENCOPTS=
    ID3OPTS=
    ID3V2OPTS=
    @@ -2039,6 +2052,7 @@
    spx) [ "$SPEEXENCODERSYNTAX" = "default" ] && SPEEXENCODERSYNTAX=speexenc ;;
    mpc) [ "$MPPENCODERSYNTAX" = "default" ] && MPPENCODERSYNTAX=mppenc ;;
    + m4a) [ "$M4AENCODERSYNTAX" = "default" ] && M4AENCODERSYNTAX=faac ;;
    *) echo "abcde error: Invalid OUTPUTTYPE defined" >&2
    exit 1
    @@ -2100,6 +2114,12 @@
    MPPENCODER="$MPPENC"
    esac
    +case "$M4AENCODERSYNTAX" in
    + faac)
    + M4AENCODEROPTS="$M4AENCOPTS"
    + M4AENCODER="$M4AENC"
    + ;;
    +esac
    # and which tagger
    @@ -2144,7 +2164,7 @@
    ${NEEDCOMMENTER+$VORBISCOMMENT} ${NEEDMETAFLAC+$METAFLAC}
    ${NEEDNORMALIZER+$NORMALIZER} ${NEEDEJECT+$EJECT}
    ${NEEDDISKTOOL+disktool} ${NEEDCDSPEED+$CDSPEED}
    - ${NEEDVORBISGAIN+$VORBISGAIN}
    + ${NEEDVORBISGAIN+$VORBISGAIN} $M4AENCODER
    do
    # Cut off the command-line options we just added in
    X=$(echo $X | cut -d' ' -f2)
    @@ -2207,37 +2227,6 @@
    esac
    fi
    -if [ "$STRIPDATATRACKS" = "y" ] && [ ! "$ONETRACK" = "y" ]; then
    - case "$CDROMREADERSYNTAX" in
    - cdparanoia|debug)
    - # cdparanoia can query the CD, so let's process the TRACKQUEUE list with the results.
    - if checkstatus cdparanoia-audio-tracks; then
    - CDTRACKQUEUE=$( cat $ABCDETEMPDIR/cdparanoia-audio-tracks )
    - else
    - ## FIXME ##
    - vecho "Querying the CD to obtain a list of valid audio tracks..."
    - $CDROMREADER -Q > $ABCDETEMPDIR/cdparanoia-query 2>&1
    - # Obtain a list of valid audio tracks from the results of the query
    - CDTRACKQUEUE=$( cat $ABCDETEMPDIR/cdparanoia-query | egrep '^[[:space:]]+[[:digit:]]' | awk '{print $1}' | tr -d "." | tr 'n' ' ' )
    - fi
    - # Obtain the track padding value from the before-processing list and pad the CD list
    - TRACKNUMPADDING=$( echo $TRACKQUEUE | awk '{print $1}' | tr -d " n" | wc -c )
    - for TRACK in $CDTRACKQUEUE ; do
    - TRACKNUM=$(printf %0.${TRACKNUMPADDING}d $(expr ${TRACK} + 0 ))
    - PADNEWTRACKQUEUE=$(echo $PADNEWTRACKQUEUE $TRACKNUM)
    - done
    - CDTRACKQUEUE=$PADNEWTRACKQUEUE
    - # Now, compare if the values in the list are valid tracks in the CD
    - for TRACK in $TRACKQUEUE; do
    - if echo $CDTRACKQUEUE | grep $TRACK >/dev/null ; then
    - NEWTRACKQUEUE="$NEWTRACKQUEUE $TRACK"
    - fi
    - done
    - TRACKQUEUE="$NEWTRACKQUEUE"
    - esac
    -fi
    # Create playlist if needed (backgroundable) and start reading in tracks
    @@ -2446,7 +2435,7 @@
    # TRACKNUM=$(printf %0.${TRACKNUMPADDING}d $(expr ${UTRACKNUM} + 0))
    TRACKNUM=$UTRACKNUM
    CDDBTRACKNUM=$(expr $UTRACKNUM - 1)
    - TRACKNAME=$(grep ^TTITLE$CDDBTRACKNUM= "$CDDBDATA" | cut -f2 -d= | tr -d [:cntrl:] | sed 's/ +$//')
    + TRACKNAME=$(grep ^TTITLE$CDDBTRACKNUM= "$CDDBDATA" | cut -f2- -d= | tr -d [:cntrl:] | sed 's/ +$//')
    splitvarious
    fi
    fi
    the patches can also be found here http://www2.rudefyet.com:8080/patch
    please post any other issues you have

    not yet, i'm going to work all the kinks out before i submit it
    as of right now I noticed some major typos, on my part, that cause it to fail...i'm working on that right now

  • Error in Database Options Configuration

    My Teststan installation includes TS4.1 and TS3.5.  Under c:\ProgramFieles\NationalInstruments I have dir 'TestStand' and also 'TestStand35'.
    I'm running an application written in TS3.5 and it run fine.  However, when I select the 'Database Options' I get the following run-time error:
    An error occurred calling 'DisplayDatabaseOptionsDialog' in '_CTsDBOptions' of 'TestStand Database Options'
    -2147417851; User-defined error code.
    Possible System Error: The server threw an exception.
    Step 'Database Option - Display Dialog' of sequence 'Edit Database Options' in 'Database.seq'
    The file 'Database.seq'  is included in the 2 TestStand directories.  How do I know which file TS is trying to access?
    Thanks
    Rafi

    Rafi -
    Before you do a repair, have you run the TestStand Version Selector again to ensure that the correct TestStand engine and the correct Database Options server is registered? Then see if the problem still occurs.
    When you get the error, you should be able to break on the error, right click on the step select a command in the context menu to request the sequence editor to open the sequence file for the step, then look at the path of the file to determine which file is being run.
    Scott Richardson
    National Instruments

  • Problems w/ Outlook Calendar

    Hey all,
    Still learning the quirks of my Blackberry and was looking for some help.  I have 2 mailboxes setup on the BB.  I was able to synch my Outlook calendar to my BB no problem.  Unfortunately at that time the default calendar and mailbox was my BB email address.
    Since then I've changed my default calendar and mailbox to my own domain email address.  So on the BB, especially in the calendar I have events for 2 different mailboxes.  The problem I'm having is: 
    After synchronizing w/ the Desktop Manager, not all appointments on my BB appear in Outlook.  In the Outlook calendar, in the monthly view, some of the dates are in bold, but when you click on that date, there is no sign of an appointment.  On the BB for the same date there IS an appointment.
    Appointments that I've created under the personal domain are NOT bolded in Outlook but when you click on the day, it displays appointment details ok.
    Any ideas on how I can fix this? Should I convert all appointments to one mailbox? If so, any idea how I can do a mass mail merge/conversion like that?
    Thanks so much in advance!
    shaun

    Hi Cindy,
    Do you mean the meeting organizer is changed to UserB? Please check whether the meeting information is shown correctly in all attendees(B,C,D) and organizer A’s calendars.
    If all users’ calendars show that UserB is the organizer, please check the meeting request in the “Editor” Sent Items folder to confirm the sender and organizer is shown correctly or not.
    Please also check whether the “Editor” has any permission to UserB, such as Send as permission, Full access permission, delegate etc. Additionally, if there is any third-party devices used for synchronizing calendar and mail, please also disable it. Some
    iOS or Android device by using Exchange ActiveSync would cause an meeting attendee becomes the meeting organizer:
    http://support.microsoft.com/kb/2563324/en-us
    Thanks,
    Winnie Liang
    TechNet Community Support

  • Film export

    Hi there.
    I am currently beginning audio work for my film and wanted to get some opinions before I get in too deep.
    I have exported my film from Final Cut Pro 5 to an OMF file and imported it into Logic Pro 6.4.3. Once I am finished with editing and mixing a stereo version, can anyone foresee any problems going to a ProTools studio for a 5.1 mix or upgrading to Logic Pro 7?
    Much appreciated.

    Once I am finished with editing and mixing a stereo version,
    can anyone foresee any problems going to a ProTools
    studio for a 5.1 mix or upgrading to Logic Pro 7?
    The key is making sure your frame rates match, that you check for lock throughout the course of your mixing/editing, and export your audio at the right sample rate inclusion in the film in post. Of course, it's always better to stay at the native sample rate of the production (usually 48K but sometimes 96K for audio). You want to know these things ahead of any work you might do.
    You'll also want to pop your mixes as a safety precaution, and to help with troubleshooting any sync problems down the line. Your pops must be aligned with the leading edge of the frame, both your 2-pop and your tail pop (arbitrary choice of SMPTE location after all audio stops at the end of each cue).
    If your film is long (feature length), I suggest breaking up your cues into several Logic songs and syncing the individual cues rather than delivering one huge long cue. Whether you deliver one or several cues, it's crucial that you keep a log of the timecode numbers of your pops.
    While the whole popping thing may seem crude and old school, especially in these days of OMF transfers and the like, I've found (and heard from colleagues) that you cannot always depend on the technology to do the work for you. I've heard of several nightmare stories of sync problems when going from Logic to Final Cut (not due to any fault of Logic, mind you). So do the pops, even if they're not requested by the editor. They can save your @ss.
    If you're planning on a 5.1 mix, you'll likely want to print stems so that things can be separated. In this case you need to copy your head and tail pops onto all of the stems as well.
    HTH,
    -=iS=-

  • Photoshop elements editor Could not complete your request because fo a program error

    I am running PSE 8.0. On some of my photos I cannot save the image.
    Even if I do no editing on the photo and just do a "save as" in a completely
    different folder I get the error message Could not complete your request
    because of a program error.
    I have set the RAM preferences to 1100MB and the history states to 20.
    What is the program error?
    Looking at the discussion forum, this problem has been there since 2007.
    Doesn't Adobe fix its software?
    Joe M

    I would suggest you to reset the preferences file of photoshop elements and then try. Follow these steps
    1. Close Elements.
    2. Launch the Photoshop Elements Welcome Screen and hold down ctrl + alt + shift as you click Editor.
    3. Continue to hold the keys until you see a message box asking if you want to delete Photoshop Elements settings file; click Yes. Elements will open with default preferences.

  • Error "could not complete your request because of a program error" when editor is launched after PSE12 update.

    Installed PSE12 in July, Installed and operated without issue. Received a message on the iMac 21.5 running OS X 10.9.4 about an update for PSE 12 being available. I downloaded and installed the update. Now when the Editor of the app is launched, I get a message that says "could not complete your request because of a program error". If I click "OK", the editor will usually continue and operate without problem but sometimes it will launch to a full gray screen and with just the border and will not close, can not quit, and prevents the MAC from shutting down. I have the force quit the app to continue to use the MAC. I have tried safe mode and user admin with same error. I can't find any posting specific to this issue. I thought there was a method to reinstall PSE without uninstalling it but I can't find it. Should I just simply uninstall PSE 12 anad start over???

    It is a mute point now. PSE12 finally failed to the point it locked up the MAC. I had to restore the MAC OS from backup to a point before the PSE12 update.
    The MAC now operates correctly and so does PSE12. I don't think I'll be updating PSE any time soon.

  • When trying to open in external editor I get this warning when going to Photoshop CS6: Could not complete your request because an unexpected end-of-file was encountered.

    Aperture: When trying to open in external editor I get this warning when going to Photoshop CS6: Could not complete your request because an unexpected end-of-file was encountered. I can export and open via Photoshop or open directly from file-just not through external editor. Gerry

    Hi gerry,
    does this happen for a particular image only, or for all images?
    And does this happen only from your account or also from other user accounts?
    Léonie

  • Feature Request: Destructive editing with AUs in Sample Editor

    I would like to be able to apply edits destructively in the sample edit window with Audio Units like we could in Logic on MacOS9 (which used AudioSuite plugins). This is an ongoing request, year after year, among veteran Logic users. In every update it is ignored. The feature requires no redesign of the sample edit window, just another menu sub item droplist. While the bounce in place feature is a welcome addition, it is not a replacement for this feature that was removed in the migration to MacOSX and has been sorely missed ever since.
    Here's just one recent sentiment from a user on the NYC Logic Users Group:
    "I recently changed over to Logic from Pro Tools and I really miss this feature! For handling plosives and de-essing small fragments."
    I also know a very prominent producer who boycotted Logic 8 and 9 for this reason alone. While I would never do that (since I happen to love all the new features and feel comfortable with the workflow of Logic 9), I sympathize with this person's frustration over the lack of this feature. I find myself constantly in the position of wishing I had destructive editing back in my Logic tool belt.

    With all due respect, I personally cannot stand soundtrack. A lot of effort was put into the app that should have gone into Logic. As you allude to, I can trigger that Logic keystroke to open any sample editor, which is what I do. I just want the functionality back that was taken away from us many moons ago. I'm not looking for workarounds. This is just a simple feature request. But thank you for the suggestion.

  • Score Editor: request for feature

    In preparing parts from a Score one of the most annoying deficiencies of the Score Editor is that it cannot REMEMBER a Score Set Layout and transfer it to another instrument.
    To do this for each instrument which has exactly the same lines and spacings ( ie brass or sax section) is extremely time wasting.
    Let's say you create a Score Set and call it TRUMPET with all completed line breaks etc, suppose you save that Logic Document as TROMBONE and then try and use the TRUMPET Score Set, for Trombone, Logic will not remember a thing... ie unless you call up the Trumpet Scoreset again.
    Does anyone agree with me that to add a saveable Score Set template would be a feature worth requesting in a future version of the Score Editor?
    best
    MS

    Good points. Emagic and Apple have not placed Scoring high on their priority list. I for one, would love to see some enhancements and improvements made to the scoring section
    As a sort of work around
    You can create additional text styles to use in the score page. On the score page, create a new text styles, call it GRL - define a font and size.
    You can create and use markers to cycle and jump to different sections of song. These should work no matter which editing window you are currently viewing (i haven't tried that though)

  • Enhancement request for the jsp visual editor

    Hello -
    With respect to the visual editor, could the rendering of adf faces command buttons work the same if you use the TextAndAccessKey instead of Text to define the button text? In 10.1.3, using TextAndAccessKey will cause the buttons to render as either thin buttons without any text (but with 'normal' button height) or barely noticable 'dots' about the size of a comma. (When I see the "dots" it is usually a button in a table selection component.)
    With the buttons appearing "empty", I need to click around a bit and examine the button in the property inspector to make sure that I am working with the correct button.
    Thanks,
    -- Scott

    Hi,
    Open wss_mediumtrust.config & wss_minimaltrust.config. SharePoint 2013(C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\config\).
    Find in wss_mediumtrust.config:
    <SecurityClass
     Name="SqlClientPermission"
     Description="System.Data.SqlClient.SqlClientPermis sion, System.Data,
     Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
    Copy and paste it in to the <SecurityClasses> node of wss_minimaltrust.config.
    In the PermissionSet section of this configuration file, add the following:
    Find in wss_mediumtrust.config:
    <IPermission class="SqlClientPermission" version="1" Unrestricted="true"/>
    Copy and paste it in to the a <PermissionSet> node of wss_minimaltrust.config.
    Here is a similar thread for your reference:
    https://social.msdn.microsoft.com/Forums/en-US/a1c8f2bf-2575-40b4-87f1-4f98462b3234/request-for-the-permission-of-type-systemdatasqlclientsqlclientpermission-systemdata-version?forum=tfssetup
    Best Regards
    Dennis Guo
    TechNet Community Support

  • Using the Billing Request Editor in Web Dynpro

    Billing Request Editor has a number of functions that defer some of the DP91 functionality (postpone/reject) to Web Dynpro user interface.  For example, WIP (Reject, Postpone) and Accrue.  
    On the WIP (reject and postpone) portion of the functionality it seems to go back to DIP and update AD01DLI for all items that were not billed.
    However for the portion entered on the Accrual screen it does not seem to go back to DIP and update AD01DLI. Only the DMR is updated. Why?
    If an accrual amount is billed to the customer for a missing/late timesheet using BRE and the timesheet is later entered/recovered would there be no requirement to go back to DIP and reject the recovered time sheet as already billed in the accrual or have the ability to reverse the accrual and enter the timesheet. It seems to presume that the user will keep this sort of reconciliation off line. Any comment? or am I missing a setting in configuration that brings the accrual back to AD01DLI for subsequent processing?
    Thanks,
    Alex Farber

    Vitaliano,
    You make a very good point.  And it is probably the way that we will go.  However, my task is to evaluate Web Dynpro and Visual Composer for our needs.  Especially since the graphing capabilities in Web App Designer are limited for our needs.  We will, at some point, have a need to combine warehoused information in BI with real-time data in R/3.  I'm anticipating that this is where Web Dynpro will be useful for us.  Therefore, my questions as stated regarding Web Dynpro.  I just find it strange that none of the SAP documentation elaborates on the topics that I am concerned with, even though tantalizing capability summaries are dangled throughout.
    Thank you.

  • Code editor enhancement request

    I would like to be able to do the following in the Code Editor:
    Type in a call to a method that does not exist.
    For example:
    String s = getSomeUnknownMethodResult(5, "foo");The Code Editor would of course highlight this as a semantic error. At this point I would like to be able to type some special keystroke (a la Alt+Enter) and have an empty method generated for me in the current class:
    public String getSomeUnknownMethod(int p0, String p1) {
      return null;
    }Or perhaps a dialog could appear allowing me to customize the call before it's generated: protected instead of public, parameter and return types, parameter names, etc.
    This isn't quite the same as the Extract Method feature, since it's the method call that we're starting from, not the method implementation.

    Sounds reasonable.
    I went ahead and logged an enhancement request for this.

  • Feature Request: Export catalog for 2nd editor/machine

    Since there isn't a shared network environment for LR, to involve multiple editors or multiple locations for the same editor on large projects, I often need to export a subset of a catalog so someone else can work on it, or I can work on it off my laptop somewhere other than the studio, using only the proxy 1:1 previews to make my decisions from and then re-assimilate those edit changes to the master catalog of that job, usually back on my primary workstation.  This process also allows me to start processing out parts of the job while other parts are being edited on other machines, or letting my primary workstation process while I use a 2nd workstation to continue editing at speed on.
    I can make this happen, but it's all on me to remember which portions of the catalog have been exported, where their destination was/is, remember not to make any changes to that portion of the library while the subsection has been exported, and an over-lengthy and complicated merging of exported and internal catalogs.
    It would be incredibly useful if LR could show the status (checked out for primary edit, checked out for client approval, etc.) of any exported catalog by mousing over that visibly different section and build in a preference for those varied conditions to potentially limit any changes to that subset of images while the export is still 'checked-out.'  A true merge would be nice to allow possible overlaps of work on the same images, but a managed lock-out would be sufficient to start with.
    As it is, the re-assimilation process for me involves removing images from the master catalog leaving the raw files in place, and re-importing the exported catalog which also necessitates the needless redundancy of bringing the 1:1 previews back in as well.  At the scale I'm doing this it's overly time consuming, compared to the speed of just bringing in the library itself.  The process also puts me in the place of deleting images from a catalog while they're essentially still in use, which is scary from a file management standpoint, usually with me having 4 and 5 copies of that library lingering around until all the manual merging actions are finished.

    That's a feature I've asked for myself Brad, in the absense of true network use.  As it's not likely to make the final release, and we wouldn't want the request to get lost in beta land, might I suggest adding it as a suggestion on the Feature Request forum http://feedback.photoshop.com/photoshop_family where it can easily be tracked?  If you post the link to your request here, others can also vote on your request.

Maybe you are looking for

  • Port forwarding for external access to VNC server on multiple machines

    I will have 10 PCs connected to the WRT54GL wireless AP. I am testing with 1. It has a static addresses 10.155.22.51. It is running a VNC server at port 5951. If I  set my VNC client up to access 10.155.22.51:5951 it works through the WRT54GL wireles

  • SSRS Hide one data value label in chart legend

    Is it possible  to hide one value in the legend? I've got a stacked bar chart, but there's one value that I don't want to display in the Legend. Is it possible to hide this particular color and label in the legend? Thanks, Chris

  • Sequence of processes in WM and putaway labels use

    Hi all, I am working on WM module.I wanted to know the exact sequqnce of the foll processes in a WM module. GR Inbound delivery Transfer order creation Putaway process Also for the putaway process,why are the putaway labels printed???Are these labels

  • Container binding issue

    Hi All,    I have modified a SAP workflow and seem to have problems ppassing sata between steps, The first step I use object CA_WRTOFF method Write-off. This completes a write off. After this step variable DOCUMENTNUMBER is filled with the created do

  • SunRay running on Ubuntu but still unable to get web services

    Here is where I stand, I am trying to get port 1660/SunRay administration page. I have been messing with the system for about a week I need to be pointed in the right direction. Thanks root@test-corp-esx-03:/opt/SUNWut/sbin# ls utadm        utcapture