Ticket #449 (closed enhancement: fixed)

Opened 7 months ago

Last modified 3 months ago

Automatically add a pattern to new sequencer tracks (if no patterns exist).

Reported by: user Owned by: somebody
Priority: minor Milestone:
Component: aldrin Version: trunk
Keywords: sequencer, effect, pattern Cc: jamesmichaelmcdermott@…

Description

When user adds a sequencer track for a machine with no existing patterns (eg an effect), automatically create a new pattern '00', and insert it at position 0. This mimics the behaviour when a new generator is added.

jmmcd

Attachments

Change History

Changed 6 months ago by user

I would prefer if the new pattern is placed at current cursor position.

Changed 6 months ago by user

Easier done than said ;) In the patch, just change:

track.set_event(0, 16)

to

track.set_event(self.row, 16)

Changed 3 months ago by tzhau

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.