01-07-2023, 09:09 PM
(This post was last modified: 01-07-2023, 09:17 PM by SubtotalAnt8185.
Edit Reason: added guide for converting sequence back
)
For anyone thinking that this has been taken down and that there's no download, the .ZIP file is archived:
Wayback Machine (archive.org)
It works and downloads fine. I've found that you need to convert new instruments into their classic counterparts before actually editing the sequence. To edit a sequence, create a new text document. You need to paste this before anything else:
Then, add the text |110| after. The 110 can be replaced with the BPM you set.
Copy all the notes from your sequence in the OS website. Simply append them to the text document but remove the "Online Sequencer:XXXXX:". There should be no colon in between "|" and the first note either. Here's some common instruments you need to replace:
To replace the notes from the notepad, you would do something like "replace 41; with 8;" and keep the semicolon. This will prevent accidental position changes to the notes.
Then, save. You can drag your file onto the offline version, and it should play. If it doesn't play, remove the colon at the end of the file (if there is one).
If the file plays but the notes disappear, it means that you have some incompatible instruments included. You can replace them using the above guide.
To convert the sequence back, you must first remove all the instrument settings, which are posted in the code snippet above. Then, add the "Online Sequencer:XXXXX:" text back. Then, you can copy the whole notepad text and paste it into OS. Then, your sequence should play.
I hope this helps you use OS on the plane (or whatever you are planning to use it for).
Wayback Machine (archive.org)
It works and downloads fine. I've found that you need to convert new instruments into their classic counterparts before actually editing the sequence. To edit a sequence, create a new text document. You need to paste this before anything else:
Code:
{"instruments":{"0":{"volume":1,"delay":false,"reverb":false},"1":{"volume":1,"delay":false,"reverb":false},"2":{"volume":1,"delay":false,"reverb":false},"3":{"volume":1,"delay":false,"reverb":false},"4":{"volume":1,"delay":false,"reverb":false},"5":{"volume":1,"delay":false,"reverb":false},"6":{"volume":1,"delay":false,"reverb":false},"7":{"volume":1,"delay":false,"reverb":false},"8":{"volume":1,"delay":false,"reverb":false},"9":{"volume":1,"delay":false,"reverb":false},"10":{"volume":1,"delay":false,"reverb":false},"11":{"volume":1,"delay":false,"reverb":false},"12":{"volume":1,"delay":false,"reverb":false},"13":{"volume":1,"delay":false,"reverb":false},"14":{"volume":1,"delay":false,"reverb":false},"15":{"volume":1,"delay":false,"reverb":false},"16":{"volume":1,"delay":false,"reverb":false},"17":{"volume":1,"delay":false,"reverb":false},"18":{"volume":1,"delay":false,"reverb":false},"19":{"volume":1,"delay":false,"reverb":false},"20":{"volume":1,"delay":false,"reverb":false},"21":{"volume":1,"delay":false,"reverb":false},"22":{"volume":1,"delay":false,"reverb":false},"23":{"volume":1,"delay":false,"reverb":false},"24":{"volume":1,"delay":false,"reverb":false},"25":{"volume":1,"delay":false,"reverb":false},"26":{"volume":1,"delay":false,"reverb":false},"27":{"volume":1,"delay":false,"reverb":false},"28":{"volume":1,"delay":false,"reverb":false},"29":{"volume":1,"delay":false,"reverb":false},"30":{"volume":1,"delay":false,"reverb":false},"31":{"volume":1,"delay":false,"reverb":false},"33":{"volume":1,"delay":false,"reverb":false},"35":{"volume":1,"delay":false,"reverb":false},"36":{"volume":1,"delay":false,"reverb":false},"37":{"volume":1,"delay":false,"reverb":false},"38":{"volume":1,"delay":false,"reverb":false},"39":{"volume":1,"delay":false,"reverb":false}}}
Copy all the notes from your sequence in the OS website. Simply append them to the text document but remove the "Online Sequencer:XXXXX:". There should be no colon in between "|" and the first note either. Here's some common instruments you need to replace:
- 41 to 8 (converts secret piano to grand piano)
- 48 to 5 (converts bass to classic bass)
- 43 to 0 (converts electric piano to classic electric piano)
To replace the notes from the notepad, you would do something like "replace 41; with 8;" and keep the semicolon. This will prevent accidental position changes to the notes.
Then, save. You can drag your file onto the offline version, and it should play. If it doesn't play, remove the colon at the end of the file (if there is one).
If the file plays but the notes disappear, it means that you have some incompatible instruments included. You can replace them using the above guide.
To convert the sequence back, you must first remove all the instrument settings, which are posted in the code snippet above. Then, add the "Online Sequencer:XXXXX:" text back. Then, you can copy the whole notepad text and paste it into OS. Then, your sequence should play.
I hope this helps you use OS on the plane (or whatever you are planning to use it for).