| Author |
|
fenzy99
Psycler

Date Registered: 04.2009
Location: Paris
Posts: 4
 |
|
No sound with midi |  |
Hi ,
i try to work with midi code but nothing append (no sound) when i run my pattern.
My midi command is :
mcm 90 01 61 00
01 is my machine number and 61 the note.
i found on this board 90 is the code for note on
i found on this board CC MM AABB with
CC=message
MM=machine number
AA and BB the datas bytes
an idea for a young psycler-man ?
|
|
28.04.2009, 11:50 |
|
[JAZ]
Psycle Developer

Date Registered: 11.2001
Location: Balaguer (Spain)
Posts: 1249
![[JAZ] ist offline](images/offline.gif) |
|
|
Psycle does not interpret MIDI messages, it just sends them.
So if your machine is not a VST instrument, that command does nothing.
Also, the use of MIDI messages was added for specific actions that couldn't be done with more normal ways. (sending pedal, sustain... or other midi specific commands that the VST could understand)
If this doesn't answer your doubts, try to be more specific.
__________________ <[JAZ]> Pa pi pa pa pa pi pa.... ;·D
|
|
28.04.2009, 20:55 |
|
fenzy99
Psycler

Date Registered: 04.2009
Location: Paris
Posts: 4
 |
|
|
Ho !!
Thank for answer , when i use a note on a track the note doesn't stop while i push my 1 key.Ok i understand that , but if on the same track i have two notes an C and an E and i want to stop only the C note , how can i do that ?
|
|
30.04.2009, 19:24 |
|
[JAZ]
Psycle Developer

Date Registered: 11.2001
Location: Balaguer (Spain)
Posts: 1249
![[JAZ] ist offline](images/offline.gif) |
|
|
If you use psycle's notes, it doesn't allow two notes on the same track, because if it did, you would lose the control of the previous note.
If you use mcm (for both, start and stop), you can specify which note to stop specifying the note as a parameter, like you do with the noteon. (mcm 90 01 487F , mcm 80 01 4800)
off (key 1) won't stop a note started with mcm, because it does not know about it.
Anyway... why do you need to use the same track for two notes? Use another track.
__________________ <[JAZ]> Pa pi pa pa pa pi pa.... ;·D
|
|
30.04.2009, 19:50 |
|
|