You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
qDebug("Loading IanniX font failed : %s", qPrintable(Application::pathTools.absoluteFilePath() + "/Museo.ttf"));
140
158
//List of fonts
141
159
if(false) {
142
160
qDebug("[FONTS]");
@@ -288,8 +306,10 @@ void IanniXApp::setHelp() {
288
306
Help::categories["values"].infos << HelpInfo(QString("collision_curve_zPos"), tr("z coordinate of the collided curve"));
289
307
Help::categories["values"].infos << HelpInfo(QString("collision_xPos"), tr("x coordinate of the collision between the cursor and the curve"));
290
308
Help::categories["values"].infos << HelpInfo(QString("collision_yPos"), tr("y coordinate of the collision between the cursor and the curve"));
309
+
Help::categories["values"].infos << HelpInfo(QString("collision_zPos"), tr("z coordinate of the collision between the cursor and the curve"));
291
310
Help::categories["values"].infos << HelpInfo(QString("collision_value_x"), tr("x mapped coordinate of the collision between the cursor and the curve"));
292
311
Help::categories["values"].infos << HelpInfo(QString("collision_value_y"), tr("y mapped coordinate of the collision between the cursor and the curve"));
312
+
Help::categories["values"].infos << HelpInfo(QString("collision_value_z"), tr("z mapped coordinate of the collision between the cursor and the curve"));
293
313
Help::categories["values"].infos << HelpInfo(QString("collision_distance"), tr("Distance between the collision and the cursor"));
294
314
Help::categories["values"].infos << HelpInfo(QString("timetag"), tr("Set an OSC Timetag (compliant with Internet NTP timestamps) to message"));
295
315
Help::categories["values"].infos << HelpInfo(QString("status"), tr("Playback status of score (\"play\"), \"stop\" or \"fastrewind\")"));
0 commit comments