xojo:fader:start

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
xojo:fader:start [2021/04/02 12:00]
mz
xojo:fader:start [2021/04/06 09:30] (aktuell)
mz [Fader unit]
Zeile 2: Zeile 2:
 <fs x-large>particulary for Lighting and Audio purposes</fs> <fs x-large>particulary for Lighting and Audio purposes</fs>
  
-{{  :xojo:fader:fader_demo_2021-04-01.png|}} +<WRAP round download 70%> 
- +**{{:xojo:fader:fader_demo.zip|Fader Demo Project (xojo-binary-project)}}**\\
- +
-<WRAP round download 50%> +
-{{:xojo:fader:fader_demo.zip|Fader Demo Project (xojo-binary-project)}}\\+
  
-{{ :xojo:fader:fader.zip |Fader class (xojo-binary-code)}}\\ +**{{ :xojo:fader:fader.zip |Fader class (xojo-binary-code)}}**\\ 
-{{ :xojo:fader:levelbox.zip |LevelBox class (xojo-binary-code)}}\\ +**{{ :xojo:fader:levelbox.zip |LevelBox class (xojo-binary-code)}}**\\ 
-{{ :xojo:objectnotifier:object_notification.zip |Object Notification interfaces and class  (xojo-binary-code folder)}}+**{{ :xojo:objectnotifier:object_notification.zip |Object Notificationinterfaces and class  (xojo-binary-code folder)}}**
 </WRAP> </WRAP>
 +
 +{{  :xojo:fader:fader_demo_2021-04-01.png|}}
  
 ===== Overview ===== ===== Overview =====
Zeile 21: Zeile 20:
  
 The **[[xojo:fader:faderclass|Fader class]]** is a subclass of **Canvas** and therefore acts as a user-defined control.\\ The **[[xojo:fader:faderclass|Fader class]]** is a subclass of **Canvas** and therefore acts as a user-defined control.\\
-The faders Level property is an instance of LevelBox. Scaling and colors are adjustable in the inspector.+The faders **//Level//** property is an instance of LevelBox. Scaling and colors are adjustable in the inspector.
  
 ===== Usage ===== ===== Usage =====
  
 Simply import the **[[xojo:fader:faderclass|Fader class]]** in your project.\\ Simply import the **[[xojo:fader:faderclass|Fader class]]** in your project.\\
-It will appear now in the Library and can be used like any other control.+It will appear then in the Library and can be used like any other control.
  
 Additionally you have to import the **[[xojo:fader:levelbox|LevelBox Class]]** because //Fader// depends on it.\\ Additionally you have to import the **[[xojo:fader:levelbox|LevelBox Class]]** because //Fader// depends on it.\\
Zeile 38: Zeile 37:
   * **Shift + Wheel**: fine mode. Steps of 1 DMX or 0.5 dB respectively   * **Shift + Wheel**: fine mode. Steps of 1 DMX or 0.5 dB respectively
   * **Ctrl + Wheel**: coarse mode. Steps of 5 % or 3 dB   * **Ctrl + Wheel**: coarse mode. Steps of 5 % or 3 dB
-  * **Click** with **Shift** or **Ctrl** pressed: Fader jumps to mouse pointer and can be dragged+  * **Click** with **Shift** or **Ctrl** pressed: Fader jumps to mouse pointer and **can be dragged** 
 + 
 +The right mouse button is not used here and left free for a context menu if desired.
  
 ==== Keyboard ==== ==== Keyboard ====
Zeile 53: Zeile 54:
 | - | step down by | -5 % | -3 dB | | - | step down by | -5 % | -3 dB |
 | Arrow keys<sup>1)</sup> | step | ±1 % | ±1 dB | | Arrow keys<sup>1)</sup> | step | ±1 % | ±1 dB |
-| Shift + arrow | fine mode | ±1 DMX | ±0.5 dB | +| Shift + Arrow | fine mode | ±1 DMX | ±0.5 dB | 
-| Ctrl + arrow | coarse mode | ±3 % | ±3 dB |+| Ctrl + Arrow | coarse mode | ±3 % | ±3 dB |
  
 <sup>1)</sup>Arrow keys: up or right steps up, down or left steps down. <sup>1)</sup>Arrow keys: up or right steps up, down or left steps down.
  • xojo/fader/start.1617357618.txt.gz
  • Zuletzt geändert: 2021/04/02 12:00
  • von mz