VSL Sequencing question for gurus

I've been making rehearsal tracks in Logic Express using the onboard patches of my old Yamaha EX-5 synth, but I need to move up in to actual sequencing for production. I've got some money and some time to learn, so here are my questions:
I already have:
-Logic Express 8
-Controller kbd & midi interface
-MacBook Pro with 4gb RAM and 500gb external FW/eSATA drive
I'm planning on purchasing:
-VSL Special Edition: Extended
-Altiverb 6 (Regular)
To do the actual orchestral sequencing, will I need to upgrade to Logic Pro? Is there any other software or hardware I'll need to buy to get started with VSL?
Producing professional-grade orchestral mock-ups is my mid-term goal here. I've been composing symphonic works in Finale for 10 years, and want to make the leap from score to sound - so I'd appreciate any advice you'd be willing to offer.
Advance thanks.

there is no other special software or hardware other than a reasonably powerful computer and plenty of storage. VSL is a pretty detailed library so if you load very large libraries your macbook pro and 4 Gb could struggle, although that can be mitigated by a fast external drive. and you can optimise your library quite a bit.
altiverb is fantastic but space designer is very good also - though look around for some other IRs other than the stock logic ones. i have the results of altiverbs stage postioning algorithm and i must say that sounds really fantastic and would help realism greatly for you.
so i would suggest:
- stage positioning from altiverb
- space designer that comes with LP8 pro and put a little platinumverb after it.
be prepared to do some optimisations with your current setup. but while you are about it...
with logic pro, you can make your scores sound as they look. you do this by manipulating midi data in the environment. its very easy - easier than it sounds anyway.
you can use program changes, or now with LP8, because certain meta data can be chased, you can actually use the dynamic markings and symbols to change the articualtions on an instrument.
say you had a violin part. the first bar is tremelo, the second pizz, and the third stoccato. instead of having a different track for all these articualtions, you can set things up so that you could drag a tremelo marking onto the note and that would switch the VSL instrument to play tremelo. then you could type in pizz with the text tool, you would have to assign it a value in order to distinguish it from the other text-meta markings such as 'arco' or 'sordini' or whatever. but then IT would change the instrument to play pizz. in the third bar you can drag a stoccato note onto the page and the instrument would change to playout stocatto.
and the thing is, while you could do that in previous versions of logic, they wouldn't chase. that means now if you stopped the sequencer in the third bar where the instrument had been switched to playing stoccato, and then started it in the second bar around half way through, logic would chase the last meta value - pizz - and so it would switch to pizz.
so that means you can make your score look exactly right and have it sound exactly right with incredible detail. i don't think any other DAW allows this with such detail.
i currently use EXS based instruments and program changes to make the switches. thats because i was doing this before 8 when meta values didn't chase. but i plan to make the conversion as soon as i get some down time and update my templates. it works extremely well, and with the EXS, you can have 128 articualtions for one instrument. i currently have 11 in my 1st violins which is about as much as i need.
some people may advise you that your setup will choke as being not powerful enough - but i would take that with a pinch of salt. i was running very large mock-ups on my old G4 with less than 2GBs of RAM. the key is to optimise and not run vast quantities of things you don't need. i think you won't lose much by trying on your current rig first. but the EXS is much more CPU efficient than 3rd party soft instrument plugs such as VSL, so it could possibly push your machine a bit.

Similar Messages

  • New Sequence Question - for slow motion video

    Hi,
    I'm a very new user of Premier.  I've recently had issues with choppy playback of my preview videos.  After much research I believe the issue was down to two things.  Firstly my sequence did not match my input clip, I had it set to my desired output.  Secondly, I was editing video across my network, rather than bringing it locally to my PC.  I've fixed the latter issue by copying video files to my local machine and then moving them back onto the network once I've finished editing.
    The advice out there essentially seems to be to match your sequence to your primary input video.  I've done that and it helps.  However, it's raised a big question for me.  My input video is from a GoPro and is at 1080p 50fps.  I ultimately want my output video to be slowed down to 25fps (resulting in a constant slow motion effect throughout the entire sequence). 
    If my sequence settings are set to match the input clip (50fps) and I slow the video down by 50%, will that result in an unsmooth video?  My basic understanding is that if I slow 50fps video down by 50% then Premier will have to double the amount of frames.  Where as previously, if I slowed it down by 50% Premier had enough frames to play with as the output video was 25fps.
    Hopefully my question makes sense!  Any advice on what the best approach is?  Or is this a complete non-issue when it comes to exporting the video (providing I export to a 25fps formart)?
    Thanks,

    I think you said it OK, you are just missing the right words to do what you want. Let's walk through this for you, and for others that might read it later.
    If you take a 50 frame per second video and put it into a sequence created from it, then slow it down 50% it doubles up each frame to achieve slow motion. Not what you want.
    If you take a 50 frame per second video and put it into a 25 fps sequence, it drops half the frames to play at normal speed. Not what you want.
    What you want to do is interpret the 50 fps video to 25 fps, then drop it into a 25 fps sequence. Each frame will play at 25 fps and generally be smooth as silk.
    I don't have any 50 fps clips handy, but here are examples of taking 60 fps to 30 fps. (Excuse the idiot way that we Americans do things. Our 30 is actually 29.97 etc)
    First, right click on the clip in the Project Panel, select Modify, and Interpret Footage. Then change the 50 to 25 - similar to this image:

  • Strange problem in AFW custom module (question for gurus)

    Hi there SDN'ers,
    I have I very strange problem with an additional Adapter Module I developed.
    My scenario is: IDOC -> JDBC (Oracle)
    Well, to make a long story short, say that before the JDBC Receiver cc can write my data to the db, I have to do (inside the channel) kinda java mapping in order to produce an XML document that is acceptable for it. So in my module I manipulate the payload via DOM. No problem here.
    The strange story is: at first attempt, the Adapter fails (see error below), while after 5 minutes, when automatically trying again, it succeeds.
    Just because I put some stuff in the message audit log, what I can tell you is this weird thing:
    1. at first, no XML document exists in the payload, but in place of it there's this string:
    org.apache.crimson.tree.XmlDocument@745501c6
    which seems to be a toString() of something I don't (or don't know to) use directly
    2. at the second attempt, even in the audit log I can actually see the weel-formed XML document ready for the JDBC adapter, and in fact data are written to the db.
    ?? WHAT COULD THIS BE CAUSED BY ??
    Say also that the the other way around (JDBC->IDOC) with another very similar module works perfectly.
    Thanks.
    Alex
    <b>Delivery of the message to the application using connection AFW failed, due to: ERROR occured parsing request:com.sap.engine.lib.xml.parser.NestedSAXParserException: Fatal Error: com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 6f, 72, 67(:main:, row:1, col:3)(:main:, row=1, col=3) -> com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 6f, 72, 67(:main:, row:1, col:3).</b>
    P.S. -> 6f, 72, 67  is "org", that is the first three letter of the weird payload I get at first attempt.

    Ok guys, I got that workin'.
    I don't know why - and don't think I'll have the time to investigate further - but it seems the implementation of DOM Document used by XI is different the first time AFW executes my module, so here my workaround.
    if (docOut instanceof org.apache.crimson.tree.XmlDocument) {
       org.apache.crimson.tree.XmlDocument tmpDocOut = (org.apache.crimson.tree.XmlDocument)docOut;
       tmpDocOut.write(out);               
    } else {
       out.write(docOut.toString().getBytes());
    Regards,
    Alex

  • Question for gurus

    Can anybody give a reasonable explanation to the below phenomenon:
    - I have a Nokia E61;
    - I have a laptop with MS and WIDCOMM BT stacks;
    - when I try to install "Nokia E61 Bluetooth modem" driver, this modem NEVER works, and the modem does not respond;
    - but if I install something like Standard Modem over Bluetooth link, everything is fine - this modem responds, connects to the Internet, etc.
    So, my question is: WHY?
    Were Nokia people too clever to forget to make their own driver work? Or there is some other reason?
    And what about performance? Does the usage of the generic driver instead of special one affect the performance of the device? Will EDGE work on Standard BT modem link?

    standard modem over bluetooth link is part of the ms bluetooth stack i think, so this will be used most of the time. if the device needed a specfic driver it would use the nokia one.
    the driver will not affect performance.
    if you have edge, i would ask the network about it.

  • Fill In The Blank / Sequence Questions

    Is it possible to have a fill in the blank question in captivate (4 or 5) that is scored according to how many options the user got correct?
    For example:
    If you use 4 grams of 'b' you will need _____ grams of 'x', _____ grams of 'y' and ____ grams of 'z' to complete the forumula.
    In this example if they answered all 3 blanks correctly they would get 3 points, 2 correct answers would give them 2 points and so on.
    Also, is it possible to  score sequence questions according to how many items were correctly sequenced?

    Hello,
    For the moment partial scoring (as I'm calling it) is not possible in Captivate, at least not in the included Question slides. If you want that feature, and you are certainly not alone, please fill in a Feature Request to get this feature on the priority list of the Adobe team.
    If you do not mind the work, it is possible to create question slides yourself using the available objects, user variables and advanced actions. I wrote several articles and blogged about those workarounds, one of them is about creating question slides with possibility for partial scoring (it is not a FIB-question but the principles are the same):
    Question slide with partial score
    Lilybiri

  • 'Genius' related question for anyone with over 1.2TB of music?

    Anyone out there with a iTunes library with over 1.2TB of music?
    Reason I ask, is that I've not been able to solve a problem in updating Genuis - I'm getting the error - 'Genius results can't be updated right now. There is not enough memory available ~ Please try again later.' or the 'unknown 4002 error'.  The steps I've taken to try and correct sometime back can be found in https://discussions.apple.com/message/12584815#12584815 and also shown here in sequence below. 
    I keep thinking this will be fixed with the next version iTunes but so far with the latest, things still the same.  So looking to see if anyone with a similar size library is having similar problems and it just a limitation of the program or it's something specific on my end that I can fix.
    Appreciate...
    Up to this weekend I've had not issues with Genius. Worked beautifully and updated last Sunday as I have been doing every week since Apple added Genius. Yesterday I added a few albums and went to update and now getting the error of 'Genius results can't be updated right now. There is not enough memory available ~ Please try again later.' Now my library is well over >200,000 songs and only added 6 albums this time. Music sits on a external 2TB drive ~100GB free and my MacBook Pro has over 60GB open. Running latest Mac OSX and latest iTunes. Nothing new installed or changed since last Genius update.
    To the points raised in this thread.
    1. I've been updated weekly with a Library with over 200K songs till now with no problem. Majority is what I've ripped from my albums & CDs.
    2. Deleted the albums recently added since last successful update - same result.
    3. Connected directly to the network bypassing router as suggested here - same result.
    4. Reinstalled iTunes program - same result.
    5. Repaired permissions - same result.
    Problem remains. Welcome any additional thoughts.
    Question for anyone with a music library
    https://discussions.apple.com/message/12584815#12584815
    Ok, tried all the suggestions here yet the problem remains.
    In addition what I posted above -
    1) Dumped the cookies in user/library/cookies folder
    2) Deleted the apple cookies found under Safari Preferences "Show Cookies"
    3) Repaired disk permissions
    4) Deleted iTunes Library Genius.itdb file
    5) Reinstalled iTunes (with the new 10.1 version)
    6) Restarted computer
    7) Rebuilt iTunes Library folder http://support.apple.com/kb/ht1451
    8) Deleted all iTunes dead tracks
    http://dougscripts.com/itunes/scripts/ss.php?sp=removedeadsuper
    9) Increased internet access speed
    10) Removed all open "[" and '}' brackets from songs, albums & artists
    10) Rebuilt my entire library from scratch!
    Is there anyone out there with over 200K songs that can update their Genius? One thing I noted is the genuis.itdb file is just over 2GB. I'm wondering if there is a maximum size on this based on the error I'm getting. Any thought or know info on this?
    Ok, think I may have found something here with this. I backed out all the music added prior to this problem occurring and ran the Genius update. All worked fine. I then started adding the music back little by little (running the update each time) until the problem returned. When the problem came back I ruled out the specific music added by backing that bit out, verified all was ok and added a different batch back in.
    Bottom-line it appears that when my library exceeds exactly 1.208TB the problem appears. Interestingly enough it does not appear to be related to the number of songs, the size of the genius.itdb file (in fact when it was working the file was at 2.25GB - larger than what I reported before). It specifically seems to be related to the size of the overall library - when I have it for example at 1.2079 all is ok, 1.2081 it fails with this error.
    I did try moving the library and related files to the external drive but same result. abavetta, I think your suggestion of this script may be a workaround for now - although from what I read, is this not the same that you can do anyway with iTunes by holding the alt/option key open start up? In fact I do have two libraries now - one with the 2TB drive which I use at home and another for 2x500GB disks I carry with me when i travel. I just reported the same back to Apple but doubt if any immediate solution will come for this. Too bad as one of the great things about having such a large library is the mixes you can generate via Genius. Anyway, such is life and will just live with this for now. I also just found this program called Tangerine! http://www.potionfactory.com/tangerine/ which creates playlists like Genius - although through a different technique I might also take a look at.

    Just to let all know that may be having a similar problem, what I found by accident to fix this problem.
    Reset all my Home Folder permissions using the resetpassword method from the startup utility in Lion.  Then turned off/on to reset Genius and cleaned out the cache folder for good measure.  Finally after more than a year without, have Genius up and running again.

  • Proper sequence settings for importing Canon Rebel T2i footage

    Greetings, all. I searched the forum and didn't find this question answered elsewhere, so I thought I'd ask.
    I'm using Adobe Premiere Pro CS4, version 4.2.1, and I'm trying to find the ideal sequence settings for the Canon Rebel T2i, which records in MPEG-4 AVC/H.264, with adjustable frame rate. I am running on Apple Mac OSX 10.8.2.
    I've been editing with this footage for over a year now, and it's always been a struggle because I have to render all footage before I can even play it in Premiere. When first imported, the render bar above the timeline is yellow.
    I'd like to see if I'm doing this incorrectly; to know if I have a simple sequence setting that's incorrect. What sequence settings should I use for my imported footage to start out green and not require a lengty render for video that isn't even edited yet?
    Thank you,
    -Matt

    >When first imported, the render bar above the timeline is yellow
    I think this is written for CS5, but the concept should be the same
    http://blogs.adobe.com/premiereprotraining/2011/02/red-yellow-and-green-render-bars.html

  • SAP Questions for WM/LE certification

    Hi SAP Gurus,
    Can any one please forward to me a list of questions for SAP certification in WM/LE ?
    Thanks for your help.
    Regards,
    Manoj

    Hi manoj,
                 Can you fwd the links,questionaries & requied materials for LE Professional Certifications..asap.
    Thanks
    Jyoti

  • Basic questions for a self-taught re: HDV for SD HDV (yes again)

    ok - like many others posting on this topic, I am apologising for going over what seems to be one of the most covered topics out there, that still isn't clear!
    I am trying to teach myself DVD SP4 in the same way I did with FCP5 (trial, error and lots of forum searching). I am by no means a pro on FCP - but have certainly got enough understanding of it to have cobbled together 7 23 minutes episodes to broadcast! I have gone thought the DVD SP4 Manual and forums and lots of it just makes my brain ache - what mostly lets down my understanding are formats/compression/codecs.
    So - my main questions (for now....)
    -In DVD SP I couldn't import my QT movie into my assets list as it was an "incompatible format" - is this because it was HDV to a SD DVD Project? Doesn't the process of DVD SP encoding it as Mpeg 2 make is SD anyway?
    -I read a post from someone in a similar situation, who advised exporting a HDV sequence as Uncompressed 8 Bit, and bringing that to DVD SP. So am doing that now (6 hours or so for a 23" sequence) and am hoping it gives a great looking picture, but I have seen from its preview icon that its a 720 x 576 frame - why is it not exporting in 16:9? or will it squeeze that down to normal once it's in DVD SP?
    Really appreciate any understand you can help me with.
    cheers
    Hugh

    Hughey wrote:
    Going back to my original questions - could the problem be a HD file in an SD project?
    No. If you followed the workflow process from the above post you would have a SD mv2 file. The file should be playable in Quicktime and it should be 16:9.
    EDIT: Yes. Reading back on your OP this question ->
    In DVD SP I couldn't import my QT movie into my assets list as it was an "incompatible format" - is >this because it was HDV to a SD DVD Project? Doesn't the process of DVD SP encoding it as Mpeg 2 >make is SD anyway?
    I believe that importing a HDV file into a SD project would give you that error but if you follow the above steps and import the mv2, AC3 files you should not get that error.
    The reason you got three files is because that is how the preset group is made up. To be completely truthful I duplicated that preset, deleted the AIFF part and renamed the group. I now use that as my default settings when I bring any asset into Compressor.
    As far as bring video assets (quicktime SD/HD, or other) into DVDSP in general you can do this but, what is happing is that in the background DVDSP is going through the steps from my above post and creating the mv2, AIFF, AC3 files for you (based on your preference setting in DVDSP) and then replacing the video files you brought in with the compressed files.
    Can you play the mv2 file in quicktime? If not then something else must be going wrong.

  • Sequence question

    I'm curious what others are doing with sequences in their AppEx applications. I know this isn't strictly an AppEx question - but I recently ran into serious problems because of my choice of how I'm using sequences.
    The problem goes something like this: I create a new table and while I'm doing so I go ahead and create a new sequence for that table. Seems innocent enough. Now, I just happen to use this new table as a lookup table for some foreign key values in one of my main data tables. Not a problem. Works like a charm.
    I start populating data into the main table and the lookup tables. Again, not a problem. The users want a little query mecanism for the report so I decide that I'm going to implement it in the UI with a checkbox based on an LOV that allows users to find records based on checking values and clicking a 'Find' button. OK, create a checkbox item, a named LOV, assign it to the checkbox item. Now amend the query for the report region to use the checkbox via an instr(:P1_MY_SEARCH_CHKBX, column_name)>0 kind of approach.
    Ooops! I'm not getting what I want. The changes to the query are clearly working for some cases but I'm seeing John Doe's projects (like I want) and Mary Jane's too (which I don't). Turns out John Doe's ID is '1' and Mary Jane's is '11' and '1' is definitely in '11', so things are working as they should based on my implementation, but I'm getting 'unexpected results' from the users point of view.
    Obviously, the root cause of this comes down to my choice to create that new sequence for each table and increasing the likelihood that this situation would occur. If I had used a single sequence value for the entire schema, that started with a large value (maybe a guid) and built all of my triggers off that one sequence then this little UI anomaly would likely not have occured.
    Sorry for the long, boring story - but I'm curious what others are doing and how many people have run into this same kind of problem?
    Earl

    Personally I would do it in this sort of way. It may add an extra page or two, but I think in the long run it becomes easier.
    Here is my sample app - click a couple, hit the search button, and it will show you your results.
    http://htmldb.oracle.com/pls/otn/f?p=20233:1:17770724214406136839::NO:::
    What I would do in your case is to do something similar - list out the project managers using htmldb_item.checkbox(1, manager_id). This will tie the exact id to that box. Create a before header process that creates a collection - this collection will hold your checked boxes. Add an after submit process to add items to that collection. On your next page, you would do something like this to restrict the rows:
    select pro.project_number, pro.description
      from project pro
    where exists (select 1
                   from htmldb_collections col
                   where pro.manager_id = col.c001 and
             col.collection_name = 'PROJECT_MANAGER')Personally I like collections a lot - that way someone can go back to that page, add a couple extra checks and it repopulates the collection. If you need to see the exact code, let me know and i'll post it on my application page.
    As far as your 2nd question, its a matter of preference. There is nothing wrong or right about creating one sequence - yes you're right - the user never sees it, so it really doesnt matter. But I guess I am a creature of habit, and dont see what creating one sequence really saves you. Its sometimes nice to be able to see the next sequence value and have an approximate guess that you are creating the 243rd new employee instead of the 125,335th new object in the entire database.
    To each their own!

  • Sequence question drop-down list gets hung up on punctuation

    I'm making a sequence question. In drag-and-drop mode, it
    works fine. But in the drop-down list mode, it breaks. In other
    words, even if it is displaying correctly, it is "wrong" when the
    enduser tries to sequence the choices.
    I assume that this is because one of my items has punctuation
    in it.
    It's a person's name, so it looks like this:
    Lastname, FirstInitial.
    Or it could be even two people:
    Lastname, FirstInitial. & Lastname, FirstInitial.
    Is there a way to escape the commas and periods? (I'm willing
    to give up on ampersand!) Use ASCII, escape ActionScript or
    JavaScript? I'm not likely to solve the problem by experimenting,
    so I'm wondering if someone else has figured this out. THANKS.
    (I tried searching the forum, but searching does not seem to
    be working for me)

    I can't help you with this myself as I've not done it but there are quite a few tutorials kicking around the net.
    Simple ODBC Connections in Adobe LiveCycle:
    http://www.youtube.com/watch?v=C56_Cz-aE0c
    Connecting a form to a database:
    http://forms.stefcameron.com/2006/09/18/connecting-a-form-to-a-database/
    Database connected forms:
    http://acrobatusers.com/tutorials/database-connected-forms

  • Responses showing over feedback in sequence question - Captivate 5

    Hi all
    I have an issue with the sequence question type. If you have feedback, the draggable responses show over the top.  Please see grab.
    Is this a bug? I can't find any mention of it. It only seems to do it with certain responses. Makes it completely unusable.
    Suggestions?
    Mitch

    This tends to happen if you add answer options AFTER creating the question and adding the feedback captions.  The last thing added ends up on the upper layers of the quiz question slide, but since you cannot see these layers in the timeline, as you can for other slides, you cannot reorder the layers by normal means.
    The solution is to turn your feedback captions off and then on again so that they then end up on the higher layers again.
    Go to Quiz Properties for this slide and deselect/select the Correct and Incomplete captions to put them above the answer options.  Then set Failure level to NONE and back to whatever it was before to set the Failure caption above everything else.  This will erase any text you had in the captions, so if you've invested quite a lot of time adding text to these feedback captions, it's a good idea to copy that text somewhere else first, so that you can just paste it back in after recycling them.

  • Questions for SRM Certification - urgent pls.

    Hi Gurus,
    Could anyone pls help me with SRM questions for certification.
    [email protected]
    thanks in advance.

    Hi gurus,
    I have the following questions, can someone pl. help me to clear my doubts ?
    1. With EBP 3.0, the classic scenario is replaced with the extended classic scenario.
    My question : Is it true ?
    2. The Business Connector for exchange of data between EBP and the catalog.
    What is Business Connector ? Is Business Connector means XI ?
    3. The message types and BAPIs that are defined in the distribution model are later
    transferred to the back-end in either synchronous or asynchronous fashion,
    according to type.
    Since the Model's can ONLY be distributed from EPB to back-end and regened in back-end,
    I may come back with more questions, please help me out. .
    If anyone have any SRM Certification questions, please pass on to me @ [email protected]
    u can count on my points.
    Thank you in advance.
    regards,
    Venkatesh Srinivasan.

  • Questions for the october release

    Hey there,
    two questions for the october release update:
    1. We often use filmconvert in our workflow. Is it possible to send a sequence via Direct Link to SpeedGrade and keep and see the effect?
    2. Can I send  a sequence with some AfterEffects Dynamic Link pieces in it to SpeedGrade to grade the project or will the connection get lost?
    Thanks for your help
    Jesko

    All effects should come over.  No mention about Linked comps, though.
    http://tv.adobe.com/watch/adobe-at-ibc-2013/adobe-speedgrade-cc-october-2013-release-overv iew/

  • Drop Down Options in Captivate 6 Sequence Question

    Hello!
    I'm working on a project using Captivate 6. There is a Sequence question using the drop down option for Answer Type. For this particular question there are 5 items that need to be placed in order. When a learner clicks the drop down to answer the question only 4 of the 5 options display forcing the learner to scroll to see the last option. Is there a way to make the drop down display larger so the learner doesn't have to scroll?
    Thanks in advance for your advice.
    Marie

    Thanks Lilybiri!
    This was helpful. My team decided to stick with the drop down format, but by making the font size smaller we were able to fit all 5 options into the window (taking away the need to scroll.
    Thanks again,
    Marie

Maybe you are looking for

  • SharePoint Worflow Issue

    In SharePoint 2010 designer workflow, when user tries to approve task item created in task list, Very frequently task items get locked and. 1. It displays a message like current item has been locked. 2 Sometime sharePoint 2010 designer workflow displ

  • Who can help me with unknown error 0xE800005E

    After updating itunes to 10.6 and my iphone to iOS 5 my iphone got trouble syncing with my computer. I was able to connect at first but halfway a sync I was disconnected and got the message: iTunes could not connect to this iPhone because an unknown

  • How do I sort photos by face on iPad3?

    I just bought the iPhotos app believing that it could do it, but it doesn't do face recognition! I don't have a Mac computer with the full version of iPhotos.

  • Printing error with odd/even pages

    Apologies if this is the wrong group, I looked for a more appropriate one but there doesn't seem to be one on this server. If there's a better place to ask this question, please let me know. Anyhow, I'm using Acrobat Reader, latest version (I updated

  • Opening pdf file cannot complete command, not enough memory ram?

    while trying to open pdf file size of 117000 kb, photoshop CS6 cannot complete command, not enough ram memory.