home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-3.iso / Audio / apps / Z-quencer.README < prev   
Encoding:
Text File  |  1992-06-01  |  6.3 KB  |  103 lines

  1.  
  2. Z-quencer
  3.  
  4. a MIDI sequencer for the NeXT computer
  5. by Ralph Zazula
  6. zazula@bonehead.tucson.az.us
  7.  
  8. Version 1.0
  9. June 1991
  10.  
  11.  
  12.  
  13.     
  14.     This program is a very basic MIDI sequencer.  It allows you to :
  15.     
  16.         o    read/write MIDI files
  17.         o    read/write Score files
  18.         o    graphically edit the notes contained in MIDI and Score files
  19.         o    create new parts and add notes to them
  20.         o    play the edited Score* via the MIDI interface (on port B)
  21.         o    change the MIDI channel of parts in a MIDI (Score) file
  22.     
  23.     *the internal representation of a MIDI or Score file is a MusicKit Score object
  24.     
  25.     Reading Files
  26.     As mentioned above, Z-quencer will read either MIDI files or Score files.  The open panel will only display files with either a ".midi" or ".score" extension.  If the selected file has a".midi" extension, it will be read as a MIDI file, if the selected file has any other extension it will be read as a Score file.
  27.     
  28.     Writing Files
  29.     The default file type for writing is a MIDI file.  By giving the output file a ".score" extension in the SavePanel, the file will be written as a Score file.
  30.     
  31.     Main Window Functions
  32.     Once a file has been read in, you have the following options:
  33.     
  34.         o    Play the file (Play button)
  35.         o    Stop a performance in progress (Stop button)
  36.         o    Pause a performance in progress (Pause button)
  37.         o    Change the MIDI channel for output for a part (MIDI Chan form)
  38.         o    Edit a part (Part menu - select the part number from the submenu)
  39.         
  40.     Part Edit Window Functions
  41.     Once you have selected a part to view, you have the following options:
  42.     
  43.         o    Move a note in pitch or time (Click-Drag the note with the mouse)
  44.         o    Delete a note (Double-Click on the note to delete)
  45.         o    Add a note (Double-Click on an empty portion of the view)
  46.         o    Change the duration of a note (Click on a note, hold down the Shift
  47.             key and drag to change the duration)
  48.         o    Add a measure to the part (press the "Add a measure" button)
  49.     
  50.     Creating a new Part
  51.     Use Edit->New Part (Command-n) to create a new empty part and add it to the current Score.  (This is poorly implemented.  See "Features" below for a discussion on it's effects).    
  52.     Preferences
  53.     The Info->Preferences window has 2 options:
  54.     
  55.         o    Quantization - the default quantization for the start time of edited notes 
  56.             (notes are not quantized as they are read in from a file).  The quantization
  57.             will be one over the number specified (ie. 1/N, where N is the number
  58.             specified) times four beats.  For example, if you want to quantize the start
  59.             of notes to the nearest 16th note, enter 16 - to the nearest 8th note triplet,
  60.             enter 12.
  61.             
  62.         o    new note duration - the default length for newly added notes.  This number
  63.             is specified using the same scheme as the Quantization (eg. 8 for 8th         notes).
  64.             
  65.     "Features"
  66.     Well, as I said, this is a basic ("toy" if you like) sequencer.  It is just the beginning of what I
  67.     plan to do with MIDI sequencing on the NeXT computer.  When using Z-quencer you will undoubtedly find may "features" that seem peculiar.  I have not had enough different types of MIDI files to run through the program to check for problems.  I expect to hear from people like you about what things are going wrong.  Some things I've noticed while writing and playing with this program are:
  68.         
  69.         o    Moving notes in the PartEditView is SLOW.  (I coded this in the most         straight-forward, simple way I could find.  This is the first area I'm going         to work on improving.   I've been told using Bitmaps is the answer...          We'll see).
  70.         
  71.         o    Recording doesn't work! (Right, haven't gotten to that yet.  There are other         programs on the NeXT that handle MIDI input right now so I didn't feel         pressed to get that working.  It'll be in the next round... for the meantime,         use Ensemble or some of the other programs in                /NextDeveloper/Examples/MusicKit)
  72.         
  73.         o    The PartEditView sometimes displays weird stuff! (There's something         wrong with the PS code in the PartEditView that draws the lines...          Sometimes they draw through the notes (buttons really) and sometimes         don't draw at all...  Just scroll the view back-forth/up-down and they         should settle in.  Another thing on my list for 2.0 (1.1 whatever...)
  74.         
  75.         o    The performance sounds shaky during the first few beats. (Well, I haven't         figured out how I want to do the managing of the Conductor and         ScorePerformer yet.  There is a tradeoff between accuracy (MIDI timing or         Conductor timing) and being able to Stop and Pause (Can't if I do         [Conductor setClocked:NO]).  I know there is a way to get both but I         haven't sat down and worked it out yet.  Don't fret, :-) I'll have it figured         out in no time.)
  76.         
  77.         o    My MIDI file has only 2 parts but I see all 16 in the MainWindow or it         only has 2 parts but they are in parts 4 and 8... (This is related to how the         Score object converts level 0 MIDI files to Parts.  Just write the MIDI file         back out and read it in again.  Then the parts will be sequential starting at         part 1.  See the readMidifileStream: method of the Score class for more         details).
  78.         
  79.         o    Newly created parts are added to the end of the Score's parts List.  If you         have a level 0 file (see above) that has a lot of "missing" parts, follow the         above steps to compact them and re-read the file.  Now newlay added parts         will start where the others left off.
  80.         
  81.     To Do
  82.     This is a HUGE list - Just about everything you can think of!!  Here's a short version (in no particular order - except for the first one...):
  83.     
  84.         o    speed up the PartEditView  
  85.         o    MIDI recording 
  86.         o    features like Quanization, Transposition
  87.         o    Looping/Muting/Naming parts
  88.         o    sounding notes when you add them
  89.         o    more preferences
  90.         o    better editing scheme - ability to select notes and cut/copy/paste them         individually or in groups
  91.         o    implement a Note inspector (velocity, duration, pitch ...)
  92.         o    Arranging facility - editing on a Part level
  93.         o    volume, pan, MIDI controller sliders
  94.         o    anything else I (or you) can think of
  95.         
  96.     
  97.     Do have fun with this program and feel free to send any suggestions you have to me (see the top of this file for an E-mail address).  I really want to get involved with other people using the NeXT to do music, MIDI or otherwise, and I hope this program provides a good starting piont for sequencing on this platform.  
  98.     
  99.     I would also like to thank NeXT and the authors of the Music Kit for making this program and the fun I've had writing/using it possible!!!!!
  100.     
  101.     
  102.     Ralph Zazula
  103.