mirror of
https://gitlab.com/then-try-this/samplebrain.git
synced 2026-06-29 18:11:38 +00:00
added target filename to GUI - not adding brain session or directory as less need for it/more clutter... partially fixes: #76
This commit is contained in:
@@ -212,6 +212,7 @@ private slots:
|
||||
m_format_string);
|
||||
if (m_last_target_file!="") {
|
||||
m_last_target_file=path;
|
||||
m_Ui.labelTargetSound->setText("loaded: "+QFileInfo(path).fileName());
|
||||
send_process_osc("/load_target","s",m_last_target_file.toStdString().c_str());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user