The original version of this page can be found at : http://forum.makemusic.com/default.aspx?f=11&m=253654
Posted By : Murivan - 3/25/2009 9:15 AM | Hello again, I am still working on refinement of my plugin. Now i'm facing 2 "big" problems. 1)The first is how to retrieve the instrument name? I'm using the EDTStaffSpec2003 structure getting data with ot_StaffSpec. I use inci=0 and cmper derived from SlotToInst for each instrument. I retrieve then the fullName attribute and use it as text.rawTextNumber getting data with tx_TextBlock. Obviously it doesn't work :) I tried a work around arguing that instrument are always stored in textblock with id greater than 18 but this is not a good idea. Does someone faced a similar problem and could help me to solve it? 2) It would be very helpful to me to convert all default rests to "real" events in the score. Any ideas?
As usual, thank you very much for your help.
Davide |

Posted By : Jetcopy - 3/25/2009 2:24 PM | Murivan said...
2) It would be very helpful to me to convert all default rests to "real" events in the score. Any ideas?
There is a plugin that does this. Plugins>Note, Beam & Rest Ending>Change to Real Whole Rests G4 Powerbook, OSX 10.4.11, 1.67 GHz, 2 GB ram |

Posted By : Murivan - 3/26/2009 5:04 AM | Thank you! That was quite simple!!! I need that this operation is always performed on the entire document before my plugin is executed, there's a simple way to do this? Apart from asking that to the users :)
Thank you again. |
|