Writing Plugins

Does anyone know if its possible to write a plugin for Logic that allows exporting of audio and midi data in a fixed format, to a fixed file-naming structure?
Thanks in advance!

So, looking at the blurb, you can:
It contains a suite of utilities - the lack of structure of these utilities exists because I wrote the software as Automator Actions. Automator already has a collection of utilities, as well as some of the other apps that exist on your machine. I was not interested in reinventing the wheel (or taking the time) so Accelerando's utilities are either unique or developments in progress. Some of them tackle user interaction problems, some filesystem problems, and so on. The applications ( or uses ) appear like a mixed bag since it is fitting into Automator's environment - when it is an extension of this environment.
Has anyone got some practical applications for Accelerando they can share? What sort of things are you doing with it, and how's it making your workflows easier?
Well - Automator and the apps on your computer include many actions* already so definitely use those in any workflow*. The applications are very broad indeed - I tried for many things with the software, easy to use and configure - fast and efficient to operate. Much of the software is designed to be at the ready and used interactively - as opposed to much of the Automator uses people know. For example, 10 key commands can be performed by Accelerando very quickly so you would just create a workflow of this frequently used 10 key command sequence, save it, and run it whenever you need to use it. Key Commands aren't the only option, there's actually a lot more to it. As you work, you realize the patterns you use in your workflow and the things you do not do out of time constraints or repetition - many of these can be simplified by scripting.
Seeing as the examples for Logic include stuff like sending a key command, I'm presuming it's basically some kind of scripting top-end to remotely control apps (a bit like Applescript).
Well - it is a scripting top-end, but it does not require scripting experience - all configuration is handled by the UI. AppleScript requires the user to know the applescript syntax, or language. Even though applescript's language is relatively user friendly, it is still a barrier for many potential users who could benefit from it. So that element has been removed. No scripting experience is required - no language needs to be learned, so it allows many users to script in ways many would only imagine. Furthermore, the tasks (of the actions) are straightforward, so the user really only needs to learn the concepts of using Automator, the actions they need to use, and other software which is involved. In that case, they only need to learn how to put the legos together for their purpose. Power users will typically benefit the most from it, since they have a deep understanding of the software they wish to control (Logic in this case), they will have the patterns and objectives for many complex tasks already memorized.
Does it come with useful scripts, or is it purely a development environment for doing your own stuff?
I have a collection of conceptual workflows, but the uses for the software are too broad for me to personally create great, useful workflows which could benefit any user so much so that they will not need to learn to use the software. For that reason, 'useful scripts' are omitted and conceptual workflows are available.
I guess I could download and digest the manual, but it would be nice to hear about any successes...
There is no problem downloading and installing the software, but the actions will not perform without authorization. So, you could download, install, see how the pieces all fit together in Automator and get some ideas for the capabilities. Remember, it is designed to be available in an interactive sense, so a sequence of a few key commands and menu selection (for example) will require less time to invoke and run (assuming it is already configured) than doing it manually - the added benefits are that you don't have to enter them yourself and that the accuracy is better (at least, in my case : ^)
Cheers,
J
*A workflow is an Automator document, which contains one or many actions. Actions are software which perform a simple or specific task. Actions may be freely configured/ordered for easily configuration of complex workflows - much of the additional work/configuration can be removed from the interface, so scripting in this way is easy to use, for people who desire to script or automate.

Similar Messages

  • Developer resources for writing plugins?

    Our system is having problems with robots - we don't want to ban then, because we want our pages indexed, but we can't handle the load.
    I'd like to throttle the load. Each requesting IP may have (say) 10 requests queued, and no more than 10 requests in any 10-second period (this allows human users to see pages with images). There are some site-specific rules: if the request comes from a certain internal IPs, then I want to look at the X-Forwarded-For header rather than simply the source of the request.
    So that's why I'm thinking of a custom-built plugin. Where would I find the doco about writing and installing a thing like that? I prefer Java - but

    This seems like an ideal use for the built-in Request Limiting feature of Web Server 7. Jyri Virkki has written a few blog entries on this subject:
    [http://blogs.sun.com/jyrivirkki/entry/web_server_7_request_limiting|http://blogs.sun.com/jyrivirkki/entry/web_server_7_request_limiting]
    [http://blogs.sun.com/jyrivirkki/entry/web_server_7_0_request|http://blogs.sun.com/jyrivirkki/entry/web_server_7_0_request]
    [http://blogs.sun.com/jyrivirkki/entry/more_on_request_limiting|http://blogs.sun.com/jyrivirkki/entry/more_on_request_limiting]
    [http://blogs.sun.com/jyrivirkki/entry/web_server_7_0_concurrency|http://blogs.sun.com/jyrivirkki/entry/web_server_7_0_concurrency]
    Also of interest might be this conversation we had a while about about throttling:
    [http://72.5.124.102/thread.jspa?threadID=5381733&messageID=10685845|http://72.5.124.102/thread.jspa?threadID=5381733&messageID=10685845]
    Based on a superficial readthrough of your post I suspect that combining the <If ...> conditional syntax with the request limiting will do what you want. That certainly seems easier (to me) than trying to write a SAF or IO Filter to do this.

  • Writing plugins for Eclipse and Carbide.c++...

    I'm writing a context menu plugin for eclipse and carbide.c++, which opens a google search for the words selected by the user, in a new browser window. In eclipse, this is done perfectly... but in carbide I get the message "This operation is currently not available." Any ideas why?
    Also, i have both text editors' context menus covered in my xml file for eclipse by #TextEditorContext and #CompilationUnitEditorContext - but this is useless in carbide for .cpp, .h, .hrh, .rss and .rls files. since these make up most of a project, i need them covered by my plugin. Anyone know what viewercontribution target id(s) i need to reference?
    Thanks in advance

    [url http://www.eclipse.org/webtools/]http://www.eclipse.org/webtools/
    Regards

  • Writing an Audio plugin for Final Cut Pro

    Hi all
    There doesnt seem to be much info out there about writing plugins for FCP... I've looked at FXBuilder and FXScript, but they only seem to deal with video. I want to write a plugin that will normalize all of the clips on my timeline (I know normalizing is a sin to some audiophiles, but there are situations where I dont have time to take everything into Pro Tools or Soundtrack Pro and just need reasonable levels across an entire project). So my question is, would I need to write a plugin for FCP specifically and if so, is there an SDK or sample code somewhere, or should I write this as an Audio Unit plugin and if so, where do I start? Any help or advice would be appreciated
    cheers

    I'd think that the ADC is where you should start... (Apple Develeopers connection) http://developer.apple.com/ Might find the SDK you need there.
    Also Joe at Joe's filters or Graeme Nattress might be of help. Great guys both...
    http://www.joesfilters.com
    http://www.nattress.com
    Jerry

  • Photoshop plugin for Scanner

    Hi!
    I am using brother 4 in 1 which has function of scanner, printer, photocopy and fax.
    The problem I am having is on Photoshop is it doesn't allows me to scan the document that I need to print, email or keep in the hard disk.
    Is there any plugin available for scanner?
    Thnx

    You posted to the forum for the Software Developers Kit -- for people writing plugins.
    You probably want the Photoshop General forum.
    And your scanner driver would come with the scanner, or from the scanner manufacturer.

  • Merge 2 eclipse plugins into 1

    Hi All Techies,
    I got a problem in merging 2 eclipse plugins into 1.
    Its difficult as i need to invoke both these plugins with their own plugin.xmls and not to write a common plugin.xml.
    Explaination with example :
    i have a eclipse plugin "a".
    Another eclipse plugin "b"
    I want to make a common eclipse plugin "CommonPlugin" whose plugin.xml when invoked will inturn invoke plugin.xml of "a" and lugin.xml of "b".
    Please tell if query not clear ....
    Ashish

    what do you mean by "merge"? the whole point of plugins is, they are atomic units of functiionality. if they're related enough that you'd like to treat them as one, or one as part of the other, maybe you could look into the fragments mechanism, or you could write one plugin that exposes extension points for you to add other plugins related to yours. I'm not entirely clear on what your situation is, though, so I'm not really sure what's your best bet.
    btw, you were quite lucky that I happened to log on this morning, hardly anyone on these forums knows anything about writing eclipse plugins. you're probably better off with the newsgroups on eclipse.org for questions like this. also, if you're even a bit serious about writing plugins, you could really do with buying this book and possibly this one too, if RCP is your bag, or even if it's not, there's a fair amount about extension points and deployment in it

  • How to create a plugin that can be installed on a webserver

    Hi,
    I want to create a program in java which can be installed as a plugin on a WebServer. Can anyone please give me some suggestions as how to go ahead with this.
    Thanks in advance
    -Raghu

    The means of writing plugins for web servers (Apache, IIS, iPlanet, etc.) vary widely and why would you want to do that anyway? Wouldn't a Servlet be a better idea?

  • Dynamic character count info as text box resizes

    Not knowing Javascript, does anyone think this is scriptable?
    When clicked inside a text box the info panel tells you how many characters are in view in that text box and how many are overset... it doesn't however display that info if you are resizing a text box by dragging one of the handles... do you think there may be a way of getting it or having onother info panel that displays how many character are inside the text box and how many are overset and it dynamically changes the read out as the user resizes the text box.
    Regards, Tim

    I don't think Javascript can do stuff "dynamically" -- you'd have to press a button to get the updated values. This sort of things is possible with InDesign, but it'd require writing a full plugin. Writing plugins is not for the meek, the faint-hearted, or the kind of people that enjoy their sanity.
    (OTOH I've been wrong a few times: APID, Rorohiko's script extensions -- http://www.rorohiko.com/ -- can perform a few tricks that used to be plugin-only. Check their website to see if there is something that sounds like your request.)

  • How to install or enable Acrobat X SDK for Windows

    Ok down that I have downloaded Acrobat X SDK for Windows. 
    DUUUU How do I install it?? The only setup.exe is located in Visual Studio App Wizard. 
    I have Professional X.....do I add it from this program some how? 
    thanks
    mike

    There is nothing to install as such.
    SDK is basically set of public headers , documentation related to them and some samples to demonstrate the usage of these public APIs to write third-party plugins/samples.
    You can write your own Acrobat/Reader plugin/App using the SDK.
    The setup.exe you found is the plugin-wizard which will install template for Acrobat Plugin on VS9. If you are developing on VS9, it will be useful for you to install this template.
    Please refer to the SDK Documentation for the details on how to use the SDK (for writing plugins).

  • How to customise the Finder, programmatically

    I've long complained about the Finder's lack of a location/address bar, and since most Mac people seem to cope without it, I'm going to try to write one myself.
    Could somebody please point me to the documentation for the Finder -i.e., public interfaces, etc, and how programmers can go about writing plugins/extensions to the Finder? I've searched but can't seem to find much. Folder actions aren't what I'm looking for. I want to customise the Finder so that I can add things to the top of the window myself.
    Thanks.

    Apple are very keen on their widgets but I find them annoying. Having to press F12 to access them and not being able to keep them on-screen all the time means that they just aren't a consideration for me. Even the guys from the Mac Break Weekly say that Vista's sidebar is much better, and in lieu of same on the Mac, they all prefer Yahoo widgets because at least you can have them on your desktop.
    I'll agree with you that those hacks will be broken by Leopard; that's why I didn't like the idea of spending my time a) learning Objective-C and Xcode and b) designing some sort of haxie that Apple discourages and will take great delight in breaking or saying "sorry, we're not supporting your machine because of the presence of that haxie."
    I eagerly await news of what you manage to find on the "loadable bundle" front. Thanks.
    Intel iMac 20"   Mac OS X (10.4.9)  

  • SAP Business One Partner Certification Question

    We are going for SAP B1 partner certification. I wanted to check if it is must to DI API calls only. or Can I make queries to db. If anybody has any experience, please let me know.
    I am trying to build a general ledger report for B1 by writing plugin to B1. I am using C#.
    The question I have is that can I use db queries directly or I need to call DI API's only for the partner certification to clear.

    Hi Sachin,
    Usually you should try to use the API. But it's ok to use db queries as long as they don't change the data (e.g.: SELECT statements).
    Best regards,
    Pedro Magueija

  • Converting svg to pdf,eps

    Hello,
    How i can programatically convert SVG file to PDF and EPS using Illustrator SDK or  Illustrator Scripting API(if it's not same)? it would be great to do it in php script

    The Illustrator SDK is a C++ SDK for writing plugins, so I don't think that will be helpful to you. The Scripting API is a javascript-like approach that still requires you to run Illustrator. If you're trying to do this via a webpage -- since you mentioned PHP -- I'm not sure that's doable. Or at the very least, it'll be tricky. You might be better off finding another utility somewhere to do SVG -> PDF/EPS, assuming there are such.

  • How to use color chooser?

    hi, how to use the color chooser provided in the sun one studio?

    Still the wrong forum  - this forum is about writing plugins.

  • How much do I need to know in order to create this

    I've thinking about this thing for a very long time - a thing that's really bugging me: the swatches panel's "list types".
    Currently you can list your swatches as small or large thumbnails - or in a small or large list. Neither is really "satisfactory" to me.
    I would like to have them in either a multi-column table or as a thumbnail matrix.
    What would I need to create this and where do I start? I know no C++ at all, but I'm fairly good with scripting (learning javascript wouldn't be a problem) and I've used Flash in the past.
    Also, I think that there's so little guiding material online: where are all plugin tutorials? I've found a few scripting tutorials but this task requires much bigger tools than a basic understanding of javascript.
    So where the heck do I begin? Right now this task seems massive and time-consuming

    You can't create that -- those functions are coded into the app and not accessible from a plugin.
    The SDK contains very extensive documentation and examples on writing plugins.
    And yes, writing C/C++ code does require more knowledge than writing scripts.

  • Feature Request: Functions to read image data, and write to tiff or jpeg.

    Functions that render image data and make it available to plugins before writing to disk would facilitate writing plugins that take rendered image data into consideration. Also, if the aforementioned image data could be subsequently written to disk possibly after a bit of modification, it would open up a whole new world for plugins.
    Plugins don't need to access the mid-rendering stages in the raw conversion / rendering pipeline, but having a shot at post-rendered, pre-written to disk image data would allow pixel manipulating export plugins to be written. A set of image file manipulation methods would be a decent work-around, providing the ability to read/write tiff/jpeg files.
    Rob

    Well, I'm replying to my own question!
    I solved the problem by reading the data from my card, then using Flatten Pixmap to create a pixmap from my data array, then using Draw Flattened Pixmap to create a picture to send to a 2D Picture.  This works fine.
    Now, how can I change the Pixmap into Image so I can save to an AVI?

Maybe you are looking for

  • How Do You Fix iTunes Network Connection Timed Out Error?

    hi, i am try to ios new update in itunes but after 200 mb download there is a "network time out" error in itunes. kindly give me best solution.

  • XI3.0 SP13 doesn't like BuiltInType tag in OAGIS 9.0 QualifiedDataTypes.xsd

    I am on XI 3.0 SP13. I am not able to activate the OAGIS 9.0 QualifiedDataTypes.xsd after I imported it into integration builder.  Integration builder is poping up Internal Problem -java.lang.NullPointerException. The processing log reads: Activation

  • Iphone 4 syncing problems

    I dropped my Iphone 4S and it broke so I had to change to the regular Iphone 4. I backed up all my music to my computer with help from an Apple Support person and got all of my old music onto to Iphone, however now I cannot get any new music onto it!

  • Mavericks and google software update

    hi folks, i installed mavericks a week back and while working with picasa yesterday a dialog box popped out requiring my permission to "allow google software update to control this computer" .. it even said ill find it in the system preferences>> sec

  • Issue video scrubber for AIR

    I have a code setup to play fullscreen video with play/pause, close, and a scrubber/seek bar. Howver, there are some irregularities when publishing for either AIR for Android or AIR for iOS. Publish for Android gives me an inconsistent scrubber ( in