thanks,. first time jumping into maiden tbh --> prob an ez fix and thank for help :::

script clear

script load: /home/we/dust/code/meadowphysics-master/mp_midi.lua

cleanup

script clear

including /home/we/dust/code/awake/lib/halfsecond.lua

SCRIPT ERROR: load fail

/home/we/dust/code/meadowphysics-master/mp_midi.lua:21: module ‘meadowphysics/lib/meadowphysics’ not found:

no field package.preload[‘meadowphysics/lib/meadowphysics’]

no file ‘/home/we/norns/lua/meadowphysics/lib/meadowphysics.lua’

no file ‘/home/we/norns/lua/core/meadowphysics/lib/meadowphysics.lua’

no file ‘/home/we/norns/lua/core/params/meadowphysics/lib/meadowphysics.lua’

no file ‘/home/we/norns/lua/lib/meadowphysics/lib/meadowphysics.lua’

no file ‘/home/we/norns/lua/softcut/meadowphysics/lib/meadowphysics.lua’

no file ‘/home/we/dust/code/meadowphysics/lib/meadowphysics.lua’

no file ‘/usr/local/share/lua/5.3/meadowphysics/lib/meadowphysics.lua’

no file ‘/usr/local/share/lua/5.3/meadowphysics/lib/meadowphysics/init.lua’

no file ‘/usr/local/lib/lua/5.3/meadowphysics/lib/meadowphysics.lua’

no file ‘/usr/local/lib/lua/5.3/meadowphysics/lib/meadowphysics/init.lua’

no file ‘/usr/share/lua/5.3/meadowphysics/lib/meadowphysics.lua’

no file ‘/usr/share/lua/5.3/meadowphysics/lib/meadowphysics/init.lua’

no file ‘./meadowphysics/lib/meadowphysics.lua’

no file ‘./meadowphysics/lib/meadowphysics/init.lua’

no file ‘/usr/local/lib/lua/5.3/meadowphysics/lib/meadowphysics.so’

no file ‘/usr/lib/arm-linux-gnueabihf/lua/5.3/meadowphysics/lib/meadowphysics.so’

no file ‘/usr/lib/lua/5.3/meadowphysics/lib/meadowphysics.so’

no file ‘/usr/local/lib/lua/5.3/loadall.so’

no file ‘./meadowphysics/lib/meadowphysics.so’

stack traceback:

/home/we/norns/lua/core/norns.lua:126: in function </home/we/norns/lua/core/norns.lua:126>

[C]: in function ‘require’

/home/we/dust/code/meadowphysics-master/mp_midi.lua:21: in main chunk

[C]: in function ‘dofile’

/home/we/norns/lua/core/script.lua:149: in function </home/we/norns/lua/core/script.lua:149>

[C]: in function ‘xpcall’

/home/we/norns/lua/core/norns.lua:127: in field ‘try’

/home/we/norns/lua/core/script.lua:149: in function ‘core/script.load’

/home/we/norns/lua/core/menu/preview.lua:21: in function ‘core/menu/preview.key’

/home/we/norns/lua/core/menu.lua:139: in function </home/we/norns/lua/core/menu.lua:116>

script clear

and here’s the one for the “dev” @dansimco version:

script clear

script load: /home/we/dust/code/meadowphysics-dev/meadowphysics.lua

cleanup

script clear

MISSING INCLUDE: meadowphysics/lib/engine/core

SCRIPT ERROR: load fail

/home/we/dust/code/meadowphysics-dev/meadowphysics.lua:18: MISSING INCLUDE: meadowphysics/lib/engine/core

stack traceback:

/home/we/norns/lua/core/norns.lua:126: in function </home/we/norns/lua/core/norns.lua:126>

[C]: in function ‘error’

/home/we/norns/lua/core/startup.lua:45: in function ‘include’

/home/we/dust/code/meadowphysics-dev/meadowphysics.lua:18: in main chunk

[C]: in function ‘dofile’

/home/we/norns/lua/core/script.lua:149: in function </home/we/norns/lua/core/script.lua:149>

[C]: in function ‘xpcall’

/home/we/norns/lua/core/norns.lua:127: in field ‘try’

/home/we/norns/lua/core/script.lua:149: in function ‘core/script.load’

/home/we/norns/lua/core/menu/preview.lua:21: in function ‘core/menu/preview.key’

/home/we/norns/lua/core/menu.lua:139: in function </home/we/norns/lua/core/menu.lua:116>

script clear

I think in both cases you’ll need to rename your script folders, since the code expects libs at certain paths.

so instead of meadophysics-dev/ or meadowphysics-master/, you just want a meadowphysics/.

2 Likes

word~!! :face_with_hand_over_mouth:

1 Like

Thanks for that! If anyone knows how I can make it more robust in this manner that would be great

1 Like

Can’t wait to try this new version with samples. Thanks for this!

I’m not sure what the problem is here but after installing the dev meadowphysics my grid is not showing feedback when running the patch. To avoid the conflict stated above I deleted the midi version of meadow physics. I also did do a Norns reset

Also when I did try having both on Norns Im not quite sure how to handle the renaming to be honest since you can’t have two folders with the same name and when I tried putting the sample version Lua file in the original meadow physics folder it would not work. Im assuming because of the different libraries.

Good news is, I think I now have the refactored meadowphysics at feature parity with the original midi meadowphysics! The version I’ve just pushed now outputs midi with selectable note per voice in addition to selectable sample per voice, or you can mix and match. There currently isn’t scales, but it’s using the params system so any notes you use can be saved as presets. I’m going to merge to master now and then put in a request to the library repository to point to this new master branch, if that goes ahead updates from here on can be through the maiden library manager.

@alphacactus I’ve made a PR now to library to change the download url to the repository on my github account. If you’d prefer to maintain the source of truth for meadowphysics I’ll cancel the PR and instead make a PR against your repo!

15 Likes

Thank you for this. Appreciated

Hello. I felt the need to share this here as this was one of my favorite moments of this past weekend using meadowphysics with my “Organic Random Source Of Uncertainty” and my digitone.

13 Likes

Little guy is going HAMM on that grid! Excited to do the same with my little guy as he gets older.

2 Likes

Sorry for the very late reply,
I just got my monome gear up and running.
I dont have midi sync :frowning:
Cheers

is the version with the polyperc engine available for norns 2?

I keep a clone of alphacactus’ upstream master locally, in a renamed directory (mp_pperc).

Thanks is that different form the one posted at the top? If yes could you please share the location?

@dansimco Grid is not working, when in params menu. Any ideas?

Nope, same as the one at the top (does Discourse let one refer to a previously posted URL?)

Is that the correct way?

1 Like

Yep, that should work.

Actually I’ve noticed that too and thought it was a Norns bug. I’ll take a look sometime today and try and get an updated polyperc mode too :slight_smile:

1 Like