Changes between Version 8 and Version 9 of Manual
- Timestamp:
- 04/11/2018 04:07:48 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Manual
v8 v9 6 6 7 7 In addition to the inbuilt LCD display, an external monitor could be connected for editing of sounds. 8 9 === Starting the Emulator and MIDAS === 10 11 By switching to the directory and running ./buchla in the terminal or simply by clicking on the icon, you can start the emulator. Three windows will appear: One emulates the main graphic display (which will still be blank), one the smaller LCD display (showing "Buchla 700 -- BIOS/FIRMWARE by D.N. Lynx Crowe") and one the debug terminal (showing an orange cursor). Make sure the debug console is in focus and then press "r". "Buchla 700 BIOS / Debug PROM" should appear and there should be a prompt: "ROMP:". 12 13 Type "go $10000" to load the MIDAS operating system. The graphic display should now show a menu and the LCD display should show faders. 14 8 15 9 16 === Overview of key shortcuts === … … 41 48 == Librarian == 42 49 50 For the Librarian to work we need to start the emulator slightly differently. After running "./buchla" but before typing "go $10000", type "midas" in the debug console. This loads MIDAS into the memory and initialises the disk drive. Without doing this, the patches will not be saved. The start MIDAS with "go $10000". 51 52 43 53 == Patch Editor == 44 54