ahlstromcj / sequencer64

A major reboot of Seq24. Current release 0.97.0 (2021-05-13), native JACK MIDI, Song recording, playlists, and a Windows/Qt version. For fresher code, see the Seq66 project. Note that trigger and mute-group-in-MIDI-file formats have evolved! Back up your work!
GNU Affero General Public License v3.0
235 stars 29 forks source link

Compilation error when building with LASH enabled #163

Closed simonvanderveldt closed 5 years ago

simonvanderveldt commented 5 years ago

Just tried to build 0.95.2 with LASH enabled and got this error

lash.cpp: In member function 'void seq64::lash::handle_event(lash_event_t*)':
lash.cpp:303:28: error: 'class seq64::perform' has no member named 'ppqn'; did you mean 'm_ppqn'?
             str, m_perform.ppqn(), rc().legacy_format(),
                            ^~~~
                            m_ppqn
make[2]: *** [Makefile:697: lash.lo] Error 1
ahlstromcj commented 5 years ago

For, in that line, change "ppqn()" to "get_ppqn()". I haven't bothered with lash lately. I will check for other errors tonight. Thanks!

On Mon, Sep 10, 2018, 14:07 Simon van der Veldt notifications@github.com wrote:

Just tried to build 0.95.2 with LASH enabled and got this error

lash.cpp: In member function 'void seq64::lash::handle_event(lash_event_t*)': lash.cpp:303:28: error: 'class seq64::perform' has no member named 'ppqn'; did you mean 'm_ppqn'? str, m_perform.ppqn(), rc().legacy_format(), ^~~~ m_ppqn make[2]: *** [Makefile:697: lash.lo] Error 1

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ahlstromcj/sequencer64/issues/163, or mute the thread https://github.com/notifications/unsubscribe-auth/AHnVqFYsFioq-5TxeCV4OmA1PG6qs8Q-ks5uZqp7gaJpZM4Wh5zp .