Hello!
I have a patch that I use in every single thing i do in OM. I noticed the reserved space for user functions in the menu, how can i add the patch there for ease of use?
Thanks
Hello!
I have a patch that I use in every single thing i do in OM. I noticed the reserved space for user functions in the menu, how can i add the patch there for ease of use?
Thanks
Dear Zera
This is a very special place that unfortunately cannot take just a patch and turn it into a function/method.
Now it depends on your “Patch” as a function. Can you just show it or send it in order to see what is what? It might be simpler to turn it into a Lisp function and create your own library.
Best
K
Ok, sorry for the delay.
If you need to access such a patch as a method/function you will have to create it graphically:
Choose in the Windows menu, Library. This will open a window featuring OM Packages Library:
Now double click the lower part of the user suitcase:
Now choose ‘New Generic Function’ from the
You will have a ‘Patch’ window where you can patch things up. In your case just copy the content of your patch WITHOUT the inputs and outputs which you should recreate adding inputs and outputs from the patch interface.
And there you will have your patch as a function available in the user menu of Functions menu.
The function will be stored in your workspace folder in the user folder.
Here it is:
INTERVAL CYCLESxTxTxTxTxT.ome (11.1 KB)
Of Course it is possible to transcribe it into lisp code and integrated into a personal library. But you will need to code it in Lisp.
Best
K
Hi K,
Thank you for the detailed guide, this wll be very useful in the future, until I manage to learn some lisp
Thank you again, cheers