Changes between Version 12 and Version 13 of Manual
- Timestamp:
- 04/23/2018 06:37:43 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Manual
v12 v13 50 50 == Librarian == 51 51 52 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. Thestart MIDAS with "go $10000".52 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 (which is already done automatically by the emulator), however it crucially also initialises the disk drive, which we need to store settings. Then start MIDAS with "go $10000". 53 53 54 55 54 To save a setting, open the librarian. Enter a filename by clicking in the orange box to the right of "FILENAME" and selecting the letters of the desired name of your file in the input menu. When you are done, select the "*" symbol to close the input menu. Then click "Store" and then the type of setting you would like to save ("Waves", "Assgn", "Score", etc.). 56 55 57 56 == Score Editor ==