|
|
MakeMusic Forum > Public Forums > Plug-In Development - FORUM HAS MOVED! > Noteheads | Forum Quick Jump
|
| Daniele Ghisi Registered Member
Date Joined Jan 2009 Total Posts : 59 | Posted 12/6/2009 6:44 PM (GMT -6) | | Thanks Jari. I'm running Finale 2009. I suppose that you mean that I should check whether (entry->ef & EF_NOTEDTAIL)
But I was testing the plugin on a measure where i DID change the % of a note.
I was not sure if FX_LoadEData loaded correctly... If I add > if (FX_LoadEData(ed_NoteheadMods, &id, &mods, &size)){ > StandardMessage("OK"); } No message is displayed, so I suppose that it DOESN't load things properly...
Why shouldn't it be able to load?
Moreover, also the "setting" part
entry->ef |= EF_NOTEDTAIL; needRefresh = YES; memset(&mods, 0, sizeof(mods)); mods.noteID = noteID; mods.percent = 10; FX_SaveEData(ed_NoteheadMods, &id, &mods, size);
doesn't seem to work...
Do you have any hint, Jari? Thanks again, Daniele | Back to Top | |
| Daniele Ghisi Registered Member
Date Joined Jan 2009 Total Posts : 59 | Posted 12/7/2009 2:37 PM (GMT -6) | | I am pretty sure that the tgf loaded ok, since I printed the the duration of the notes was correct. For the "save" example, I resaved the TGF later (and freed it)! I just posted the part of code that might have contained the error.
I really have no clue... | Back to Top | | Forum Information | Currently it is Tuesday, December 19, 2023 6:28 PM (GMT -6) There are a total of 403,820 posts in 58,165 threads. In the last 3 days there were 0 new threads and 0 reply posts. View Active Threads
|
Forum powered by dotNetBB v2.42EC SP3 dotNetBB © 2000-2023 |
|
|