Ask about combo box function
-
My goal lik this, i would like display note on delay FX, such as 1/2 1/4 1/8T...
I search and read on forum discussion but i haven't got it. So, finally, i make a question. Thanks eveboydy's help. -
I'm not sure if I understood correctly, but do you want to display the value of the Tempo? If so, you can activate the 'showValuePopup' option of the slider component.
Or you can create a knob (with knobman) with the names of the tempos.
-
Add a combo box, populate it with items: 1/1, 1/4, 1/4T, etc.
Use
setAttribute
in the combo box's callback to set the delay controls according to the combo box's value. Remember to subtract 1 from the value because the combo box starts at 1 and not 0. -
@bendurso Sorry for may bad description, on delay FX we have 2 option sync & unsync tempo, unit = milliseconds and note (1/2 1/2T, 1/4) by milliseconds i can route to the knob, but the other one, i don't know how to display it.
-
@d-healey Thanks Brother
-
@d-healey Could you please help me with a simple HiseSnippet?, i will learn & edit following. My knownlege about codes, syntaxs not good, so it's really difficult. Thanks
-
@田伯光
This is the basic idea.
I can't be bothered writing out all the different text values, so I'll just use numbers.
HiseSnippet 942.3ocuV0saaaCElzIpqlcancXO.B4JGfVCw372vvPbic7lwRRMpyJ1cEzTzwDQhzShpIFC89990Wfc0tduAaGRIaI2XD3ZrMcgMO++COmOoAIZtHMUmfv0uZ1TAB+kdCmoLS5LgIUn9cQ3u16BVpQj3my5zYSYoohPDFu0OZYfquMx87WmbJKho3hRVHzazRt3bYrzTxcP6eVFE0iEJtRFWQ68a2mqUczQ5LHe1xK.Mkwugcs3RlUsZdH7iNKTZzICMLiHEz4Tc3rgSz2px0+MxT4nHgkfhFBNJmMpyDYT3f40ZJBg2dPYkuUdk+sdWHCkK3W1AdpSfeoEU6A3ZOTJQ+LRIbkTZ67T5YdC4IxolRI174Id8UvExXFzpqlJ45hp8mXuNZPCkoYL6FQuDfXgEMNLH349vO698DBztSM9uik32UDwlQ8+Ae2seyqElyFOVvMM1IWxNV0IRUjTI7Gmo3FoV4aushGoOUeG0FwDcTCtNdpVAw94feixD6R9cR8bezLUXdowjHGkYDMJ349yNGbtX7ba7egOEh2ZY1qkWO4Sr68PpNuA.ERm4YTicVjs6rq0qE4bGVTzHXRqw8KGvaUJ1K0FwqTMbkD48D+OUz3wqTVguhDIqTrsJRdHCanxhGIRp1PsJBSIKO58n0azim2ZpnnV0WIMuZpnftmNJzNRYOe+AUTQu0NxVjgfpF2.6SKFXm2GQxP675h1JxUBkq760F8K86xLr4NC7KDqohDizVR3th2A.H4aC085JRuwnm5zs3REJ60Lz2gvd3O.Acl8vsvgXli22.GkFQLDuldTxdjVj8IGPNjbD4Xx2QnADJkP2iPaQn6SnGPnGRnGQnGCPY2akE.KzgYQLyxHHVnxBAvc6Rqs1USUpzLqJT5mArRvCBqrto3y7FHM7IqNGqshbDtw9uHGK.i+Jub7mxDbaud+5lh7Fr9HuOIO9egmCgwE4GmeltTzWB2prqPauLxTUI8DhPKNSEKZ2p0GOYN+pF3Dbt91AP.6kH9sE94Cer8OIuGWT21WHuqj7ON4JArf.f47klp15eoWVgdsNyHUWeACvksKQWlEODdsMW.WXJkHJ0tXUyBVjSGXosIwPgJzQ72vSgPpkFWHjNW3+KwHlwSzukmCiYmEdriCT2J2GcTG95Gf1eAxkmWPy.TL7AAukysSkufhPq1l81.aZsA1r+FXyAafMGtA1bzFXywOnM1uE6kYFcbNJEvXvYt2ffwmoXvzqa8D8OvwD8d2
-
@d-healey I got it, Thank so much Brother