Changes

Jump to navigation Jump to search
Line 9: Line 9:     
If the link-local address (zynthian.local) is not found, make sure that the link-local feature is enabled in your system. Sometimes it's disabled and link-local names are not recognized (windows). If you can't manage to get link-local names to work, you can use the Zynthian's IP address.  The zynthian's IP address can be found int the UI's "Admin->Network Info" menu, and it's also printed on the zynthian's error screen. See: [[Finding your IP address]]
 
If the link-local address (zynthian.local) is not found, make sure that the link-local feature is enabled in your system. Sometimes it's disabled and link-local names are not recognized (windows). If you can't manage to get link-local names to work, you can use the Zynthian's IP address.  The zynthian's IP address can be found int the UI's "Admin->Network Info" menu, and it's also printed on the zynthian's error screen. See: [[Finding your IP address]]
 +
 +
== Wifi Hotspot ==
 +
 +
You can connect to your Zynthian using the built-in Wifi Hotspot mode. This is less convenient than using Ethernet or an existing Wifi network, and is mostly useful to configure connections to other wifi networks.
 +
 +
# Open the Admin screen on your Zynthian.
 +
# Select the "Wifi Hotspot" option.
 +
#* This will take up to thirty seconds to complete.
 +
# Connect to the "zynthian" network with another device.
 +
# In the Admin screen on your Zynthian, select "Network Info".
 +
# Connect to the displayed IP address with the browser on your other device.
 +
 +
Note that the wifi network created in hotspot mode allows anyone to connect. If using the wifi hotspot in a public place, ensure you've changed your Zynthian password.
    
== Accessing the Web Configuration Tool ==
 
== Accessing the Web Configuration Tool ==
Line 83: Line 96:     
* Connect to the vnc server using (e.g.) Windows TightVNC viewer.
 
* Connect to the vnc server using (e.g.) Windows TightVNC viewer.
 +
 +
====RealVNC====
 +
 +
[[File:VNCReal_Zynthians.png]]
 +
 +
 +
====Turning on the Raspi VNC Server to start up every time====
 +
 +
Log onto the Pi.... and from it's own console
 +
 +
to turn on the VNCServer log onto the pi (see instructions elsewhere...)
 +
 +
using the webconf terminal, or ssh , or your own personal favourite. .  .
 +
 +
 +
[[File:Raspi-config-running-in-terminal.png]]
 +
 +
and type raspi-config and then press Enter. . .
 +
 +
[[File:Vncreal-setup.png]]
 +
 +
[[File:Realvnc-step2.png]]
 +
 +
[[File:Realvnc-step3.png]]
 +
 +
[[File:Realvnc-step4.png]]
 +
 +
[[File:Realvnc-step5.png]]
 +
 +
[[File:Realvnc-help.png]]
    
====Supported Engines with Native GUI====
 
====Supported Engines with Native GUI====
Line 96: Line 139:  
   http://zynthian.local/lib-presets
 
   http://zynthian.local/lib-presets
   −
From there you manage your preset & soundfont libraries: renaming, deleting and uploading, including automatic convertion from some native formats:
+
From there you manage your preset & soundfont libraries: renaming, deleting, and uploading, including automatic conversion from some native formats:
    
* DX7 SysEX files
 
* DX7 SysEX files
Line 103: Line 146:  
* padthv1 native format
 
* padthv1 native format
   −
If it's not working for you or you prefer to do it by hand, you can copy your presets/soundfonts/pedalboards into the next folder:
+
If if this doesn't work for you, or you prefer to do it by hand, you can copy your presets/soundfonts/pedalboards into the next folder:
    
  /zynthian/zynthian-my-data
 
  /zynthian/zynthian-my-data
Line 143: Line 186:  
  /zynthian/zynthian-data
 
  /zynthian/zynthian-data
   −
Here you will find the same folder structure, and could help you to udnerstand.
+
Here you will find the same folder structure, and could help you to understand.
    
Also it's interesting:
 
Also it's interesting:
Line 170: Line 213:  
  /CUIA/REBOOT
 
  /CUIA/REBOOT
   −
This is why you should operate secure networks ... :-D
+
An example Python script to start a MIDI recording:
 +
import liblo
 +
liblo.send(('zynthian.local', 1370), "/cuia", ('s', 'START_MIDI_RECORD'))
    
==== TouchOSC ====
 
==== TouchOSC ====
TouchOSC protocol is supported if the option is enabled on the Zynthian admin menu. This accepts OSC on port 12101 using UDP datagrams and includes raw MIDI data interpretation on OSC path
+
The TouchOSC protocol is supported if the option is enabled in the Zynthian admin menu. This accepts OSC on port 12101 using UDP datagrams and includes raw MIDI data interpretation on OSC path
 
  /midi
 
  /midi
 
This path accepts an OSC MIDI type message. An example Python script to send MIDI note on / off messages:
 
This path accepts an OSC MIDI type message. An example Python script to send MIDI note on / off messages:
584

edits

Navigation menu