Skip to content

Commit

Permalink
prep release notes for 1.5.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gewang committed Jul 20, 2024
1 parent b7e3aa6 commit 80cd1cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions VERSIONS
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ChucK VERSIONS log
------------------

1.5.2.5
1.5.2.5 (July 2024)
=======
- (updated) chugin API version from 10.1 to 10.2
- (added) chugin API for callback on shutdown
Expand Down Expand Up @@ -41,10 +41,10 @@ ChucK VERSIONS log
the given duration.
==================
- (added) examples/basic/envelope2.ck -- to show Envelope.ramp() in action
- (added) new MIDI message voice message convenience functions (thanks @cviejo;
previously these are possible only through `MidiOut.send( MidiMsg msg )`:
- (added) new MidiOut message voice message convenience functions (thanks @cviejo;
previously these are possible only through `MidiOut.send( MidiMsg msg )`:
==================
int MidiOut.send( int status, int data1, int data2 );
int send( int status, int data1, int data2 );
Send out a MIDI message consisting of one status byte and two data bytes.
int channelPressure(int channel, int pressure)
Send out a channelPressure message.
Expand Down

0 comments on commit 80cd1cb

Please sign in to comment.