justin = { main feed , music , code , askjf , pubkey }; | |||
Ask Justin Frankel No reasonable question unanswered since 2009! Suggested topics: programming, music, sleep, coffee, etc. Note: please do not ask questions about REAPER features, bugs or scheduling, use the forums instead.
|
|||
Question: me again. How do you increase line thickness in Lice? i.e. highlighted envelope in reaper Asked by olilarkin (144.32.204.x) on July 3 2012, 2:39pm Reply on July 3 2012, 3:13pm:
LICE_Line(licebm, xstart, ystart, xend, yend, color, alpha, LICE_BLIT_MODE_COPY, aa); if (envselected) { if (abs(xend-xstart) > abs(yend-ystart)) { ++ystart; ++yend; } else { ++xstart; ++xend; } LICE_Line(licebm, xstart, ystart, xend, yend, color, alpha, LICE_BLIT_MODE_COPY, aa); } Comment:
|