Trying to create a new version of an object


#23

In src/main/java/axoloti/object/AxoObject.java you can find the legal types of inlets, outlets, parameters, displays and attributes.

The display components int32.bar16 and int32.bar32 show the bits of an 32 bit integer. int32.bar64 does not exist. The object disp/ibar 64 uses 4 int32.bar16 display components.


#24

Thanks. SOme very useful info.

Would there be a way to see those 4 lines , so they come up as one long line, instead of 4 lines?
Would be really great to have a ibar too to place above the 64 step sequencer so see which note is being triggered.


#25

adding

<rotatedParams>true</rotatedParams>

to the object XML switches the layout from vertical to horizontal.
In the future, custom layouts will be added for more flexibility.


#26

Thanks. Got it working. Only thing is, there is a small gab before the next 16 steps begins. You can see that the display is divided in 4 parts of 16 step, so it still doesnt fit the other sequencer.

Any ideas how to remove that gap?

Or another aproach coud be adding the same gap to the sequencer instead of removing it from the ibar? Just a thought :smile:

ibar 64l.axo (1.0 KB)


#27

Yesterday I also tried putting the ibar 16 into a a sequencer, so it has the display build in, but with no succes yet.


#28

Hi,
I just tried your Object but the Soft-Window tells me:

Incorrect uuid hash detected for object: C:\Program Files (x86)\Axoloti\app\objects\sel\sel i 64.axo , does not match its signature (da47265c05946784a6b60f7879b838d6bb4b099). True signature would be 8acab6d5ceb5239ba6666bcbc8172ef95fd04206
Incorrect sha hash detected for object: C:\Program Files (x86)\Axoloti\app\objects\sel\sel i 64.axo its implementation does not match its signature. Correct SHA hash would be c0b8c95aa794009ecefddc58589ae79e394c059c
Duplicate upgrade SHA! C:\Program Files (x86)\Axoloti\app\objects\sel\sel i 64.axo
Original name: sel/sel i 32
Path: C:\Program Files (x86)\Axoloti\app\objects\sel\sel i 32.axo
when I reload the Objects. Can someone tell me what to do?


#29

update to 1.0.9 .....or edit axo in text editor and change hash/uuid manually.